Class ChatSession (1.153.1)
Stay organized with collections
Save and categorize content based on your preferences.
ChatSession(
model: vertexai.generative_models._generative_models._GenerativeModel,
*,
history: typing.Optional[
typing.List[vertexai.generative_models._generative_models.Content]
] = None,
response_validation: bool = True
)
Chat session holds the chat history.
Methods
send_message
| Exceptions |
| Type |
Description |
ResponseValidationError |
If the response was blocked or is incomplete. |
send_message_async
Generates content asynchronously.
| Exceptions |
| Type |
Description |
ResponseValidationError |
If the response was blocked or is incomplete. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-30 UTC.
[null,null,["Last updated 2026-05-30 UTC."],[],[]]