Class GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment
Inheritance
GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment : IDirectResponseSchema
Properties
AllowPlaybackInterruption
Declaration
[JsonProperty("allowPlaybackInterruption")]
public virtual bool? AllowPlaybackInterruption { get; set; }
Property Value
Audio
Declaration
[JsonProperty("audio")]
public virtual string Audio { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Uri
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Implements