Class GoogleCloudDialogflowCxV3beta1UserUtterance
Inheritance
GoogleCloudDialogflowCxV3beta1UserUtterance
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1UserUtterance : IDirectResponseSchema
Properties
Audio
Declaration
[JsonProperty("audio")]
public virtual string Audio { get; set; }
Property Value
AudioTokens
Declaration
[JsonProperty("audioTokens")]
public virtual IList<int?> AudioTokens { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Implements