GoogleCloudDialogflowCxV3ResponseMessageMixedAudio class

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. This message is generated by Dialogflow only and not supposed to be defined by the user.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>?
Segments this audio response is composed of.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited