o
    ä›e  ã                   @   s0   d Z ddlmZ ddlmZ G dd„ deƒZdS )za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
é    )ÚDomain)ÚV1c                       sl   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZedd„ ƒZed	d
„ ƒZedd„ ƒZ	edd„ ƒZ
dd„ Z‡  ZS )ÚFlexApic                    s    t t| ƒ |¡ d| _d| _dS )z‚
        Initialize the FlexApi Domain

        :returns: Domain for FlexApi
        :rtype: twilio.rest.flex_api.FlexApi
        zhttps://flex-api.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v1)ÚselfÚtwilio©Ú	__class__© úP/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/flex_api/__init__.pyr      s   
zFlexApi.__init__c                 C   s   | j du r
t| ƒ| _ | j S )z]
        :returns: Version v1 of flex_api
        :rtype: twilio.rest.flex_api.v1.V1
        N)r   r   ©r	   r   r   r   Úv1   s   

z
FlexApi.v1c                 C   ó   | j jS )zE
        :rtype: twilio.rest.flex_api.v1.channel.ChannelList
        )r   Úchannelr   r   r   r   r   '   ó   zFlexApi.channelc                 C   r   )zQ
        :rtype: twilio.rest.flex_api.v1.configuration.ConfigurationList
        )r   Úconfigurationr   r   r   r   r   .   r   zFlexApi.configurationc                 C   r   )zH
        :rtype: twilio.rest.flex_api.v1.flex_flow.FlexFlowList
        )r   Ú	flex_flowr   r   r   r   r   5   r   zFlexApi.flex_flowc                 C   r   )zM
        :rtype: twilio.rest.flex_api.v1.interaction.InteractionList
        )r   Úinteractionr   r   r   r   r   <   r   zFlexApi.interactionc                 C   r   )zL
        :rtype: twilio.rest.flex_api.v1.web_channel.WebChannelList
        )r   Úweb_channelr   r   r   r   r   C   r   zFlexApi.web_channelc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.FlexApi>r   r   r   r   r   Ú__repr__J   s   zFlexApi.__repr__)Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   r   r   r   r   r   Ú__classcell__r   r   r   r   r      s    
	




r   N)Ú__doc__Útwilio.base.domainr   Útwilio.rest.flex_api.v1r   r   r   r   r   r   Ú<module>   s   