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