GetBotPlainArgs

data class GetBotPlainArgs(val botName: String, val resourceGroupName: String) : ConvertibleToJava<GetBotPlainArgs>

Constructors

Link copied to clipboard
fun GetBotPlainArgs(botName: String, resourceGroupName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetBotPlainArgs

Properties

Link copied to clipboard

The name of the Bot resource.

Link copied to clipboard

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