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
bots (azure.mgmt.botservice.operations.BotsOperations) – BotsOperations operations
channels (azure.mgmt.botservice.operations.ChannelsOperations) – ChannelsOperations operations
direct_line (azure.mgmt.botservice.operations.DirectLineOperations) – DirectLineOperations operations
email (azure.mgmt.botservice.operations.EmailOperations) – EmailOperations operations
operations (azure.mgmt.botservice.operations.Operations) – Operations operations
bot_connection (azure.mgmt.botservice.operations.BotConnectionOperations) – BotConnectionOperations operations
qn_amaker_endpoint_keys (azure.mgmt.botservice.operations.QnAMakerEndpointKeysOperations) – QnAMakerEndpointKeysOperations operations
host_settings (azure.mgmt.botservice.operations.HostSettingsOperations) – HostSettingsOperations operations
operation_results (azure.mgmt.botservice.operations.OperationResultsOperations) – OperationResultsOperations operations
private_endpoint_connections (azure.mgmt.botservice.operations.PrivateEndpointConnectionsOperations) – PrivateEndpointConnectionsOperations operations
private_link_resources (azure.mgmt.botservice.operations.PrivateLinkResourcesOperations) – PrivateLinkResourcesOperations operations
- Parameters
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – Azure Subscription ID. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments