Dialogflow v3 API - Class ResponseMessage.Types.PlayAudio (2.17.0)

public sealed class ResponseMessage.Types.PlayAudio : IMessage<ResponseMessage.Types.PlayAudio>, IEquatable<ResponseMessage.Types.PlayAudio>, IDeepCloneable<ResponseMessage.Types.PlayAudio>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class ResponseMessage.Types.PlayAudio.

Specifies an audio clip to be played by the client as part of the response.

Inheritance

object > ResponseMessage.Types.PlayAudio

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

PlayAudio()

public PlayAudio()

PlayAudio(PlayAudio)

public PlayAudio(ResponseMessage.Types.PlayAudio other)
Parameter
NameDescription
otherResponseMessageTypesPlayAudio

Properties

AllowPlaybackInterruption

public bool AllowPlaybackInterruption { get; set; }

Output only. Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.

Property Value
TypeDescription
bool

AudioUri

public string AudioUri { get; set; }

Required. URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.

Property Value
TypeDescription
string