| Modifier and Type | Class and Description |
|---|---|
protected static class |
ConfigurationEvent.BuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationEvent.Builder |
ConfigurationEvent.builder() |
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.clientTimestampMillis(Long clientTimestampMillis)
A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.clientTimestampMillis(Long clientTimestampMillis) |
static ConfigurationEvent.Builder |
StartConversationRequestEventStream.configurationEventBuilder()
Create a builder for the
ConfigurationEvent event type for this stream. |
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.disablePlayback(Boolean disablePlayback)
Determines whether Amazon Lex V2 should send audio responses to the client application.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.disablePlayback(Boolean disablePlayback) |
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventId(String eventId)
A unique identifier that your application assigns to the event.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.eventId(String eventId) |
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.requestAttributes(Map<String,String> requestAttributes)
Request-specific information passed between the client application and Amazon Lex V2.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.requestAttributes(Map<String,String> requestAttributes) |
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.responseContentType(String responseContentType)
The message that Amazon Lex V2 returns in the response can be either text or speech based on the
responseContentType value. |
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.responseContentType(String responseContentType) |
default ConfigurationEvent.Builder |
ConfigurationEvent.Builder.sessionState(Consumer<SessionState.Builder> sessionState)
Sets the value of the SessionState property for this object.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.sessionState(SessionState sessionState)
Sets the value of the SessionState property for this object.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.sessionState(SessionState sessionState) |
ConfigurationEvent.Builder |
ConfigurationEvent.toBuilder() |
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.welcomeMessages(Collection<Message> welcomeMessages)
A list of messages to send to the user.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.welcomeMessages(Collection<Message> welcomeMessages) |
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.welcomeMessages(Consumer<Message.Builder>... welcomeMessages)
A list of messages to send to the user.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.welcomeMessages(Consumer<Message.Builder>... welcomeMessages) |
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.welcomeMessages(Message... welcomeMessages)
A list of messages to send to the user.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.welcomeMessages(Message... welcomeMessages) |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConfigurationEvent.Builder> |
ConfigurationEvent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationEvent |
ConfigurationEvent.copy(Consumer<? super ConfigurationEvent.Builder> modifier) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DefaultConfigurationEvent.Builder |
Copyright © 2022. All rights reserved.