DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.botId(String botId) |
The identifier of the bot associated with the bot recommendation.
|
DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.botRecommendationId(String botRecommendationId) |
The identifier of the bot recommendation being described.
|
default DescribeBotRecommendationResponse.Builder |
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 |
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.
|
DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.botRecommendationStatus(String botRecommendationStatus) |
The status of the bot recommendation.
|
DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.botRecommendationStatus(BotRecommendationStatus botRecommendationStatus) |
The status of the bot recommendation.
|
DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.botVersion(String botVersion) |
The version of the bot associated with the bot recommendation.
|
static DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.builder() |
|
DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.creationDateTime(Instant creationDateTime) |
The date and time that the bot recommendation was created.
|
default DescribeBotRecommendationResponse.Builder |
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 |
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 |
DescribeBotRecommendationResponse.Builder.failureReasons(String... failureReasons) |
If botRecommendationStatus is Failed, Amazon Lex explains why.
|
DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.failureReasons(Collection<String> failureReasons) |
If botRecommendationStatus is Failed, Amazon Lex explains why.
|
DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time that the bot recommendation was last updated.
|
DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.localeId(String localeId) |
The identifier of the language and locale of the bot recommendation to describe.
|
DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.toBuilder() |
|
default DescribeBotRecommendationResponse.Builder |
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 |
DescribeBotRecommendationResponse.Builder.transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting) |
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|