| Modifier and Type | Class and Description |
|---|---|
protected static class |
IntentResultEvent.BuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static IntentResultEvent.Builder |
IntentResultEvent.builder() |
IntentResultEvent.Builder |
IntentResultEvent.Builder.eventId(String eventId)
A unique identifier of the event sent by Amazon Lex.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.eventId(String eventId) |
IntentResultEvent.Builder |
IntentResultEvent.Builder.inputMode(InputMode inputMode)
Indicates whether the input to the operation was text or speech.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.inputMode(InputMode inputMode) |
IntentResultEvent.Builder |
IntentResultEvent.Builder.inputMode(String inputMode)
Indicates whether the input to the operation was text or speech.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.inputMode(String inputMode) |
static IntentResultEvent.Builder |
StartConversationResponseEventStream.intentResultEventBuilder()
Create a builder for the
IntentResultEvent event type for this stream. |
IntentResultEvent.Builder |
IntentResultEvent.Builder.interpretations(Collection<Interpretation> interpretations)
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.interpretations(Collection<Interpretation> interpretations) |
IntentResultEvent.Builder |
IntentResultEvent.Builder.interpretations(Consumer<Interpretation.Builder>... interpretations)
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.interpretations(Consumer<Interpretation.Builder>... interpretations) |
IntentResultEvent.Builder |
IntentResultEvent.Builder.interpretations(Interpretation... interpretations)
A list of intents that Amazon Lex determined might satisfy the user's utterance.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.interpretations(Interpretation... interpretations) |
IntentResultEvent.Builder |
IntentResultEvent.Builder.requestAttributes(Map<String,String> requestAttributes)
The attributes sent in the request.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.requestAttributes(Map<String,String> requestAttributes) |
IntentResultEvent.Builder |
IntentResultEvent.Builder.sessionId(String sessionId)
The identifier of the session in use.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.sessionId(String sessionId) |
default IntentResultEvent.Builder |
IntentResultEvent.Builder.sessionState(Consumer<SessionState.Builder> sessionState)
Sets the value of the SessionState property for this object.
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.sessionState(SessionState sessionState)
Sets the value of the SessionState property for this object.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.sessionState(SessionState sessionState) |
IntentResultEvent.Builder |
IntentResultEvent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntentResultEvent.Builder> |
IntentResultEvent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
IntentResultEvent |
IntentResultEvent.copy(Consumer<? super IntentResultEvent.Builder> modifier) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DefaultIntentResultEvent.Builder |
Copyright © 2021. All rights reserved.