Interface DescribeBotRecommendationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeBotRecommendationResponse.Builder,
,DescribeBotRecommendationResponse> LexModelsV2Response.Builder
,SdkBuilder<DescribeBotRecommendationResponse.Builder,
,DescribeBotRecommendationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeBotRecommendationResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the bot associated with the bot recommendation.botRecommendationId
(String botRecommendationId) The identifier of the bot recommendation being described.botRecommendationResults
(Consumer<BotRecommendationResults.Builder> botRecommendationResults) The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.botRecommendationResults
(BotRecommendationResults botRecommendationResults) The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.botRecommendationStatus
(String botRecommendationStatus) The status of the bot recommendation.botRecommendationStatus
(BotRecommendationStatus botRecommendationStatus) The status of the bot recommendation.botVersion
(String botVersion) The version of the bot associated with the bot recommendation.creationDateTime
(Instant creationDateTime) The date and time that the bot recommendation was created.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.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.failureReasons
(String... failureReasons) If botRecommendationStatus is Failed, Amazon Lex explains why.failureReasons
(Collection<String> failureReasons) If botRecommendationStatus is Failed, Amazon Lex explains why.lastUpdatedDateTime
(Instant lastUpdatedDateTime) The date and time that the bot recommendation was last updated.The identifier of the language and locale of the bot recommendation to describe.transcriptSourceSetting
(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting) The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.transcriptSourceSetting
(TranscriptSourceSetting transcriptSourceSetting) The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
botId
The identifier of the bot associated with the bot recommendation.
- Parameters:
botId
- The identifier of the bot associated with the bot recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot associated with the bot recommendation.
- Parameters:
botVersion
- The version of the bot associated with the bot recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The identifier of the language and locale of the bot recommendation to describe.
- Parameters:
localeId
- The identifier of the language and locale of the bot recommendation to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botRecommendationStatus
The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
- Parameters:
botRecommendationStatus
- The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botRecommendationStatus
DescribeBotRecommendationResponse.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.
- Parameters:
botRecommendationStatus
- The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botRecommendationId
The identifier of the bot recommendation being described.
- Parameters:
botRecommendationId
- The identifier of the bot recommendation being described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
If botRecommendationStatus is Failed, Amazon Lex explains why.
- Parameters:
failureReasons
- If botRecommendationStatus is Failed, Amazon Lex explains why.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
If botRecommendationStatus is Failed, Amazon Lex explains why.
- Parameters:
failureReasons
- If botRecommendationStatus is Failed, Amazon Lex explains why.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
The date and time that the bot recommendation was created.
- Parameters:
creationDateTime
- The date and time that the bot recommendation was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
The date and time that the bot recommendation was last updated.
- Parameters:
lastUpdatedDateTime
- The date and time that the bot recommendation was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transcriptSourceSetting
DescribeBotRecommendationResponse.Builder transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting) The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
- Parameters:
transcriptSourceSetting
- The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transcriptSourceSetting
default DescribeBotRecommendationResponse.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 viaTranscriptSourceSetting.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totranscriptSourceSetting(TranscriptSourceSetting)
.- Parameters:
transcriptSourceSetting
- a consumer that will call methods onTranscriptSourceSetting.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionSetting
default DescribeBotRecommendationResponse.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 viaEncryptionSetting.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toencryptionSetting(EncryptionSetting)
.- Parameters:
encryptionSetting
- a consumer that will call methods onEncryptionSetting.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botRecommendationResults
DescribeBotRecommendationResponse.Builder botRecommendationResults(BotRecommendationResults botRecommendationResults) The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.
- Parameters:
botRecommendationResults
- The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botRecommendationResults
default DescribeBotRecommendationResponse.Builder botRecommendationResults(Consumer<BotRecommendationResults.Builder> botRecommendationResults) The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.
This is a convenience method that creates an instance of theBotRecommendationResults.Builder
avoiding the need to create one manually viaBotRecommendationResults.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobotRecommendationResults(BotRecommendationResults)
.- Parameters:
botRecommendationResults
- a consumer that will call methods onBotRecommendationResults.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-