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 provides documentation for the `MixedAudio` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in .NET, specifically for version 1.0.0 and upwards to 2.23.0."],["`MixedAudio` represents a composite audio message in Dialogflow that includes segments synthesized from agent prompts and externally hosted audio URIs."],["The `MixedAudio` class inherits from `System.Object` and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, and has a constructor `MixedAudio()` and `MixedAudio(ResponseMessage.Types.MixedAudio other)`."],["The class contains a `Segments` property, which is a `RepeatedField` that holds the audio segments composing the response, each of the type `ResponseMessage.Types.MixedAudio.Types.Segment`."],["The latest version available for this documentation is 2.23.0, and this resource provides documentation as far back as version 1.0.0."]]],[]]