public sealed class MixedAudio : IMessage<ResponseMessage.Types.MixedAudio>, IEquatable<ResponseMessage.Types.MixedAudio>, IDeepCloneable<ResponseMessage.Types.MixedAudio>, IBufferMessage, IMessage
Represents an audio message that is composed of both segments
synthesized from the Dialogflow agent prompts and ones hosted externally
at the specified URIs.
The external URIs are specified via
[play_audio][google.cloud.dialogflow.cx.v3.ResponseMessage.play_audio].
This message is generated by Dialogflow only and not supposed to be
defined by the user.
[[["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 `MixedAudio` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to represent an audio message that combines segments synthesized from Dialogflow agent prompts with externally hosted audio."],["The `MixedAudio` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it suitable for use within the Google Protocol Buffers framework."],["The page lists various versions of the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from version 1.0.0 to 2.23.0 (latest), offering links to the documentation for each specific version."],["The `MixedAudio` class provides two constructors, a default constructor, and one that takes another `MixedAudio` instance as a parameter."],["The `Segments` property within `MixedAudio` allows accessing the audio segments that compose this response, which is a collection of `RepeatedField\u003cResponseMessage.Types.MixedAudio.Types.Segment\u003e`."]]],[]]