public static interface StartBotRecommendationRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<StartBotRecommendationRequest.Builder,StartBotRecommendationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartBotRecommendationRequest.Builder |
botId(String botId)
The unique identifier of the bot containing the bot recommendation.
|
StartBotRecommendationRequest.Builder |
botVersion(String botVersion)
The version of the bot containing the bot recommendation.
|
default StartBotRecommendationRequest.Builder |
encryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
StartBotRecommendationRequest.Builder |
encryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
StartBotRecommendationRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the bot recommendation to start.
|
StartBotRecommendationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartBotRecommendationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default StartBotRecommendationRequest.Builder |
transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
StartBotRecommendationRequest.Builder |
transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartBotRecommendationRequest.Builder botId(String botId)
The unique identifier of the bot containing the bot recommendation.
botId - The unique identifier of the bot containing the bot recommendation.StartBotRecommendationRequest.Builder botVersion(String botVersion)
The version of the bot containing the bot recommendation.
botVersion - The version of the bot containing the bot recommendation.StartBotRecommendationRequest.Builder localeId(String localeId)
The identifier of the language and locale of the bot recommendation to start. The string must match one of the supported locales. For more information, see Supported languages
localeId - The identifier of the language and locale of the bot recommendation to start. The string must match
one of the supported locales. For more information, see Supported languagesStartBotRecommendationRequest.Builder transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
transcriptSourceSetting - The object representing the Amazon S3 bucket containing the transcript, as well as the associated
metadata.default StartBotRecommendationRequest.Builder transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
This is a convenience that creates an instance of theTranscriptSourceSetting.Builder avoiding the
need to create one manually via TranscriptSourceSetting.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to transcriptSourceSetting(TranscriptSourceSetting).transcriptSourceSetting - a consumer that will call methods on TranscriptSourceSetting.BuildertranscriptSourceSetting(TranscriptSourceSetting)StartBotRecommendationRequest.Builder encryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
encryptionSetting - The object representing the passwords that will be used to encrypt the data related to the bot
recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.default StartBotRecommendationRequest.Builder encryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
This is a convenience that creates an instance of theEncryptionSetting.Builder avoiding the need to
create one manually via EncryptionSetting.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryptionSetting(EncryptionSetting).encryptionSetting - a consumer that will call methods on EncryptionSetting.BuilderencryptionSetting(EncryptionSetting)StartBotRecommendationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartBotRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.