Content class

The content definition. This can contain only one text, SSML, or audio list object.

Constructors

Content({List<Audio>? audioList, List<Ssml>? ssmlList, List<Text>? textList})

Properties

audioList List<Audio>?
The list of audio messages.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssmlList List<Ssml>?
The list of SSML messages.
final
textList List<Text>?
The list of text messages.
final

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