TranscriptEvent - Amazon Lex API Reference

TranscriptEvent

Event sent from Amazon Lex V2 to your client application that contains a transcript of voice audio.

Contents

eventId

A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form RESPONSE-N, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.

Type: String

Length Constraints: Minimum length of 2. Maximum length of 100.

Pattern: [0-9a-zA-Z._:-]+

Required: No

transcript

The transcript of the voice audio from the user.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: