sampleUtterances property

List<String>? sampleUtterances
final

If you know a specific pattern with which users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This is optional. In most cases, Amazon Lex is capable of understanding user utterances.

Implementation

final List<String>? sampleUtterances;