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 Google Cloud Dialogflow v2beta1 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.
[[["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 document provides reference information for the `ResponseMessage.Types.MixedAudio` class within the Google Cloud Dialogflow v2beta1 API, specifically for the .NET environment."],["The `MixedAudio` class represents an audio message comprised of segments from Dialogflow agent prompts and externally hosted URIs."],["The `MixedAudio` class is part of the `Google.Cloud.Dialogflow.V2Beta1` namespace and is implemented using `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `MixedAudio()` and `MixedAudio(MixedAudio)`, and a `Segments` property that holds the audio response's constituent parts."],["The latest version provided for the `MixedAudio` class in this document is version `1.0.0-beta23`."]]],[]]