POST /attempt/chat_voice
Chat Voice
Start a voice session for an attempt chat.
Request Body (ChatVoiceRequest)
| Field | Type | Required | Description |
|---|---|---|---|
chat_id | string | Yes | — |
idempotency_key | string | No | — |
soft | boolean | No | — |
accept | boolean | No | — |
Response (AudioStartInternalResult)
| Field | Type | Required | Description |
|---|---|---|---|
chat_id | string | Yes | — |
attempt_id | string | Yes | — |
conversation_id | string | Yes | — |
group_id | string | Yes | — |
idempotency_key | string | No | — |
Last updated on