ruạṛ
a ���f�T � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#edEdF� �Z$e$jdGdF� �Z$dHdI� Z%dJdK� Z&dLdM� Z'dNS )O�Botz& Metadata for a Bot resource. �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILED� PUBLISHED�DRAFT�NATIVE�TRANSLATIONc K s� dddddddddddddddddddd�| _ ddd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new Bot object with values from keyword arguments. 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 Bot. :type id: str :param name: The value to assign to the name property of this Bot. :type name: str :param version: The value to assign to the version property of this Bot. :type version: str :param display_name: The value to assign to the display_name property of this Bot. :type display_name: str :param category: The value to assign to the category property of this Bot. :type category: str :param description: The value to assign to the description property of this Bot. :type description: str :param namespace: The value to assign to the namespace property of this Bot. :type namespace: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Bot. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Bot. Allowed values for this property are: "PUBLISHED", "DRAFT" :type lifecycle_details: str :param platform_version: The value to assign to the platform_version property of this Bot. :type platform_version: str :param dialog_version: The value to assign to the dialog_version property of this Bot. :type dialog_version: str :param base_id: The value to assign to the base_id property of this Bot. :type base_id: str :param multilingual_mode: The value to assign to the multilingual_mode property of this Bot. 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 Bot. :type primary_language_tag: str :param native_language_tags: The value to assign to the native_language_tags property of this Bot. :type native_language_tags: list[str] :param time_created: The value to assign to the time_created property of this Bot. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Bot. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this Bot. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Bot. :type defined_tags: dict(str, dict(str, object)) �strz list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�name�version�display_name�category�description� namespace�lifecycle_state�lifecycle_details�platform_version�dialog_version�base_id�multilingual_mode�primary_language_tag�native_language_tags�time_created�time_updated� freeform_tags�defined_tagsr r r ZdisplayNamer r r ZlifecycleStateZlifecycleDetailsZplatformVersionZ dialogVersionZbaseIdZmultilingualModeZprimaryLanguageTagZnativeLanguageTagsZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_name�_version� _display_name� _category�_description� _namespace�_lifecycle_state�_lifecycle_details�_platform_version�_dialog_version�_base_id�_multilingual_mode�_primary_language_tag�_native_language_tags� _time_created� _time_updated�_freeform_tags� _defined_tags)�self�kwargs� r; �6/usr/lib/python3.9/site-packages/oci/oda/models/bot.py�__init__>