GetBotPlainArgs

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

Constructors

Link copied to clipboard
constructor(botName: String, resourceGroupName: String)

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.

Functions

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