public static interface TranscriptEvent.Builder extends SdkPojo, CopyableBuilder<TranscriptEvent.Builder,TranscriptEvent>
| Modifier and Type | Method and Description |
|---|---|
TranscriptEvent.Builder |
eventId(String eventId)
A unique identifier of the event sent by Amazon Lex.
|
TranscriptEvent.Builder |
transcript(String transcript)
The transcript of the voice audio from the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTranscriptEvent.Builder transcript(String transcript)
The transcript of the voice audio from the user.
transcript - The transcript of the voice audio from the user.TranscriptEvent.Builder eventId(String eventId)
A unique identifier of the event sent by Amazon Lex. 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 in the current
session.
eventId - A unique identifier of the event sent by Amazon Lex. 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 in the current session.Copyright © 2021. All rights reserved.