Send
Advances a conversation by one turn: the body carries the action to apply, and the response carries the traces the agent produced in reply.
Authorizations
Voiceflow bearer token
Path Parameters
The ID identifying this conversation. Any stable string you choose; the same value addresses the same conversation on every call.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Body
Send a launch request to start a new conversation.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
Whether to run the conversation against the draft or published version of the environment.
draft, published The unique ID of the conversation session to continue.
Response
Returns the agent's response to the turn as an array of traces, each a typed piece of the reply such as text, speech, a card or carousel, a choice, a tool call, or a debug entry.
An audio response event. The payload's state field selects the shape: start announces a messageID, content carries the audio in content with its encoding, and end carries the state alone.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
- Option 17
- Option 18
- Option 19
- Option 20
- Option 21
- Option 22
- Option 23
- Option 24
- Option 25
- Option 26