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 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. |
例 1
ヘルプが必要ですか?
誰しもが一度は考える「コーディングって難しい」。そんな時は、お問い合わせフォームから質問してください。 または、Stack Overflow でTwilioタグのついた情報から欲しいものを探してみましょう。