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

See also

Parameters

id

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

Return

null

See also

Parameters

argument

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