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