📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_facebook_channel_result.cpython-39.pyc
a ���fS! � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateChannelResult� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CreateFacebookChannelResultz3 The configuration for a Facebook channel. c K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a Initializes a new CreateFacebookChannelResult object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateFacebookChannelResult.type` attribute of this class is ``FACEBOOK`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this CreateFacebookChannelResult. :type id: str :param name: The value to assign to the name property of this CreateFacebookChannelResult. :type name: str :param description: The value to assign to the description property of this CreateFacebookChannelResult. :type description: str :param category: The value to assign to the category property of this CreateFacebookChannelResult. Allowed values for this property are: "AGENT", "APPLICATION", "BOT", "BOT_AS_AGENT", "SYSTEM", "EVENT" :type category: str :param type: The value to assign to the type property of this CreateFacebookChannelResult. Allowed values for this property are: "ANDROID", "APPEVENT", "APPLICATION", "CORTANA", "FACEBOOK", "IOS", "MSTEAMS", "OSS", "OSVC", "SERVICECLOUD", "SLACK", "TEST", "TWILIO", "WEB", "WEBHOOK" :type type: str :param session_expiry_duration_in_milliseconds: The value to assign to the session_expiry_duration_in_milliseconds property of this CreateFacebookChannelResult. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this CreateFacebookChannelResult. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this CreateFacebookChannelResult. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this CreateFacebookChannelResult. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this CreateFacebookChannelResult. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateFacebookChannelResult. :type defined_tags: dict(str, dict(str, object)) :param verify_token: The value to assign to the verify_token property of this CreateFacebookChannelResult. :type verify_token: str :param bot_id: The value to assign to the bot_id property of this CreateFacebookChannelResult. :type bot_id: str :param webhook_url: The value to assign to the webhook_url property of this CreateFacebookChannelResult. :type webhook_url: str �str�intZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�name�description�category�typeZ'session_expiry_duration_in_millisecondsZlifecycle_stateZtime_createdZtime_updatedZ freeform_tagsZdefined_tags�verify_token�bot_id�webhook_urlr r r r r Z#sessionExpiryDurationInMillisecondsZlifecycleStateZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZverifyTokenZbotIdZ webhookUrlNZFACEBOOK)Z swagger_typesZ attribute_mapZ_id�_nameZ_descriptionZ _categoryZ_typeZ(_session_expiry_duration_in_millisecondsZ_lifecycle_stateZ _time_createdZ _time_updatedZ_freeform_tagsZ _defined_tags� _verify_token�_bot_id�_webhook_url)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/oda/models/create_facebook_channel_result.py�__init__ sZ C��z$CreateFacebookChannelResult.__init__c C s | j S )a� **[Required]** Gets the verify_token of this CreateFacebookChannelResult. The Facebook verify token. This is used by Facebook when verifying the webhook channel. This is only returned this once. If it is lost the keys will need to be rotated to generate a new verify token. :return: The verify_token of this CreateFacebookChannelResult. :rtype: str �r �r r r r r � s z(CreateFacebookChannelResult.verify_tokenc C s || _ dS )a� Sets the verify_token of this CreateFacebookChannelResult. The Facebook verify token. This is used by Facebook when verifying the webhook channel. This is only returned this once. If it is lost the keys will need to be rotated to generate a new verify token. :param verify_token: The verify_token of this CreateFacebookChannelResult. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the bot_id of this CreateFacebookChannelResult. The ID of the Skill or Digital Assistant that the Channel is routed to. :return: The bot_id of this CreateFacebookChannelResult. :rtype: str �r r r r r r � s z"CreateFacebookChannelResult.bot_idc C s || _ dS )z� Sets the bot_id of this CreateFacebookChannelResult. The ID of the Skill or Digital Assistant that the Channel is routed to. :param bot_id: The bot_id of this CreateFacebookChannelResult. :type: str Nr )r r r r r r � s c C s | j S )ao **[Required]** Gets the webhook_url of this CreateFacebookChannelResult. The URL to use to send messages to this channel. This will be generally be used to configure a webhook in a 3rd party messaging system to send messages to this channel. :return: The webhook_url of this CreateFacebookChannelResult. :rtype: str �r r r r r r � s z'CreateFacebookChannelResult.webhook_urlc C s || _ dS )aj Sets the webhook_url of this CreateFacebookChannelResult. The URL to use to send messages to this channel. This will be generally be used to configure a webhook in a 3rd party messaging system to send messages to this channel. :param webhook_url: The webhook_url of this CreateFacebookChannelResult. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$CreateFacebookChannelResult.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"CreateFacebookChannelResult.__eq__c C s | |k S r r r# r r r �__ne__� s z"CreateFacebookChannelResult.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r! r% r&