StartBotRecommendationResponse.Builder |
StartBotRecommendationResponse.Builder.botId(String botId) |
The unique identifier of the bot containing the bot recommendation.
|
StartBotRecommendationResponse.Builder |
StartBotRecommendationResponse.Builder.botRecommendationId(String botRecommendationId) |
The identifier of the bot recommendation that you have created.
|
StartBotRecommendationResponse.Builder |
StartBotRecommendationResponse.Builder.botRecommendationStatus(String botRecommendationStatus) |
The status of the bot recommendation.
|
StartBotRecommendationResponse.Builder |
StartBotRecommendationResponse.Builder.botRecommendationStatus(BotRecommendationStatus botRecommendationStatus) |
The status of the bot recommendation.
|
StartBotRecommendationResponse.Builder |
StartBotRecommendationResponse.Builder.botVersion(String botVersion) |
The version of the bot containing the bot recommendation.
|
static StartBotRecommendationResponse.Builder |
StartBotRecommendationResponse.builder() |
|
StartBotRecommendationResponse.Builder |
StartBotRecommendationResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp of the date and time that the bot recommendation was created.
|
default StartBotRecommendationResponse.Builder |
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 |
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 |
StartBotRecommendationResponse.Builder.localeId(String localeId) |
The identifier of the language and locale of the bot recommendation to start.
|
StartBotRecommendationResponse.Builder |
StartBotRecommendationResponse.toBuilder() |
|
default StartBotRecommendationResponse.Builder |
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 |
StartBotRecommendationResponse.Builder.transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting) |
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|