📂 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_new_digital_assistant_details.cpython-39.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 )� CreateNewDigitalAssistantDetailszR Properties that are required to create a Digital Assistant from scratch. c K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new CreateNewDigitalAssistantDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateNewDigitalAssistantDetails.kind` attribute of this class is ``NEW`` 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 CreateNewDigitalAssistantDetails. 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 CreateNewDigitalAssistantDetails. :type category: str :param description: The value to assign to the description property of this CreateNewDigitalAssistantDetails. :type description: str :param platform_version: The value to assign to the platform_version property of this CreateNewDigitalAssistantDetails. :type platform_version: str :param multilingual_mode: The value to assign to the multilingual_mode property of this CreateNewDigitalAssistantDetails. 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 CreateNewDigitalAssistantDetails. :type primary_language_tag: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateNewDigitalAssistantDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateNewDigitalAssistantDetails. :type defined_tags: dict(str, dict(str, object)) :param name: The value to assign to the name property of this CreateNewDigitalAssistantDetails. :type name: str :param display_name: The value to assign to the display_name property of this CreateNewDigitalAssistantDetails. :type display_name: str :param version: The value to assign to the version property of this CreateNewDigitalAssistantDetails. :type version: str :param native_language_tags: The value to assign to the native_language_tags property of this CreateNewDigitalAssistantDetails. :type native_language_tags: list[str] �strzdict(str, str)zdict(str, dict(str, object))z list[str])�kind�category�descriptionZplatform_versionZmultilingual_modeZprimary_language_tagZ freeform_tagsZdefined_tags�name�display_name�version�native_language_tagsr r r ZplatformVersionZmultilingualModeZprimaryLanguageTagZfreeformTagsZdefinedTagsr ZdisplayNamer ZnativeLanguageTagsNZNEW)Z swagger_typesZ attribute_mapZ_kindZ _categoryZ_descriptionZ_platform_versionZ_multilingual_modeZ_primary_language_tagZ_freeform_tagsZ _defined_tags�_name� _display_name�_version�_native_language_tags)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/oda/models/create_new_digital_assistant_details.py�__init__ sN :��z)CreateNewDigitalAssistantDetails.__init__c C s | j S )a7 **[Required]** Gets the name of this CreateNewDigitalAssistantDetails. 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 CreateNewDigitalAssistantDetails. :rtype: str �r �r r r r r w s z%CreateNewDigitalAssistantDetails.namec C s || _ dS )a+ Sets the name of this CreateNewDigitalAssistantDetails. 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 CreateNewDigitalAssistantDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the display_name of this CreateNewDigitalAssistantDetails. The resource's display name. :return: The display_name of this CreateNewDigitalAssistantDetails. :rtype: str �r r r r r r � s z-CreateNewDigitalAssistantDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateNewDigitalAssistantDetails. The resource's display name. :param display_name: The display_name of this CreateNewDigitalAssistantDetails. :type: str Nr )r r r r r r � s c C s | j S )aS Gets the version of this CreateNewDigitalAssistantDetails. 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 CreateNewDigitalAssistantDetails. :rtype: str �r r r r r r � s z(CreateNewDigitalAssistantDetails.versionc C s || _ dS )aY Sets the version of this CreateNewDigitalAssistantDetails. 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 CreateNewDigitalAssistantDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the native_language_tags of this CreateNewDigitalAssistantDetails. A list of native languages supported by this resource. :return: The native_language_tags of this CreateNewDigitalAssistantDetails. :rtype: list[str] �r r r r r r � s z5CreateNewDigitalAssistantDetails.native_language_tagsc C s || _ dS )a Sets the native_language_tags of this CreateNewDigitalAssistantDetails. A list of native languages supported by this resource. :param native_language_tags: The native_language_tags of this CreateNewDigitalAssistantDetails. :type: list[str] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z)CreateNewDigitalAssistantDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z'CreateNewDigitalAssistantDetails.__eq__c C s | |k S r r r"