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, a component of the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically within version 1.6.0 of the Dialogflow CX library for .NET."],["`MixedAudio` represents an audio message constructed from segments synthesized by Dialogflow agents, along with externally hosted audio files, and is exclusively generated by Dialogflow."],["The `MixedAudio` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["It offers two constructors: a default `MixedAudio()` and an overload `MixedAudio(ResponseMessage.Types.MixedAudio)` that accepts another `MixedAudio` instance, and it also includes a `Segments` property of type `RepeatedField` which contain the various segments of the audio."],["The page also has a list of different versions, including version 2.23.0, which is indicated as the latest, along with many older versions going as far back as 1.0.0, all of which are linked to the `MixedAudio` documentation page."]]],[]]