public static interface BotSummary.Builder extends SdkPojo, CopyableBuilder<BotSummary.Builder,BotSummary>
| Modifier and Type | Method and Description |
|---|---|
BotSummary.Builder |
botId(String botId)
The unique identifier assigned to the bot.
|
BotSummary.Builder |
botName(String botName)
The name of the bot.
|
BotSummary.Builder |
botStatus(BotStatus botStatus)
The current status of the bot.
|
BotSummary.Builder |
botStatus(String botStatus)
The current status of the bot.
|
BotSummary.Builder |
description(String description)
The description of the bot.
|
BotSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the bot was last updated.
|
BotSummary.Builder |
latestBotVersion(String latestBotVersion)
The latest numerical version in use for the bot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotSummary.Builder botId(String botId)
The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.
botId - The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with
the DescribeBot
operation.BotSummary.Builder botName(String botName)
The name of the bot.
botName - The name of the bot.BotSummary.Builder description(String description)
The description of the bot.
description - The description of the bot.BotSummary.Builder botStatus(String botStatus)
The current status of the bot. When the status is Available the bot is ready for use.
BotSummary.Builder botStatus(BotStatus botStatus)
The current status of the bot. When the status is Available the bot is ready for use.
BotSummary.Builder latestBotVersion(String latestBotVersion)
The latest numerical version in use for the bot.
latestBotVersion - The latest numerical version in use for the bot.BotSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the bot was last updated.
lastUpdatedDateTime - The date and time that the bot was last updated.Copyright © 2023. All rights reserved.