GetUtterancesViewResponse class

Constructors

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

Properties

botName String?
The name of the bot for which utterance information was returned.
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<UtteranceList>?
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the utterances that were processed by your bot. The response contains a maximum of 100 UtteranceData objects for each version. Amazon Lex returns the most frequent utterances received by the bot in the last 15 days.
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