Package-level declarations
Inherited functions
Link copied to clipboard
suspend fun LexModelsV2Client.waitUntilBotAliasAvailable(block: DescribeBotAliasRequest.Builder.() -> Unit): Outcome<DescribeBotAliasResponse>
suspend fun LexModelsV2Client.waitUntilBotAliasAvailable(request: DescribeBotAliasRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeBotAliasResponse>
Wait until a bot alias is available
Link copied to clipboard
suspend fun LexModelsV2Client.waitUntilBotAvailable(block: DescribeBotRequest.Builder.() -> Unit): Outcome<DescribeBotResponse>
suspend fun LexModelsV2Client.waitUntilBotAvailable(request: DescribeBotRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeBotResponse>
Wait until a bot is available
Link copied to clipboard
suspend fun LexModelsV2Client.waitUntilBotExportCompleted(block: DescribeExportRequest.Builder.() -> Unit): Outcome<DescribeExportResponse>
suspend fun LexModelsV2Client.waitUntilBotExportCompleted(request: DescribeExportRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeExportResponse>
Wait until a bot has been exported
Link copied to clipboard
suspend fun LexModelsV2Client.waitUntilBotImportCompleted(block: DescribeImportRequest.Builder.() -> Unit): Outcome<DescribeImportResponse>
suspend fun LexModelsV2Client.waitUntilBotImportCompleted(request: DescribeImportRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeImportResponse>
Wait until a bot has been imported
Link copied to clipboard
suspend fun LexModelsV2Client.waitUntilBotLocaleBuilt(block: DescribeBotLocaleRequest.Builder.() -> Unit): Outcome<DescribeBotLocaleResponse>
suspend fun LexModelsV2Client.waitUntilBotLocaleBuilt(request: DescribeBotLocaleRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeBotLocaleResponse>
Wait until a bot locale is built
Link copied to clipboard
suspend fun LexModelsV2Client.waitUntilBotLocaleCreated(block: DescribeBotLocaleRequest.Builder.() -> Unit): Outcome<DescribeBotLocaleResponse>
suspend fun LexModelsV2Client.waitUntilBotLocaleCreated(request: DescribeBotLocaleRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeBotLocaleResponse>
Wait unit a bot locale is created
Link copied to clipboard
suspend fun LexModelsV2Client.waitUntilBotLocaleExpressTestingAvailable(block: DescribeBotLocaleRequest.Builder.() -> Unit): Outcome<DescribeBotLocaleResponse>
suspend fun LexModelsV2Client.waitUntilBotLocaleExpressTestingAvailable(request: DescribeBotLocaleRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeBotLocaleResponse>
Wait until a bot locale build is ready for express testing
Link copied to clipboard
suspend fun LexModelsV2Client.waitUntilBotVersionAvailable(block: DescribeBotVersionRequest.Builder.() -> Unit): Outcome<DescribeBotVersionResponse>
suspend fun LexModelsV2Client.waitUntilBotVersionAvailable(request: DescribeBotVersionRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeBotVersionResponse>
Wait until a bot version is available