CreateDigitalAssistantDetails¶
-
class
oci.oda.models.
CreateDigitalAssistantDetails
(**kwargs)¶ Bases:
object
Properties that are required to create a Digital Assistant.
Attributes
KIND_CLONE
A constant which can be used with the kind property of a CreateDigitalAssistantDetails. KIND_EXTEND
A constant which can be used with the kind property of a CreateDigitalAssistantDetails. KIND_NEW
A constant which can be used with the kind property of a CreateDigitalAssistantDetails. KIND_VERSION
A constant which can be used with the kind property of a CreateDigitalAssistantDetails. MULTILINGUAL_MODE_NATIVE
A constant which can be used with the multilingual_mode property of a CreateDigitalAssistantDetails. MULTILINGUAL_MODE_TRANSLATION
A constant which can be used with the multilingual_mode property of a CreateDigitalAssistantDetails. category
Gets the category of this CreateDigitalAssistantDetails. defined_tags
Gets the defined_tags of this CreateDigitalAssistantDetails. description
Gets the description of this CreateDigitalAssistantDetails. freeform_tags
Gets the freeform_tags of this CreateDigitalAssistantDetails. kind
[Required] Gets the kind of this CreateDigitalAssistantDetails. multilingual_mode
Gets the multilingual_mode of this CreateDigitalAssistantDetails. platform_version
Gets the platform_version of this CreateDigitalAssistantDetails. primary_language_tag
Gets the primary_language_tag of this CreateDigitalAssistantDetails. Methods
__init__
(**kwargs)Initializes a new CreateDigitalAssistantDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
KIND_CLONE
= 'CLONE'¶ A constant which can be used with the kind property of a CreateDigitalAssistantDetails. This constant has a value of “CLONE”
-
KIND_EXTEND
= 'EXTEND'¶ A constant which can be used with the kind property of a CreateDigitalAssistantDetails. This constant has a value of “EXTEND”
-
KIND_NEW
= 'NEW'¶ A constant which can be used with the kind property of a CreateDigitalAssistantDetails. This constant has a value of “NEW”
-
KIND_VERSION
= 'VERSION'¶ A constant which can be used with the kind property of a CreateDigitalAssistantDetails. This constant has a value of “VERSION”
-
MULTILINGUAL_MODE_NATIVE
= 'NATIVE'¶ A constant which can be used with the multilingual_mode property of a CreateDigitalAssistantDetails. This constant has a value of “NATIVE”
-
MULTILINGUAL_MODE_TRANSLATION
= 'TRANSLATION'¶ A constant which can be used with the multilingual_mode property of a CreateDigitalAssistantDetails. This constant has a value of “TRANSLATION”
-
__init__
(**kwargs)¶ Initializes a new CreateDigitalAssistantDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
CreateDigitalAssistantVersionDetails
CloneDigitalAssistantDetails
CreateNewDigitalAssistantDetails
ExtendDigitalAssistantDetails
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - kind (str) – The value to assign to the kind property of this CreateDigitalAssistantDetails. Allowed values for this property are: “NEW”, “CLONE”, “VERSION”, “EXTEND”
- category (str) – The value to assign to the category property of this CreateDigitalAssistantDetails.
- description (str) – The value to assign to the description property of this CreateDigitalAssistantDetails.
- platform_version (str) – The value to assign to the platform_version property of this CreateDigitalAssistantDetails.
- multilingual_mode (str) – The value to assign to the multilingual_mode property of this CreateDigitalAssistantDetails. Allowed values for this property are: “NATIVE”, “TRANSLATION”
- primary_language_tag (str) – The value to assign to the primary_language_tag property of this CreateDigitalAssistantDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDigitalAssistantDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDigitalAssistantDetails.
-
category
¶ Gets the category of this CreateDigitalAssistantDetails. The resource’s category. This is used to group resource’s together.
Returns: The category of this CreateDigitalAssistantDetails. Return type: str
Gets the defined_tags of this CreateDigitalAssistantDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateDigitalAssistantDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateDigitalAssistantDetails. A short description of the resource.
Returns: The description of this CreateDigitalAssistantDetails. Return type: str
Gets the freeform_tags of this CreateDigitalAssistantDetails. Simple key-value pair that is applied without any predefined name, type, or scope. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this CreateDigitalAssistantDetails. Return type: dict(str, str)
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
kind
¶ [Required] Gets the kind of this CreateDigitalAssistantDetails. How to create the Digital Assistant.
Allowed values for this property are: “NEW”, “CLONE”, “VERSION”, “EXTEND”
Returns: The kind of this CreateDigitalAssistantDetails. Return type: str
-
multilingual_mode
¶ Gets the multilingual_mode of this CreateDigitalAssistantDetails. The multilingual mode for the resource.
Allowed values for this property are: “NATIVE”, “TRANSLATION”
Returns: The multilingual_mode of this CreateDigitalAssistantDetails. Return type: str
-
platform_version
¶ Gets the platform_version of this CreateDigitalAssistantDetails. The ODA Platform Version for this resource.
Returns: The platform_version of this CreateDigitalAssistantDetails. Return type: str
-
primary_language_tag
¶ Gets the primary_language_tag of this CreateDigitalAssistantDetails. The primary language for the resource.
Returns: The primary_language_tag of this CreateDigitalAssistantDetails. Return type: str
-