Dialogue
The Dialogue resource represents the an active dialogue between a user and the Autopilot bot.
You can read all the Queries for a Dialogue using the GET Query resource and filtering by DialogueSid.
The Dialogue resource will only be available when the dialogue is active. Fetching an inactive dialogue will result in an HTTP 404 response.
Dialogue properties
Resource Properties in REST API format | |
---|---|
account_sid
|
The SID of the Account that created the Dialogue resource. |
assistant_sid
|
The SID of the Assistant that is the parent of the resource. |
sid
|
The unique string that we created to identify the Dialogue resource. |
data
|
The JSON string that describes the dialogue session object. |
url
|
The absolute URL of the Dialogue resource. |
Fetch a Dialogue resource
https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Dialogues/{Sid}
Parameters
Parameters in REST API format | |
---|---|
assistant_sid
Path
|
The SID of the Assistant that is the parent of the resource to fetch. |
sid
Path
|
The Twilio-provided string that uniquely identifies the Dialogue resource to fetch. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.