azure.mgmt.botservice package

Module contents

class azure.mgmt.botservice.AzureBotService(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]

Bases: object

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

Variables
Parameters
Keyword Arguments

polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

close()None[source]