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 V2.
|
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 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.
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.Copyright © 2023. All rights reserved.