📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: app_event_channel.cpython-39.opt-1.pyc
a ���fv � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Channel� )�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 )�AppEventChannelz= The configuration for an Application Event channel. c K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a| Initializes a new AppEventChannel object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.AppEventChannel.type` attribute of this class is ``APPEVENT`` 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 AppEventChannel. :type id: str :param name: The value to assign to the name property of this AppEventChannel. :type name: str :param description: The value to assign to the description property of this AppEventChannel. :type description: str :param category: The value to assign to the category property of this AppEventChannel. 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 AppEventChannel. 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 AppEventChannel. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this AppEventChannel. 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 AppEventChannel. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AppEventChannel. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this AppEventChannel. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AppEventChannel. :type defined_tags: dict(str, dict(str, object)) :param outbound_url: The value to assign to the outbound_url property of this AppEventChannel. :type outbound_url: str :param event_sink_bot_ids: The value to assign to the event_sink_bot_ids property of this AppEventChannel. :type event_sink_bot_ids: list[str] :param webhook_url: The value to assign to the webhook_url property of this AppEventChannel. :type webhook_url: str �str�intZdatetimezdict(str, str)zdict(str, dict(str, object))z list[str])�id�name�description�category�typeZ'session_expiry_duration_in_millisecondsZlifecycle_stateZtime_createdZtime_updatedZ freeform_tagsZdefined_tags�outbound_url�event_sink_bot_ids�webhook_urlr r r r r Z#sessionExpiryDurationInMillisecondsZlifecycleStateZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZoutboundUrlZeventSinkBotIdsZ webhookUrlNZAPPEVENT)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� _outbound_url�_event_sink_bot_ids�_webhook_url)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/oda/models/app_event_channel.py�__init__ sZ C��zAppEventChannel.__init__c C s | j S )z� Gets the outbound_url of this AppEventChannel. The URL for sending errors and responses to. :return: The outbound_url of this AppEventChannel. :rtype: str �r �r r r r r � s zAppEventChannel.outbound_urlc C s || _ dS )z� Sets the outbound_url of this AppEventChannel. The URL for sending errors and responses to. :param outbound_url: The outbound_url of this AppEventChannel. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the event_sink_bot_ids of this AppEventChannel. The IDs of the Skills and Digital Assistants that the Channel is routed to. :return: The event_sink_bot_ids of this AppEventChannel. :rtype: list[str] �r r r r r r � s z"AppEventChannel.event_sink_bot_idsc C s || _ dS )a Sets the event_sink_bot_ids of this AppEventChannel. The IDs of the Skills and Digital Assistants that the Channel is routed to. :param event_sink_bot_ids: The event_sink_bot_ids of this AppEventChannel. :type: list[str] Nr )r r r r r r � s c C s | j S )aW **[Required]** Gets the webhook_url of this AppEventChannel. 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 AppEventChannel. :rtype: str �r r r r r r � s zAppEventChannel.webhook_urlc C s || _ dS )aR Sets the webhook_url of this AppEventChannel. 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 AppEventChannel. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zAppEventChannel.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zAppEventChannel.__eq__c C s | |k S r r r# r r r �__ne__� s zAppEventChannel.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r! r% r&