getBot

suspend fun getBot(argument: GetBotPlainArgs): GetBotResult

Returns a BotService specified by the parameters. API Version: 2021-03-01.

Return

Bot resource definition

Parameters

argument

null


suspend fun getBot(resourceGroupName: String, resourceName: String): GetBotResult

Return

Bot resource definition

Parameters

resourceGroupName

The name of the Bot resource group in the user subscription.

resourceName

The name of the Bot resource.

See also


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

Return

Bot resource definition

Parameters

argument

Builder for com.pulumi.azurenative.botservice.kotlin.inputs.GetBotPlainArgs.

See also