twilio.rest.autopilot.v1 package

Submodules

twilio.rest.autopilot.v1.restore_assistant module

This code was generated by / _ _ _| _ _

(_)/(_)(_|/| |(/_ v1.0.0 / /
class twilio.rest.autopilot.v1.restore_assistant.RestoreAssistantInstance(version, payload)[source]

Bases: twilio.base.instance_resource.InstanceResource

PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.

account_sid
Returns:The SID of the Account that created the resource
Return type:unicode
callback_events
Returns:Reserved
Return type:unicode
callback_url
Returns:Reserved
Return type:unicode
date_created
Returns:The RFC 2822 date and time in GMT when the resource was created
Return type:datetime
date_updated
Returns:The RFC 2822 date and time in GMT when the resource was last updated
Return type:datetime
development_stage
Returns:A string describing the state of the assistant.
Return type:unicode
friendly_name
Returns:The string that you assigned to describe the resource
Return type:unicode
latest_model_build_sid
Returns:Reserved
Return type:unicode
log_queries
Returns:Whether queries should be logged and kept after training
Return type:bool
needs_model_build
Returns:Whether model needs to be rebuilt
Return type:bool
sid
Returns:The unique string that identifies the resource
Return type:unicode
unique_name
Returns:An application-defined string that uniquely identifies the resource
Return type:unicode
class twilio.rest.autopilot.v1.restore_assistant.RestoreAssistantList(version)[source]

Bases: twilio.base.list_resource.ListResource

PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.

update(assistant)[source]

Update the RestoreAssistantInstance

Parameters:assistant (unicode) – The unique string that identifies the resource
Returns:The updated RestoreAssistantInstance
Return type:twilio.rest.autopilot.v1.restore_assistant.RestoreAssistantInstance
class twilio.rest.autopilot.v1.restore_assistant.RestoreAssistantPage(version, response, solution)[source]

Bases: twilio.base.page.Page

PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.

get_instance(payload)[source]

Build an instance of RestoreAssistantInstance

Parameters:payload (dict) – Payload response from the API
Returns:twilio.rest.autopilot.v1.restore_assistant.RestoreAssistantInstance
Return type:twilio.rest.autopilot.v1.restore_assistant.RestoreAssistantInstance

Module contents

This code was generated by / _ _ _| _ _

(_)/(_)(_|/| |(/_ v1.0.0 / /
class twilio.rest.autopilot.v1.V1(domain)[source]

Bases: twilio.base.version.Version

assistants
Return type:twilio.rest.autopilot.v1.assistant.AssistantList
restore_assistant
Return type:twilio.rest.autopilot.v1.restore_assistant.RestoreAssistantList