utterances property

List<UtteranceData>? utterances
final

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.

Implementation

final List<UtteranceData>? utterances;