UtteranceList class

Provides a list of utterances that have been made to a specific version of your bot. The list contains a maximum of 100 utterances.

Constructors

UtteranceList({String? botVersion, List<UtteranceData>? utterances})
UtteranceList.fromJson(Map<String, dynamic> json)
factory

Properties

botVersion String?
The version of the bot that processed the list.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
utterances List<UtteranceData>?
One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.
final

Methods

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

Operators

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