{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Understand API", "version": "1.52.0" }, "items": [ { "info": { "name": "Understand", "type": "folder" }, "items": [ { "info": { "name": "FetchUnderstandAssistant", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateUnderstandAssistant", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUnderstandAssistant", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/understand/Assistants/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandAssistantFallbackActions", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FallbackActions", "params": [ { "name": "AssistantSid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateUnderstandAssistantFallbackActions", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FallbackActions", "params": [ { "name": "AssistantSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandAssistantInitiationActions", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/InitiationActions", "params": [ { "name": "AssistantSid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateUnderstandAssistantInitiationActions", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/InitiationActions", "params": [ { "name": "AssistantSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandDialogue", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Dialogues/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandField", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Fields/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task associated with this Field." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUnderstandField", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Fields/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task associated with this Field." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUnderstandField", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Fields", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task associated with this Field." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateUnderstandField", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Fields", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the parent Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task associated with this Field." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandFieldType", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FieldTypes/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateUnderstandFieldType", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FieldTypes/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUnderstandFieldType", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FieldTypes/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUnderstandFieldType", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FieldTypes", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateUnderstandFieldType", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FieldTypes", "params": [ { "name": "AssistantSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandFieldValue", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "FieldTypeSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUnderstandFieldValue", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "FieldTypeSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUnderstandFieldValue", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "FieldTypeSid", "value": "", "type": "path" }, { "name": "Language", "value": "", "type": "query", "description": "An ISO language-country string of the value. For example: *en-US*" }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateUnderstandFieldValue", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "FieldTypeSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandModelBuild", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/ModelBuilds/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateUnderstandModelBuild", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/ModelBuilds/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUnderstandModelBuild", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/ModelBuilds/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUnderstandModelBuild", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/ModelBuilds", "params": [ { "name": "AssistantSid", "value": "", "type": "path" }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateUnderstandModelBuild", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/ModelBuilds", "params": [ { "name": "AssistantSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandQuery", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Queries/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateUnderstandQuery", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Queries/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the parent Assistant." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUnderstandQuery", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Queries/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUnderstandQuery", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Queries", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the parent Assistant." }, { "name": "Language", "value": "", "type": "query", "description": "An ISO language-country string of the sample." }, { "name": "ModelBuild", "value": "", "type": "query", "description": "The Model Build Sid or unique name of the Model Build to be queried." }, { "name": "Status", "value": "", "type": "query", "description": "A string that described the query status. The values can be: pending_review, reviewed, discarded" }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateUnderstandQuery", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Queries", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the parent Assistant." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandSample", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Samples/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task associated with this Sample." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateUnderstandSample", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Samples/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task associated with this Sample." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUnderstandSample", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Samples/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task associated with this Sample." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUnderstandSample", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Samples", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task associated with this Sample." }, { "name": "Language", "value": "", "type": "query", "description": "An ISO language-country string of the sample." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateUnderstandSample", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Samples", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task associated with this Sample." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandStyleSheet", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/StyleSheet", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns Style sheet JSON object for this Assistant" }, { "info": { "name": "UpdateUnderstandStyleSheet", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/StyleSheet", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates the style sheet for an assistant identified by {AssistantSid} or {AssistantUniqueName}." }, { "info": { "name": "FetchUnderstandTask", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateUnderstandTask", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUnderstandTask", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:Sid", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUnderstandTask", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateUnderstandTask", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the Assistant." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUnderstandTaskActions", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Actions", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the parent Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns JSON actions for this Task." }, { "info": { "name": "UpdateUnderstandTaskActions", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Actions", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the parent Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates the actions of an Task identified by {TaskSid} or {TaskUniqueName}." }, { "info": { "name": "FetchUnderstandTaskStatistics", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/understand/Assistants/:AssistantSid/Tasks/:TaskSid/Statistics", "params": [ { "name": "AssistantSid", "value": "", "type": "path", "description": "The unique ID of the parent Assistant." }, { "name": "TaskSid", "value": "", "type": "path", "description": "The unique ID of the Task associated with this Field." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }