listBotVersions
inline suspend fun LexModelsV2Client.listBotVersions(crossinline block: ListBotVersionsRequest.Builder.() -> Unit): ListBotVersionsResponse
Gets information about all of the versions of a bot.
The ListBotVersions
operation returns a summary of each version of a bot. For example, if a bot has three numbered versions, the ListBotVersions
operation returns for summaries, one for each numbered version and one for the DRAFT
version.
The ListBotVersions
operation always returns at least one version, the DRAFT
version.