public static interface BotLocaleSummary.Builder extends SdkPojo, CopyableBuilder<BotLocaleSummary.Builder,BotLocaleSummary>
| Modifier and Type | Method and Description |
|---|---|
BotLocaleSummary.Builder |
botLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the bot locale.
|
BotLocaleSummary.Builder |
botLocaleStatus(String botLocaleStatus)
The current status of the bot locale.
|
BotLocaleSummary.Builder |
description(String description)
The description of the bot locale.
|
BotLocaleSummary.Builder |
lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)
A timestamp of the date and time that the bot locale was last built.
|
BotLocaleSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot locale was last updated.
|
BotLocaleSummary.Builder |
localeId(String localeId)
The language and locale of the bot locale.
|
BotLocaleSummary.Builder |
localeName(String localeName)
The name of the bot locale.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotLocaleSummary.Builder localeId(String localeId)
The language and locale of the bot locale.
localeId - The language and locale of the bot locale.BotLocaleSummary.Builder localeName(String localeName)
The name of the bot locale.
localeName - The name of the bot locale.BotLocaleSummary.Builder description(String description)
The description of the bot locale.
description - The description of the bot locale.BotLocaleSummary.Builder botLocaleStatus(String botLocaleStatus)
The current status of the bot locale. When the status is Built the locale is ready for use.
botLocaleStatus - The current status of the bot locale. When the status is Built the locale is ready for
use.BotLocaleStatus,
BotLocaleStatusBotLocaleSummary.Builder botLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the bot locale. When the status is Built the locale is ready for use.
botLocaleStatus - The current status of the bot locale. When the status is Built the locale is ready for
use.BotLocaleStatus,
BotLocaleStatusBotLocaleSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot locale was last updated.
lastUpdatedDateTime - A timestamp of the date and time that the bot locale was last updated.BotLocaleSummary.Builder lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)
A timestamp of the date and time that the bot locale was last built.
lastBuildSubmittedDateTime - A timestamp of the date and time that the bot locale was last built.Copyright © 2022. All rights reserved.