Menu

Expand
Rate this page:

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
sid<AC> Not PII

The SID of the Account that created the Dialogue resource.

assistant_sid
sid<UA> Not PII

The SID of the Assistant that is the parent of the resource.

sid
sid<UK> Not PII

The unique string that we created to identify the Dialogue resource.

data
object Not PII

The JSON string that describes the dialogue session object.

url
url Not PII

The absolute URL of the Dialogue resource.

Fetch a Dialogue resource

get
https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Dialogues/{Sid}
Parameters
Parameters in REST API format
assistant_sid
Path
get sid_like<UA> Not PII

The SID of the Assistant that is the parent of the resource to fetch.

sid
Path
get sid_like<UK> Not PII

The Twilio-provided string that uniquely identifies the Dialogue resource to fetch.

Example 1
Loading Code Sample...
        
        

        Fetch Dialogue

        Rate this page:

        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.

        Loading Code Sample...
              
              
              

              Thank you for your feedback!

              Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

              Sending your feedback...
              🎉 Thank you for your feedback!
              Something went wrong. Please try again.

              Thanks for your feedback!

              thanks-feedback-gif