public static interface StartConversationRequest.Builder extends LexRuntimeV2Request.Builder, SdkPojo, CopyableBuilder<StartConversationRequest.Builder,StartConversationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartConversationRequest.Builder |
botAliasId(String botAliasId)
The alias identifier in use for the bot that processes the request.
|
StartConversationRequest.Builder |
botId(String botId)
The identifier of the bot to process the request.
|
StartConversationRequest.Builder |
conversationMode(ConversationMode conversationMode)
The conversation type that you are using the Amazon Lex V2.
|
StartConversationRequest.Builder |
conversationMode(String conversationMode)
The conversation type that you are using the Amazon Lex V2.
|
StartConversationRequest.Builder |
localeId(String localeId)
The locale where the session is in use.
|
StartConversationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartConversationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartConversationRequest.Builder |
sessionId(String sessionId)
The identifier of the user session that is having the conversation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartConversationRequest.Builder botId(String botId)
The identifier of the bot to process the request.
botId - The identifier of the bot to process the request.StartConversationRequest.Builder botAliasId(String botAliasId)
The alias identifier in use for the bot that processes the request.
botAliasId - The alias identifier in use for the bot that processes the request.StartConversationRequest.Builder localeId(String localeId)
The locale where the session is in use.
localeId - The locale where the session is in use.StartConversationRequest.Builder sessionId(String sessionId)
The identifier of the user session that is having the conversation.
sessionId - The identifier of the user session that is having the conversation.StartConversationRequest.Builder conversationMode(String conversationMode)
The conversation type that you are using the Amazon Lex V2. If the conversation mode is AUDIO
you can send both audio and DTMF information. If the mode is TEXT you can only send text.
conversationMode - The conversation type that you are using the Amazon Lex V2. If the conversation mode is
AUDIO you can send both audio and DTMF information. If the mode is TEXT you
can only send text.ConversationMode,
ConversationModeStartConversationRequest.Builder conversationMode(ConversationMode conversationMode)
The conversation type that you are using the Amazon Lex V2. If the conversation mode is AUDIO
you can send both audio and DTMF information. If the mode is TEXT you can only send text.
conversationMode - The conversation type that you are using the Amazon Lex V2. If the conversation mode is
AUDIO you can send both audio and DTMF information. If the mode is TEXT you
can only send text.ConversationMode,
ConversationModeStartConversationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartConversationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.