public sealed class ResponseMessage.Types.MixedAudio : IMessage<ResponseMessage.Types.MixedAudio>, IEquatable<ResponseMessage.Types.MixedAudio>, IDeepCloneable<ResponseMessage.Types.MixedAudio>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ResponseMessage.Types.MixedAudio.
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 `ResponseMessage.Types.MixedAudio` class within the Google Cloud Dialogflow CX v3 API, specifically in the .NET context."],["The `MixedAudio` class represents a composed audio message, blending segments from Dialogflow agent prompts with externally hosted audio from specified URIs."],["This `MixedAudio` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is implemented by the IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The page lists available versions of the `MixedAudio` class, with version `2.23.0` being the latest, and it goes as far back as version `1.0.0`."],["The `MixedAudio` class has properties like Segments, which is a RepeatedField of MixedAudio Segments that defines the audio response composition."]]],[]]