| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model | |
| software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TranscriptEvent.BuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static TranscriptEvent.Builder |
TranscriptEvent.builder() |
TranscriptEvent.Builder |
TranscriptEvent.Builder.eventId(String eventId)
A unique identifier of the event sent by Amazon Lex.
|
TranscriptEvent.Builder |
TranscriptEvent.BuilderImpl.eventId(String eventId) |
TranscriptEvent.Builder |
TranscriptEvent.toBuilder() |
TranscriptEvent.Builder |
TranscriptEvent.Builder.transcript(String transcript)
The transcript of the voice audio from the user.
|
TranscriptEvent.Builder |
TranscriptEvent.BuilderImpl.transcript(String transcript) |
static TranscriptEvent.Builder |
StartConversationResponseEventStream.transcriptEventBuilder()
Create a builder for the
TranscriptEvent event type for this stream. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TranscriptEvent.Builder> |
TranscriptEvent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
TranscriptEvent |
TranscriptEvent.copy(Consumer<? super TranscriptEvent.Builder> modifier) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DefaultTranscriptEvent.Builder |
Copyright © 2021. All rights reserved.