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.
Implements
IMessageResponseMessageTypesPlayAudio, IEquatableResponseMessageTypesPlayAudio, IDeepCloneableResponseMessageTypesPlayAudio, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
PlayAudio()
public PlayAudio()
PlayAudio(PlayAudio)
public PlayAudio(ResponseMessage.Types.PlayAudio other)
Parameter | |
---|---|
Name | Description |
other | ResponseMessageTypesPlayAudio |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |