
    i?1iQM                         d Z ddlmZ ddlmZmZmZmZmZmZm	Z	 ddl
mZ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 G d de      Z G d de      Z G d de      Zy)a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Flex
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
    )datetime)AnyDictListOptionalUnionIteratorAsyncIterator)deserializevalues)InstanceContext)InstanceResource)ListResource)Version)Pagec                        e Zd ZdZ	 ddedeeef   dee   f fdZ	e
dd       ZdefdZdefd	Zdd
ZddZdefdZ xZS )ChannelInstanceak  
    :ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Channel resource and owns this Workflow.
    :ivar flex_flow_sid: The SID of the Flex Flow.
    :ivar sid: The unique string that we created to identify the Channel resource.
    :ivar user_sid: The SID of the chat user.
    :ivar task_sid: The SID of the TaskRouter Task. Only valid when integration type is `task`. `null` for integration types `studio` & `external`
    :ivar url: The absolute URL of the Flex chat channel resource.
    :ivar date_created: The date and time in GMT when the Flex chat channel was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    :ivar date_updated: The date and time in GMT when the Flex chat channel was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    versionpayloadsidc                    t         |   |       |j                  d      | _        |j                  d      | _        |j                  d      | _        |j                  d      | _        |j                  d      | _        |j                  d      | _        t        j                  |j                  d            | _        t        j                  |j                  d            | _        d|xs | j
                  i| _        d | _        y )	Naccount_sidflex_flow_sidr   user_sidtask_sidurldate_createddate_updated)super__init__getr   r   r   r   r   r   r   iso8601_datetimer   r   	_solution_context)selfr   r   r   	__class__s       i/home/www/therecruiter.miabetepe.com/venv/lib/python3.12/site-packages/twilio/rest/flex_api/v1/channel.pyr    zChannelInstance.__init__'   s     	!*1++m*D,3KK,H")++e"4'.{{:'>'.{{:'>")++e"40;0L0LKK'1
 1<0L0LKK'1

 3?$((
 37    returnc                     | j                   )t        | j                  | j                  d         | _         | j                   S )z
        Generate an instance context for the instance, the context is capable of
        performing various actions. All instance actions are proxied to the context

        :returns: ChannelContext for this ChannelInstance
        r   r   )r$   ChannelContext_versionr#   r%   s    r'   _proxyzChannelInstance._proxy>   s9     == *NN5)DM }}r(   c                 6    | j                   j                         S )j
        Deletes the ChannelInstance


        :returns: True if delete succeeds, False otherwise
        )r/   deleter.   s    r'   r2   zChannelInstance.deleteM   s     {{!!##r(   c                 R   K   | j                   j                          d{   S 7 w)
        Asynchronous coroutine that deletes the ChannelInstance


        :returns: True if delete succeeds, False otherwise
        N)r/   delete_asyncr.   s    r'   r5   zChannelInstance.delete_asyncV   s!      [[--////   '%'c                 6    | j                   j                         S )[
        Fetch the ChannelInstance


        :returns: The fetched ChannelInstance
        )r/   fetchr.   s    r'   r9   zChannelInstance.fetch_   s     {{  ""r(   c                 R   K   | j                   j                          d{   S 7 w)u
        Asynchronous coroutine to fetch the ChannelInstance


        :returns: The fetched ChannelInstance
        N)r/   fetch_asyncr.   s    r'   r<   zChannelInstance.fetch_asynch   s!      [[,,....r6   c                     dj                  d | j                  j                         D              }dj                  |      S )f
        Provide a friendly representation

        :returns: Machine friendly representation
         c              3   F   K   | ]  \  }}d j                  ||        ywz{}={}Nformat.0kvs      r'   	<genexpr>z+ChannelInstance.__repr__.<locals>.<genexpr>w        SDAq7>>!Q/S   !z&<Twilio.FlexApi.V1.ChannelInstance {}>joinr#   itemsrC   r%   contexts     r'   __repr__zChannelInstance.__repr__q   s6     ((SDNN<P<P<RSS7>>wGGr(   )N)r)   r,   )r)   r   )__name__
__module____qualname____doc__r   r   strr   r   r    propertyr/   boolr2   r5   r9   r<   rP   __classcell__r&   s   @r'   r   r      s|    	 OS77)-c3h7>Fsm7.  $ $0D 0#/H# Hr(   r   c                   d     e Zd Zdedef fdZdefdZdefdZde	fdZ
de	fdZdefd	Z xZS )
r,   r   r   c                 x    t         |   |       d|i| _         dj                  di | j                  | _        y)z
        Initialize the ChannelContext

        :param version: Version that contains the resource
        :param sid: The SID of the Flex chat channel resource to fetch.
        r   z/Channels/{sid}N )r   r    r#   rC   _uri)r%   r   r   r&   s      r'   r    zChannelContext.__init__|   s@     	! 3
 -%,,>t~~>	r(   r)   c                 P    | j                   j                  d| j                        S )r1   DELETEmethoduri)r-   r2   r]   r.   s    r'   r2   zChannelContext.delete   s*     }}##		 $ 
 	
r(   c                 l   K   | j                   j                  d| j                         d{   S 7 w)r4   r_   r`   N)r-   r5   r]   r.   s    r'   r5   zChannelContext.delete_async   s8      ]]//		 0 
 
 	
 
s   +424c                     | j                   j                  d| j                        }t        | j                   || j                  d         S )r8   GETr`   r   r+   )r-   r9   r]   r   r#   r%   r   s     r'   r9   zChannelContext.fetch   sL     --%%		 & 

 MMu%
 	
r(   c                    K   | j                   j                  d| j                         d{   }t        | j                   || j                  d         S 7 )w)r;   re   r`   Nr   r+   )r-   r<   r]   r   r#   rf   s     r'   r<   zChannelContext.fetch_async   sZ      11		 2 
 

 MMu%
 	

s   +AA*Ac                     dj                  d | j                  j                         D              }dj                  |      S )r>   r?   c              3   F   K   | ]  \  }}d j                  ||        ywrA   rB   rD   s      r'   rH   z*ChannelContext.__repr__.<locals>.<genexpr>   rI   rJ   z%<Twilio.FlexApi.V1.ChannelContext {}>rK   rN   s     r'   rP   zChannelContext.__repr__   s6     ((SDNN<P<P<RSS6==gFFr(   )rQ   rR   rS   r   rU   r    rW   r2   r5   r   r9   r<   rP   rX   rY   s   @r'   r,   r,   {   sT    ? ?c ?

 



D 


 
&
? 
&G# Gr(   r,   c                   2    e Zd Zdeeef   defdZdefdZy)ChannelPager   r)   c                 .    t        | j                  |      S )zm
        Build an instance of ChannelInstance

        :param payload: Payload response from the API
        )r   r-   rf   s     r'   get_instancezChannelPage.get_instance   s     t}}g66r(   c                      y)r>   z<Twilio.FlexApi.V1.ChannelPage>r\   r.   s    r'   rP   zChannelPage.__repr__        1r(   N)	rQ   rR   rS   r   rU   r   r   rm   rP   r\   r(   r'   rk   rk      s)    7DcN 7 71# 1r(   rk   c                        e Zd Zdef fdZej                  ej                  ej                  ej                  ej                  ej                  fdededededeee	f   deee	f   d	eee	f   d
eee	f   deee	f   dee
e	f   defdZej                  ej                  ej                  ej                  ej                  ej                  fdededededeee	f   deee	f   d	eee	f   d
eee	f   deee	f   dee
e	f   defdZ	 	 d!dee   dee   dee   fdZ	 	 d!dee   dee   dee   fdZ	 	 d!dee   dee   dee   fdZ	 	 d!dee   dee   dee   fdZej                  ej                  ej                  fdeee	f   deee	f   deee	f   defdZej                  ej                  ej                  fdeee	f   deee	f   deee	f   defdZdedefdZdedefdZdedefdZdedefdZdefd Z xZ S )"ChannelListr   c                 2    t         |   |       d| _        y)zi
        Initialize the ChannelList

        :param version: Version that contains the resource

        z	/ChannelsN)r   r    r]   )r%   r   r&   s     r'   r    zChannelList.__init__   s     	!	r(   r   identitychat_user_friendly_namechat_friendly_nametargetchat_unique_namepre_engagement_datar   task_attributes
long_livedr)   c                     t        j                  |||||||||	|
d
      }| j                  j                  d| j                  |      }t        | j                  |      S )a  
        Create the ChannelInstance

        :param flex_flow_sid: The SID of the Flex Flow.
        :param identity: The `identity` value that uniquely identifies the new resource's chat User.
        :param chat_user_friendly_name: The chat participant's friendly name.
        :param chat_friendly_name: The chat channel's friendly name.
        :param target: The Target Contact Identity, for example the phone number of an SMS.
        :param chat_unique_name: The chat channel's unique name.
        :param pre_engagement_data: The pre-engagement data.
        :param task_sid: The SID of the TaskRouter Task. Only valid when integration type is `task`. `null` for integration types `studio` & `external`
        :param task_attributes: The Task attributes to be added for the TaskRouter Task.
        :param long_lived: Whether to create the channel as long-lived.

        :returns: The created ChannelInstance
        
FlexFlowSidIdentityChatUserFriendlyNameChatFriendlyNameTargetChatUniqueNamePreEngagementDataTaskSidTaskAttributes	LongLivedPOSTra   rb   data)r   ofr-   creater]   r   r%   r   rs   rt   ru   rv   rw   rx   r   ry   rz   r   r   s                r'   r   zChannelList.create   sp    : yy,$(?$6 "2%8#"1'
 --&&		 ' 
 t}}g66r(   c                    K   t        j                  |||||||||	|
d
      }| j                  j                  d| j                  |       d{   }t        | j                  |      S 7 w)a  
        Asynchronously create the ChannelInstance

        :param flex_flow_sid: The SID of the Flex Flow.
        :param identity: The `identity` value that uniquely identifies the new resource's chat User.
        :param chat_user_friendly_name: The chat participant's friendly name.
        :param chat_friendly_name: The chat channel's friendly name.
        :param target: The Target Contact Identity, for example the phone number of an SMS.
        :param chat_unique_name: The chat channel's unique name.
        :param pre_engagement_data: The pre-engagement data.
        :param task_sid: The SID of the TaskRouter Task. Only valid when integration type is `task`. `null` for integration types `studio` & `external`
        :param task_attributes: The Task attributes to be added for the TaskRouter Task.
        :param long_lived: Whether to create the channel as long-lived.

        :returns: The created ChannelInstance
        r|   r   r   N)r   r   r-   create_asyncr]   r   r   s                r'   r   zChannelList.create_async%  s~     : yy,$(?$6 "2%8#"1'
 22		 3 
 
 t}}g66
s   AA+A)A+limit	page_sizec                     | j                   j                  ||      }| j                  |d         }| j                   j                  ||d         S )a]  
        Streams ChannelInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        r   r   r   )r-   read_limitspagestreamr%   r   r   limitsr   s        r'   r   zChannelList.streamY  sJ    ( **5)<yy6+#6y7}}##D&/::r(   c                    K   | j                   j                  ||      }| j                  |d          d{   }| j                   j                  ||d         S 7 #w)al  
        Asynchronously streams ChannelInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        r   r   Nr   )r-   r   
page_asyncstream_asyncr   s        r'   r   zChannelList.stream_asyncr  sW     ( **5)<__vk/B_CC}}))$w@@ Ds   5AA$Ac                 :    t        | j                  ||            S )a  
        Lists ChannelInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        r   r   )listr   )r%   r   r   s      r'   r   zChannelList.list  s(    & KK#  
 	
r(   c                 z   K   | j                  ||       d{   2 cg c3 d{   }|7 7 	6 c}S c c}w w)a	  
        Asynchronously lists ChannelInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        r   N)r   )r%   r   r   records       r'   
list_asynczChannelList.list_async  sT     * '+&7&7# '8 ' !
 
 !
 
 	
 
s0   ;.;620
26;26;
page_tokenpage_numberc                     t        j                  |||d      }| j                  j                  d| j                  |      }t        | j                  |      S )as  
        Retrieve a single page of ChannelInstance records from the API.
        Request is executed immediately

        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of ChannelInstance
        	PageTokenr   PageSizere   ra   rb   params)r   r   r-   r   r]   rk   r%   r   r   r   r   responses         r'   r   zChannelList.page  sR      yy'#%
 ==%%U		$%O4==(33r(   c                    K   t        j                  |||d      }| j                  j                  d| j                  |       d{   }t        | j                  |      S 7 w)a  
        Asynchronously retrieve a single page of ChannelInstance records from the API.
        Request is executed immediately

        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of ChannelInstance
        r   re   r   N)r   r   r-   r   r]   rk   r   s         r'   r   zChannelList.page_async  sg       yy'#%
 11dii 2 
 
 4==(33
s   AA$A"A$
target_urlc                     | j                   j                  j                  j                  d|      }t	        | j                   |      S )z
        Retrieve a specific page of ChannelInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of ChannelInstance
        re   )r-   domaintwiliorequestrk   r%   r   r   s      r'   get_pagezChannelList.get_page  s7     ==''..66ujI4==(33r(   c                    K   | j                   j                  j                  j                  d|       d{   }t	        | j                   |      S 7 w)a  
        Asynchronously retrieve a specific page of ChannelInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of ChannelInstance
        re   N)r-   r   r   request_asyncrk   r   s      r'   get_page_asynczChannelList.get_page_async  sD      --44BB5*UU4==(33 Vs   4AAAr   c                 0    t        | j                  |      S zv
        Constructs a ChannelContext

        :param sid: The SID of the Flex chat channel resource to fetch.
        r+   r,   r-   r%   r   s     r'   r!   zChannelList.get       dmm55r(   c                 0    t        | j                  |      S r   r   r   s     r'   __call__zChannelList.__call__  r   r(   c                      y)r>   z<Twilio.FlexApi.V1.ChannelList>r\   r.   s    r'   rP   zChannelList.__repr__   ro   r(   )NN)!rQ   rR   rS   r   r    r   unsetrU   r   objectrW   r   r   r   r   intr	   r   r
   r   r   r   r   rk   r   r   r   r   r,   r!   r   rP   rX   rY   s   @r'   rq   rq      s   	  	 " &,\\/5||28,,'-||.4ll*0,,2727 27 "%	27
  27 c6k"27  V,27 #3;/27 V$27 sF{+27 $,'27 
27t &,\\/5||28,,'-||.4ll*0,,2727 27 "%	27
  27 c6k"27  V,27 #3;/27 V$27 sF{+27 $,'27 
27l  $#';}; C=; 
/	"	;6  $#'A}A C=A 
	'	A6  $#'
}
 C=
 
o		
8  $#'
}
 C=
 
o		
: *0*0,,(.	4#v+&4 3;'4 f%	4
 
4: *0*0,,(.	4#v+&4 3;'4 f%	4
 
4:
43 
4; 
4
4s 
4{ 
46s 6~ 66C 6N 61# 1r(   rq   N)rT   r   typingr   r   r   r   r   r	   r
   twilio.baser   r   twilio.base.instance_contextr   twilio.base.instance_resourcer   twilio.base.list_resourcer   twilio.base.versionr   twilio.base.pager   r   r,   rk   rq   r\   r(   r'   <module>r      sg     L L L + 8 : 2 ' !^H& ^HBUG_ UGp1$ 1$A1, A1r(   