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