Class GoogleCloudDialogflowV2CustomPronunciationParams
Inheritance
GoogleCloudDialogflowV2CustomPronunciationParams
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2CustomPronunciationParams : 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