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