getBot

suspend fun getBot(argument: GetBotPlainArgs): GetBotResult

Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.

Return

null

Parameters

argument

null


suspend fun getBot(id: String): GetBotResult

Return

null

Parameters

id

The unique identifier of the bot.

See also


suspend fun getBot(argument: suspend GetBotPlainArgsBuilder.() -> Unit): GetBotResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.lex.kotlin.inputs.GetBotPlainArgs.

See also