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
      /       /
é    )ÚVersion)ÚAssistantListc                       s0   e Zd Z‡ fdd„Zedd„ ƒZdd„ Z‡  ZS )Ú
Understandc                    s    t t| ƒ |¡ d| _d| _dS )z´
        Initialize the Understand version of Preview

        :returns: Understand version of Preview
        :rtype: twilio.rest.preview.understand.Understand.Understand
        Ú
understandN)Úsuperr   Ú__init__ÚversionÚ_assistants)ÚselfÚdomain©Ú	__class__© úZ/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/preview/understand/__init__.pyr      s   
zUnderstand.__init__c                 C   s   | j du r
t| ƒ| _ | j S )zP
        :rtype: twilio.rest.preview.understand.assistant.AssistantList
        N)r	   r   ©r
   r   r   r   Ú
assistants   s   

zUnderstand.assistantsc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Preview.Understand>r   r   r   r   r   Ú__repr__#   s   zUnderstand.__repr__)Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   Ú__classcell__r   r   r   r   r      s
    
r   N)Ú__doc__Útwilio.base.versionr   Ú(twilio.rest.preview.understand.assistantr   r   r   r   r   r   Ú<module>   s   