public sealed class PlayAudio : IMessage<ResponseMessage.Types.PlayAudio>, IEquatable<ResponseMessage.Types.PlayAudio>, IDeepCloneable<ResponseMessage.Types.PlayAudio>, IBufferMessage, IMessage
Specifies an audio clip to be played by the client as part of the response.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `PlayAudio` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for specifying an audio clip to be played by the client in a response within the .NET environment."],["The `PlayAudio` class can be constructed either with no arguments or by copying an existing `ResponseMessage.Types.PlayAudio` instance, as it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two main properties: `AudioUri`, a required string specifying the URI of the audio clip, and `AllowPlaybackInterruption`, a boolean indicating whether playback can be interrupted by user speech."],["The webpage includes links to previous versions of the `PlayAudio` class ranging from 2.0.0 up to the latest version 2.23.0, and includes versions 1.0.0 to 1.13.0."],["There is a list of inherited members from the object class, as this class inherits from the object class, these include methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]