public static interface BotRecommendationSummary.Builder extends SdkPojo, CopyableBuilder<BotRecommendationSummary.Builder,BotRecommendationSummary>
| Modifier and Type | Method and Description |
|---|---|
BotRecommendationSummary.Builder |
botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
BotRecommendationSummary.Builder |
botRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
BotRecommendationSummary.Builder |
botRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
BotRecommendationSummary.Builder |
creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
BotRecommendationSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotRecommendationSummary.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,
BotRecommendationStatusBotRecommendationSummary.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,
BotRecommendationStatusBotRecommendationSummary.Builder botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
botRecommendationId - The unique identifier of the bot recommendation to be updated.BotRecommendationSummary.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.BotRecommendationSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
lastUpdatedDateTime - A timestamp of the date and time that the bot recommendation was last updated.Copyright © 2023. All rights reserved.