public static interface BotAliasHistoryEvent.Builder extends SdkPojo, CopyableBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>
| Modifier and Type | Method and Description |
|---|---|
BotAliasHistoryEvent.Builder |
botVersion(String botVersion)
The version of the bot that was used in the event.
|
BotAliasHistoryEvent.Builder |
endDate(Instant endDate)
The date and time that the event ended.
|
BotAliasHistoryEvent.Builder |
startDate(Instant startDate)
The date and time that the event started.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotAliasHistoryEvent.Builder botVersion(String botVersion)
The version of the bot that was used in the event.
botVersion - The version of the bot that was used in the event.BotAliasHistoryEvent.Builder startDate(Instant startDate)
The date and time that the event started.
startDate - The date and time that the event started.BotAliasHistoryEvent.Builder endDate(Instant endDate)
The date and time that the event ended.
endDate - The date and time that the event ended.Copyright © 2021. All rights reserved.