
    pi
                         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 d dlmZ d d	lmZ d d
lmZ  G d de      Zy)    )warn)ConversationsBase)AddressConfigurationList)ConfigurationList)ConversationList)CredentialList)ParticipantConversationList)RoleList)ServiceList)UserListc                       e Zd Zedefd       Zedefd       Zedefd       Z	ede
fd       Zedefd       Zedefd       Zedefd       Zedefd	       Zy
)Conversationsreturnc                 R    t        dt        d       | j                  j                  S )Nz:configuration is deprecated. Use v1.configuration instead.   
stacklevel)r   DeprecationWarningv1configurationselfs    d/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/conversations/__init__.pyr   zConversations.configuration   %    H	

 ww$$$    c                 R    t        dt        d       | j                  j                  S )NzLaddress_configurations is deprecated. Use v1.address_configurations instead.r   r   )r   r   r   address_configurationsr   s    r   r   z$Conversations.address_configurations   s%    Z	

 ww---r   c                 R    t        dt        d       | j                  j                  S )Nz:conversations is deprecated. Use v1.conversations instead.r   r   )r   r   r   conversationsr   s    r   r   zConversations.conversations#   r   r   c                 R    t        dt        d       | j                  j                  S )Nz6credentials is deprecated. Use v1.credentials instead.r   r   )r   r   r   credentialsr   s    r   r!   zConversations.credentials,   s%    D	

 ww"""r   c                 R    t        dt        d       | j                  j                  S )NzRparticipant_conversations is deprecated. Use v1.participant_conversations instead.r   r   )r   r   r   participant_conversationsr   s    r   r#   z'Conversations.participant_conversations5   s%    `	

 ww000r   c                 R    t        dt        d       | j                  j                  S )Nz*roles is deprecated. Use v1.roles instead.r   r   )r   r   r   rolesr   s    r   r%   zConversations.roles>   #    8	

 ww}}r   c                 R    t        dt        d       | j                  j                  S )Nz0services is deprecated. Use v1.services instead.r   r   )r   r   r   servicesr   s    r   r(   zConversations.servicesG   s%    >	

 wwr   c                 R    t        dt        d       | j                  j                  S )Nz*users is deprecated. Use v1.users instead.r   r   )r   r   r   usersr   s    r   r*   zConversations.usersP   r&   r   N)__name__
__module____qualname__propertyr   r   r   r   r   r   r   r!   r	   r#   r
   r%   r   r(   r   r*    r   r   r   r      s    %0 % % .(@ . . %/ % % #^ # # 1+F 1 1 x    +     x  r   r   N)warningsr   +twilio.rest.conversations.ConversationsBaser   2twilio.rest.conversations.v1.address_configurationr   *twilio.rest.conversations.v1.configurationr   )twilio.rest.conversations.v1.conversationr   'twilio.rest.conversations.v1.credentialr   5twilio.rest.conversations.v1.participant_conversationr	   !twilio.rest.conversations.v1.roler
   $twilio.rest.conversations.v1.servicer   !twilio.rest.conversations.v1.userr   r   r/   r   r   <module>r:      s6     I W H F B 7 < 6G% Gr   