Class GoogleCloudDialogflowV2SpeechContext
Inheritance
GoogleCloudDialogflowV2SpeechContext
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SpeechContext : IDirectResponseSchema
Properties
Boost
Declaration
[JsonProperty("boost")]
public virtual float? Boost { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Phrases
Declaration
[JsonProperty("phrases")]
public virtual IList<string> Phrases { get; set; }
Property Value
Implements