Class CustomizationReferencedEntities
Entities referenced by top level customization.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class CustomizationReferencedEntitiesProperties
Alias
Declaration
[JsonProperty(PropertyName = "alias")]
public string Alias { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Alias of default referenced Customization for given entityType | 
EntityType
Declaration
[JsonProperty(PropertyName = "entityType")]
public string EntityType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Customization Entity Type | 
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Customization Id of default referenced Customization for given entityType |