ChatMetadataResponse
objectMetadata returned with each chat response.
ConversationDetailResponse
objectPublic-facing conversation detail (includes turns, metrics).
ConversationSummaryResponse
objectPublic-facing conversation summary (used in list endpoint).
CreateDebugChatBody
objectStarting parameters for a debug chat session: which agent variant,
which language codes, and which environment to run in.
Client environment (sandbox, pre-release, live)
ASR language code (e.g. en-US). Defaults to server config.
TTS language code (e.g. en-US). Defaults to server config.
Custom conversation ID. Auto-generated if omitted.
Variant ID to use
Channel type (e.g. chat.polyai)
Custom attributes accessible via conv.integration_attributes in project functions
DebugChatResponse
objectA chat turn’s result: the agent’s reply text, the conversation’s
updated state, and whether the conversation has ended.
Metadata returned with each chat response.