| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model | |
| software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream |
| Modifier and Type | Method and Description |
|---|---|
TranscriptEvent |
TranscriptEvent.BuilderImpl.build() |
TranscriptEvent |
TranscriptEvent.copy(Consumer<? super TranscriptEvent.Builder> modifier) |
| Modifier and Type | Method and Description |
|---|---|
default void |
StartConversationResponseHandler.Visitor.visitTranscriptEvent(TranscriptEvent event)
Invoked when a
TranscriptEvent is encountered. |
| Modifier and Type | Method and Description |
|---|---|
StartConversationResponseHandler.Visitor.Builder |
StartConversationResponseHandler.Visitor.Builder.onTranscriptEvent(Consumer<TranscriptEvent> c)
Callback to invoke when a
TranscriptEvent is visited. |
| Constructor and Description |
|---|
BuilderImpl(TranscriptEvent model) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTranscriptEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.TranscriptEvent that represents the
StartConversationResponseEventStream$TranscriptEvent event. |
Copyright © 2023. All rights reserved.