📂 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: extend_digital_assistant_details.cpython-39.opt-1.pyc
a ���f- � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateDigitalAssistantDetails� )�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 ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�ExtendDigitalAssistantDetailszt Properties that are required to create a new Digital Assistant by extending an existing Digital Assistant. c K s� ddddddddddddd�| _ ddddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new ExtendDigitalAssistantDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.ExtendDigitalAssistantDetails.kind` attribute of this class is ``EXTEND`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kind: The value to assign to the kind property of this ExtendDigitalAssistantDetails. Allowed values for this property are: "NEW", "CLONE", "VERSION", "EXTEND" :type kind: str :param category: The value to assign to the category property of this ExtendDigitalAssistantDetails. :type category: str :param description: The value to assign to the description property of this ExtendDigitalAssistantDetails. :type description: str :param platform_version: The value to assign to the platform_version property of this ExtendDigitalAssistantDetails. :type platform_version: str :param multilingual_mode: The value to assign to the multilingual_mode property of this ExtendDigitalAssistantDetails. Allowed values for this property are: "NATIVE", "TRANSLATION" :type multilingual_mode: str :param primary_language_tag: The value to assign to the primary_language_tag property of this ExtendDigitalAssistantDetails. :type primary_language_tag: str :param freeform_tags: The value to assign to the freeform_tags property of this ExtendDigitalAssistantDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExtendDigitalAssistantDetails. :type defined_tags: dict(str, dict(str, object)) :param id: The value to assign to the id property of this ExtendDigitalAssistantDetails. :type id: str :param name: The value to assign to the name property of this ExtendDigitalAssistantDetails. :type name: str :param display_name: The value to assign to the display_name property of this ExtendDigitalAssistantDetails. :type display_name: str :param version: The value to assign to the version property of this ExtendDigitalAssistantDetails. :type version: str �strzdict(str, str)zdict(str, dict(str, object)))�kind�category�descriptionZplatform_versionZmultilingual_modeZprimary_language_tagZ freeform_tagsZdefined_tags�id�name�display_name�versionr r r ZplatformVersionZmultilingualModeZprimaryLanguageTagZfreeformTagsZdefinedTagsr r ZdisplayNamer NZEXTEND)Z swagger_typesZ attribute_mapZ_kindZ _categoryZ_descriptionZ_platform_versionZ_multilingual_modeZ_primary_language_tagZ_freeform_tagsZ _defined_tags�_id�_name� _display_name�_version)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/oda/models/extend_digital_assistant_details.py�__init__ sN :��z&ExtendDigitalAssistantDetails.__init__c C s | j S )z� **[Required]** Gets the id of this ExtendDigitalAssistantDetails. The unique identifier of the Digital Assistant to extend. :return: The id of this ExtendDigitalAssistantDetails. :rtype: str �r �r r r r r w s z ExtendDigitalAssistantDetails.idc C s || _ dS )z� Sets the id of this ExtendDigitalAssistantDetails. The unique identifier of the Digital Assistant to extend. :param id: The id of this ExtendDigitalAssistantDetails. :type: str Nr )r r r r r r � s c C s | j S )a1 **[Required]** Gets the name of this ExtendDigitalAssistantDetails. The reource's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter. :return: The name of this ExtendDigitalAssistantDetails. :rtype: str �r r r r r r � s z"ExtendDigitalAssistantDetails.namec C s || _ dS )a% Sets the name of this ExtendDigitalAssistantDetails. The reource's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter. :param name: The name of this ExtendDigitalAssistantDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the display_name of this ExtendDigitalAssistantDetails. The resource's display name. :return: The display_name of this ExtendDigitalAssistantDetails. :rtype: str �r r r r r r � s z*ExtendDigitalAssistantDetails.display_namec C s || _ dS )z� Sets the display_name of this ExtendDigitalAssistantDetails. The resource's display name. :param display_name: The display_name of this ExtendDigitalAssistantDetails. :type: str Nr )r r r r r r � s c C s | j S )aM Gets the version of this ExtendDigitalAssistantDetails. The resource's version. The version can only contain numbers, letters, periods, underscores, dashes or spaces. The version must begin with a letter or a number. :return: The version of this ExtendDigitalAssistantDetails. :rtype: str �r r r r r r � s z%ExtendDigitalAssistantDetails.versionc C s || _ dS )aS Sets the version of this ExtendDigitalAssistantDetails. The resource's version. The version can only contain numbers, letters, periods, underscores, dashes or spaces. The version must begin with a letter or a number. :param version: The version of this ExtendDigitalAssistantDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z&ExtendDigitalAssistantDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z$ExtendDigitalAssistantDetails.__eq__c C s | |k S r r r"