o
    eA
                     @   sl   d Z ddlmZ ddlmZ ddlmZ ddlmZ ddl	m
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)AnnotationList)CallList)CallSummariesList)ConferenceList)RoomList)SettingListc                       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 )V1c                    s>   t t| | d| _d| _d| _d| _d| _d| _d| _	dS )z
        Initialize the V1 version of Insights

        :returns: V1 version of Insights
        :rtype: twilio.rest.insights.v1.V1.V1
        v1N)
superr	   __init__version	_settings_annotation_calls_call_summaries_conferences_rooms)selfdomain	__class__ S/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/insights/v1/__init__.pyr      s   
zV1.__init__c                 C      | j du r
t| | _ | j S )zE
        :rtype: twilio.rest.insights.v1.setting.SettingList
        N)r   r   r   r   r   r   settings$      

zV1.settingsc                 C   r   )zK
        :rtype: twilio.rest.insights.v1.annotation.AnnotationList
        N)r   r   r   r   r   r   
annotation-   r   zV1.annotationc                 C   r   )z?
        :rtype: twilio.rest.insights.v1.call.CallList
        N)r   r   r   r   r   r   calls6   r   zV1.callsc                 C   r   )zR
        :rtype: twilio.rest.insights.v1.call_summaries.CallSummariesList
        N)r   r   r   r   r   r   call_summaries?   r   zV1.call_summariesc                 C   r   )zK
        :rtype: twilio.rest.insights.v1.conference.ConferenceList
        N)r   r   r   r   r   r   conferencesH   r   zV1.conferencesc                 C   r   )z?
        :rtype: twilio.rest.insights.v1.room.RoomList
        N)r   r   r   r   r   r   roomsQ   r   zV1.roomsc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Insights.V1>r   r   r   r   r   __repr__Z   s   zV1.__repr__)__name__
__module____qualname__r   propertyr   r   r   r    r!   r"   r#   __classcell__r   r   r   r   r	      s    





r	   N)__doc__twilio.base.versionr   "twilio.rest.insights.v1.annotationr   twilio.rest.insights.v1.callr   &twilio.rest.insights.v1.call_summariesr   "twilio.rest.insights.v1.conferencer   twilio.rest.insights.v1.roomr   twilio.rest.insights.v1.settingr   r	   r   r   r   r   <module>   s   