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                       sx   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
edd Zdd Z  ZS )ฺInsightsc                    s    t t|  |ก d| _d| _dS )z
        Initialize the Insights Domain

        :returns: Domain for Insights
        :rtype: twilio.rest.insights.Insights
        zhttps://insights.twilio.comN)ฺsuperr   ฺ__init__ฺbase_urlฺ_v1)ฺselfฺtwilioฉฺ	__class__ฉ ๚P/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/insights/__init__.pyr      s   
zInsights.__init__c                 C   s   | j du r
t| | _ | j S )z]
        :returns: Version v1 of insights
        :rtype: twilio.rest.insights.v1.V1
        N)r   r   ฉr	   r   r   r   ฺv1   s   

zInsights.v1c                 C   ๓   | j jS )zE
        :rtype: twilio.rest.insights.v1.setting.SettingList
        )r   ฺsettingsr   r   r   r   r   '   ๓   zInsights.settingsc                 C   r   )zK
        :rtype: twilio.rest.insights.v1.annotation.AnnotationList
        )r   ฺ
annotationr   r   r   r   r   .   r   zInsights.annotationc                 C   r   )z?
        :rtype: twilio.rest.insights.v1.call.CallList
        )r   ฺcallsr   r   r   r   r   5   r   zInsights.callsc                 C   r   )zR
        :rtype: twilio.rest.insights.v1.call_summaries.CallSummariesList
        )r   ฺcall_summariesr   r   r   r   r   <   r   zInsights.call_summariesc                 C   r   )zK
        :rtype: twilio.rest.insights.v1.conference.ConferenceList
        )r   ฺconferencesr   r   r   r   r   C   r   zInsights.conferencesc                 C   r   )z?
        :rtype: twilio.rest.insights.v1.room.RoomList
        )r   ฺroomsr   r   r   r   r   J   r   zInsights.roomsc                 C   s   dS )zz
        Provide a friendly representation

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