Class GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
Inheritance
GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText : IDirectResponseSchema
Properties
AllowPlaybackInterruption
Declaration
[JsonProperty("allowPlaybackInterruption")]
public virtual bool? AllowPlaybackInterruption { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Ssml
Declaration
[JsonProperty("ssml")]
public virtual string Ssml { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Implements