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