public static interface DescribeBotRecommendationResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeBotRecommendationResponse.Builder,DescribeBotRecommendationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBotRecommendationResponse.Builder |
botId(String botId)
The identifier of the bot associated with the bot recommendation.
|
DescribeBotRecommendationResponse.Builder |
botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation being described.
|
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.
|
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.
|
DescribeBotRecommendationResponse.Builder |
botRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
DescribeBotRecommendationResponse.Builder |
botRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
DescribeBotRecommendationResponse.Builder |
botVersion(String botVersion)
The version of the bot associated with the bot recommendation.
|
DescribeBotRecommendationResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time that the bot recommendation was created.
|
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.
|
DescribeBotRecommendationResponse.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.
|
DescribeBotRecommendationResponse.Builder |
failureReasons(Collection<String> failureReasons)
If botRecommendationStatus is Failed, Amazon Lex explains why.
|
DescribeBotRecommendationResponse.Builder |
failureReasons(String... failureReasons)
If botRecommendationStatus is Failed, Amazon Lex explains why.
|
DescribeBotRecommendationResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the bot recommendation was last updated.
|
DescribeBotRecommendationResponse.Builder |
localeId(String localeId)
The identifier of the language and locale of the bot recommendation to describe.
|
default DescribeBotRecommendationResponse.Builder |
transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
DescribeBotRecommendationResponse.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, buildDescribeBotRecommendationResponse.Builder botId(String botId)
The identifier of the bot associated with the bot recommendation.
botId - The identifier of the bot associated with the bot recommendation.DescribeBotRecommendationResponse.Builder botVersion(String botVersion)
The version of the bot associated with the bot recommendation.
botVersion - The version of the bot associated with the bot recommendation.DescribeBotRecommendationResponse.Builder localeId(String localeId)
The identifier of the language and locale of the bot recommendation to describe.
localeId - The identifier of the language and locale of the bot recommendation to describe.DescribeBotRecommendationResponse.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,
BotRecommendationStatusDescribeBotRecommendationResponse.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,
BotRecommendationStatusDescribeBotRecommendationResponse.Builder botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation being described.
botRecommendationId - The identifier of the bot recommendation being described.DescribeBotRecommendationResponse.Builder failureReasons(Collection<String> failureReasons)
If botRecommendationStatus is Failed, Amazon Lex explains why.
failureReasons - If botRecommendationStatus is Failed, Amazon Lex explains why.DescribeBotRecommendationResponse.Builder failureReasons(String... failureReasons)
If botRecommendationStatus is Failed, Amazon Lex explains why.
failureReasons - If botRecommendationStatus is Failed, Amazon Lex explains why.DescribeBotRecommendationResponse.Builder creationDateTime(Instant creationDateTime)
The date and time that the bot recommendation was created.
creationDateTime - The date and time that the bot recommendation was created.DescribeBotRecommendationResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the bot recommendation was last updated.
lastUpdatedDateTime - The date and time that the bot recommendation was last updated.DescribeBotRecommendationResponse.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 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 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)DescribeBotRecommendationResponse.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 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 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)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.
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.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 via BotRecommendationResults.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to botRecommendationResults(BotRecommendationResults).
botRecommendationResults - a consumer that will call methods on BotRecommendationResults.BuilderbotRecommendationResults(BotRecommendationResults)Copyright © 2022. All rights reserved.