Google Cloud Dialogflow v2beta1 API - Class ResponseMessage.Types.MixedAudio (1.0.0-beta15)

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.

Inheritance

object > ResponseMessage.Types.MixedAudio

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

MixedAudio()

public MixedAudio()

MixedAudio(MixedAudio)

public MixedAudio(ResponseMessage.Types.MixedAudio other)
Parameter
NameDescription
otherResponseMessageTypesMixedAudio

Properties

Segments

public RepeatedField<ResponseMessage.Types.MixedAudio.Types.Segment> Segments { get; }

Segments this audio response is composed of.

Property Value
TypeDescription
RepeatedFieldResponseMessageTypesMixedAudioTypesSegment