AzureBotService Class

Azure Bot Service is a platform for creating smart conversational agents.

Inheritance
builtins.object
AzureBotService

Constructor

AzureBotService(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

Azure Subscription ID.

base_url
str
default value: None

Service URL

Variables

bots
BotsOperations

BotsOperations operations

channels
ChannelsOperations

ChannelsOperations operations

direct_line
DirectLineOperations

DirectLineOperations operations

operations
Operations

Operations operations

bot_connection
BotConnectionOperations

BotConnectionOperations operations

host_settings
HostSettingsOperations

HostSettingsOperations operations

Methods

close

close

close() -> None