UtteranceData class

Provides information about a single utterance that was made to your bot.

Constructors

UtteranceData({int? count, int? distinctUsers, DateTime? firstUtteredDate, DateTime? lastUtteredDate, String? utteranceString})
UtteranceData.fromJson(Map<String, dynamic> json)
factory

Properties

count int?
The number of times that the utterance was processed.
final
distinctUsers int?
The total number of individuals that used the utterance.
final
firstUtteredDate DateTime?
The date that the utterance was first recorded.
final
hashCode int
The hash code for this object.
no setterinherited
lastUtteredDate DateTime?
The date that the utterance was last recorded.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
utteranceString String?
The text that was entered by the user or the text representation of an audio clip.
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