Class GoogleCloudDialogflowV2beta1CustomPronunciationParams
Inheritance
GoogleCloudDialogflowV2beta1CustomPronunciationParams
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1CustomPronunciationParams : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PhoneticEncoding
Declaration
[JsonProperty("phoneticEncoding")]
public virtual string PhoneticEncoding { get; set; }
Property Value
Phrase
Declaration
[JsonProperty("phrase")]
public virtual string Phrase { get; set; }
Property Value
Pronunciation
Declaration
[JsonProperty("pronunciation")]
public virtual string Pronunciation { get; set; }
Property Value
Implements