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.
Show Child Parameters
GetConversationsResponse
objectA page of conversations matching the query, plus total count and
limit/offset pagination.
Public-facing conversation summary (used in list endpoint).
Show Child Parameters
OperationSuccessResponse
objectMinimal success payload for mutation endpoints.
Default:true