| Field | Type | Required | Description |
|---|---|---|---|
name |
OptionalNullable[str] | ➖ | Name given to the conversation. |
description |
OptionalNullable[str] | ➖ | Description of the what the conversation is about. |
metadata |
Dict[str, Any] | ➖ | Custom metadata for the conversation. |
object |
Optional[Literal["conversation"]] | ➖ | N/A |
id |
str | ✔️ | N/A |
created_at |
date | ✔️ | N/A |
updated_at |
date | ✔️ | N/A |
agent_id |
str | ✔️ | N/A |
agent_version |
OptionalNullable[models.AgentConversationAgentVersion] | ➖ | N/A |