CustomizationReferencedEntities

class oci.ai_speech.models.CustomizationReferencedEntities(**kwargs)

Bases: object

Entities referenced by top level customization.

Methods

__init__(**kwargs) Initializes a new CustomizationReferencedEntities object with values from keyword arguments.

Attributes

alias Gets the alias of this CustomizationReferencedEntities.
entity_type Gets the entity_type of this CustomizationReferencedEntities.
id Gets the id of this CustomizationReferencedEntities.
__init__(**kwargs)

Initializes a new CustomizationReferencedEntities object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • alias (str) – The value to assign to the alias property of this CustomizationReferencedEntities.
  • id (str) – The value to assign to the id property of this CustomizationReferencedEntities.
  • entity_type (str) – The value to assign to the entity_type property of this CustomizationReferencedEntities.
alias

Gets the alias of this CustomizationReferencedEntities. Alias of default referenced Customization for given entityType

Returns:The alias of this CustomizationReferencedEntities.
Return type:str
entity_type

Gets the entity_type of this CustomizationReferencedEntities. Customization Entity Type

Returns:The entity_type of this CustomizationReferencedEntities.
Return type:str
id

Gets the id of this CustomizationReferencedEntities. Customization Id of default referenced Customization for given entityType

Returns:The id of this CustomizationReferencedEntities.
Return type:str