v1

latestOpenAPI 3.0.1Apache 2.02026-07-14521687.9 KB

post/v1/Assistants/{AssistantSid}/Queries

Path parameters

AssistantSidstring required

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

Response

Created

account_sidstring nullable

The SID of the Account that created the Query resource.

assistant_sidstring nullable

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

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in RFC 2822 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in RFC 2822 format.

dialogue_sidstring nullable

The SID of the Dialogue.

languagestring nullable

The ISO language-country string that specifies the language used by the Query. For example: en-US.

model_build_sidstring nullable

The SID of the Model Build queried.

querystring nullable

The end-user's natural language input.

{"stackTrail":"components:schemas:autopilot.v1.assistant.query:properties:results","oasType":"schema","type":"unknown","description":"The natural language analysis results that include the [Task](https://www.twilio.com/docs/autopilot/api/task) recognized and a list of identified [Fields](https://www.twilio.com/docs/autopilot/api/task-field).","nullable":true}
sample_sidstring nullable

The SID of an optional reference to the Sample created from the query.

sidstring nullable

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

source_channelstring nullable

The communication channel from where the end-user input came.

statusstring nullable

The status of the Query. Can be: pending-review, reviewed, or discarded

urlstring uri nullable

The absolute URL of the Query resource.