public static interface StartBotRecommendationResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<StartBotRecommendationResponse.Builder,StartBotRecommendationResponse>
| Modifier and Type | Method and Description |
|---|---|
StartBotRecommendationResponse.Builder |
botId(String botId)
The unique identifier of the bot containing the bot recommendation.
|
StartBotRecommendationResponse.Builder |
botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that you have created.
|
StartBotRecommendationResponse.Builder |
botRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
StartBotRecommendationResponse.Builder |
botRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
StartBotRecommendationResponse.Builder |
botVersion(String botVersion)
The version of the bot containing the bot recommendation.
|
StartBotRecommendationResponse.Builder |
creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
default StartBotRecommendationResponse.Builder |
encryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
StartBotRecommendationResponse.Builder |
encryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
StartBotRecommendationResponse.Builder |
localeId(String localeId)
The identifier of the language and locale of the bot recommendation to start.
|
default StartBotRecommendationResponse.Builder |
transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
StartBotRecommendationResponse.Builder |
transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartBotRecommendationResponse.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.StartBotRecommendationResponse.Builder botVersion(String botVersion)
The version of the bot containing the bot recommendation.
botVersion - The version of the bot containing the bot recommendation.StartBotRecommendationResponse.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 languagesStartBotRecommendationResponse.Builder botRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus - The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus,
BotRecommendationStatusStartBotRecommendationResponse.Builder botRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus - The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus,
BotRecommendationStatusStartBotRecommendationResponse.Builder botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that you have created.
botRecommendationId - The identifier of the bot recommendation that you have created.StartBotRecommendationResponse.Builder creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
creationDateTime - A timestamp of the date and time that the bot recommendation was created.StartBotRecommendationResponse.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 StartBotRecommendationResponse.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 method 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)StartBotRecommendationResponse.Builder encryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were 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 were 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 StartBotRecommendationResponse.Builder encryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)
The object representing the passwords that were 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 method 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)Copyright © 2022. All rights reserved.