📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
oda
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/oda/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_digital_assistant_version_details.pyc
a O��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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�$CreateDigitalAssistantVersionDetailsz` Properties that are required to create a new version of an existing Digital Assistant. c K s~ ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CreateDigitalAssistantVersionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateDigitalAssistantVersionDetails.kind` attribute of this class is ``VERSION`` 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 CreateDigitalAssistantVersionDetails. 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 CreateDigitalAssistantVersionDetails. :type category: str :param description: The value to assign to the description property of this CreateDigitalAssistantVersionDetails. :type description: str :param platform_version: The value to assign to the platform_version property of this CreateDigitalAssistantVersionDetails. :type platform_version: str :param multilingual_mode: The value to assign to the multilingual_mode property of this CreateDigitalAssistantVersionDetails. 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 CreateDigitalAssistantVersionDetails. :type primary_language_tag: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDigitalAssistantVersionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDigitalAssistantVersionDetails. :type defined_tags: dict(str, dict(str, object)) :param id: The value to assign to the id property of this CreateDigitalAssistantVersionDetails. :type id: str :param version: The value to assign to the version property of this CreateDigitalAssistantVersionDetails. :type version: str �strzdict(str, str)zdict(str, dict(str, object))) �kind�category�description�platform_version�multilingual_mode�primary_language_tag� freeform_tags�defined_tags�id�versionr r r �platformVersion�multilingualMode�primaryLanguageTag�freeformTags�definedTagsr r N�VERSION)� swagger_types� attribute_map�_kind� _category�_description�_platform_version�_multilingual_mode�_primary_language_tag�_freeform_tags� _defined_tags�_id�_version)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/create_digital_assistant_version_details.py�__init__ sB 2�� z-CreateDigitalAssistantVersionDetails.__init__c C s | j S )a **[Required]** Gets the id of this CreateDigitalAssistantVersionDetails. The unique identifier of the Digital Assistant to create a new version of. :return: The id of this CreateDigitalAssistantVersionDetails. :rtype: str �r$ �r&