twilio.rest.flex_api.v2 package

Submodules

twilio.rest.flex_api.v2.web_channels module

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

(_)/(_)(_|/| |(/_ v1.0.0 / /
class twilio.rest.flex_api.v2.web_channels.WebChannelsInstance(version, payload)[source]

Bases: twilio.base.instance_resource.InstanceResource

conversation_sid
Returns:The unique string representing the Conversation resource created
Return type:unicode
identity
Returns:The unique string representing the User created
Return type:unicode
class twilio.rest.flex_api.v2.web_channels.WebChannelsList(version)[source]

Bases: twilio.base.list_resource.ListResource

create(address_sid, chat_friendly_name=<object object>, customer_friendly_name=<object object>, pre_engagement_data=<object object>)[source]

Create the WebChannelsInstance

Parameters:
  • address_sid (unicode) – The SID of the Conversations Address
  • chat_friendly_name (unicode) – The Conversation’s friendly name
  • customer_friendly_name (unicode) – The Conversation participant’s friendly name
  • pre_engagement_data (unicode) – The pre-engagement data
Returns:

The created WebChannelsInstance

Return type:

twilio.rest.flex_api.v2.web_channels.WebChannelsInstance

class twilio.rest.flex_api.v2.web_channels.WebChannelsPage(version, response, solution)[source]

Bases: twilio.base.page.Page

get_instance(payload)[source]

Build an instance of WebChannelsInstance

Parameters:payload (dict) – Payload response from the API
Returns:twilio.rest.flex_api.v2.web_channels.WebChannelsInstance
Return type:twilio.rest.flex_api.v2.web_channels.WebChannelsInstance

Module contents

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

(_)/(_)(_|/| |(/_ v1.0.0 / /
class twilio.rest.flex_api.v2.V2(domain)[source]

Bases: twilio.base.version.Version

web_channels
Return type:twilio.rest.flex_api.v2.web_channels.WebChannelsList