audioStream property
The prompt (or statement) to convey to the user. This is based on the bot
configuration and context. For example, if Amazon Lex did not understand the
user intent, it sends the clarificationPrompt
configured for
the bot. If the intent requires confirmation before taking the fulfillment
action, it sends the confirmationPrompt
. Another example:
Suppose that the Lambda function successfully fulfilled the intent, and sent
a message to convey to the user. Then Amazon Lex sends that message in the
response.
Implementation
final Uint8List? audioStream;