Skip to main content

Microsoft Azure Bot Service Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Bot Service Client Library. This package has been tested with Python 3.7+. For a more complete view of Azure libraries, see the azure sdk python release.

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Usage

To learn how to use this package, see the quickstart guide

For docs and references, see Python SDK References Code samples for this package can be found at Bot Service on docs.microsoft.com. Additional code samples for different Azure services are available at Samples Repo

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Impressions

Release History

2.0.0b4 (2022-11-30)

Features Added

  • Added operation group EmailOperations
  • Added operation group QnAMakerEndpointKeysOperations
  • Model BotProperties has a new parameter tenant_id
  • Model DirectLineChannelProperties has a new parameter extension_key1
  • Model DirectLineChannelProperties has a new parameter extension_key2
  • Model DirectLineSpeechChannelProperties has a new parameter cognitive_service_resource_id
  • Model EmailChannelProperties has a new parameter auth_method
  • Model EmailChannelProperties has a new parameter magic_code
  • Model MsTeamsChannelProperties has a new parameter calling_webhook

Breaking Changes

  • Model MsTeamsChannelProperties no longer has parameter calling_web_hook

2.0.0b3 (2022-06-27)

Bugfixes

  • Fix multi inheritance problem for Model Site

2.0.0b2 (2022-04-15)

Features

  • Model ListChannelWithKeysResponse has a new parameter changed_time
  • Model ListChannelWithKeysResponse has a new parameter entity_tag
  • Model ListChannelWithKeysResponse has a new parameter provisioning_state

2.0.0b1 (2022-01-10)

Features

  • Added operation group OperationResultsOperations
  • Added operation group PrivateEndpointConnectionsOperations
  • Added operation group PrivateLinkResourcesOperations
  • Model AlexaChannel has a new parameter etag
  • Model AlexaChannel has a new parameter location
  • Model AlexaChannel has a new parameter provisioning_state
  • Model Bot has a new parameter zones
  • Model BotChannel has a new parameter zones
  • Model BotProperties has a new parameter all_settings
  • Model BotProperties has a new parameter app_password_hint
  • Model BotProperties has a new parameter cmek_encryption_status
  • Model BotProperties has a new parameter disable_local_auth
  • Model BotProperties has a new parameter is_developer_app_insights_api_key_set
  • Model BotProperties has a new parameter is_streaming_supported
  • Model BotProperties has a new parameter manifest_url
  • Model BotProperties has a new parameter migration_token
  • Model BotProperties has a new parameter msa_app_msi_resource_id
  • Model BotProperties has a new parameter msa_app_tenant_id
  • Model BotProperties has a new parameter msa_app_type
  • Model BotProperties has a new parameter open_with_hint
  • Model BotProperties has a new parameter parameters
  • Model BotProperties has a new parameter private_endpoint_connections
  • Model BotProperties has a new parameter provisioning_state
  • Model BotProperties has a new parameter public_network_access
  • Model BotProperties has a new parameter publishing_credentials
  • Model BotProperties has a new parameter storage_resource_id
  • Model Channel has a new parameter etag
  • Model Channel has a new parameter location
  • Model Channel has a new parameter provisioning_state
  • Model ConnectionSetting has a new parameter zones
  • Model ConnectionSettingProperties has a new parameter id
  • Model ConnectionSettingProperties has a new parameter name
  • Model ConnectionSettingProperties has a new parameter provisioning_state
  • Model DirectLineChannel has a new parameter etag
  • Model DirectLineChannel has a new parameter location
  • Model DirectLineChannel has a new parameter provisioning_state
  • Model DirectLineChannelProperties has a new parameter direct_line_embed_code
  • Model DirectLineSite has a new parameter is_block_user_upload_enabled
  • Model DirectLineSpeechChannel has a new parameter etag
  • Model DirectLineSpeechChannel has a new parameter location
  • Model DirectLineSpeechChannel has a new parameter provisioning_state
  • Model EmailChannel has a new parameter etag
  • Model EmailChannel has a new parameter location
  • Model EmailChannel has a new parameter provisioning_state
  • Model FacebookChannel has a new parameter etag
  • Model FacebookChannel has a new parameter location
  • Model FacebookChannel has a new parameter provisioning_state
  • Model KikChannel has a new parameter etag
  • Model KikChannel has a new parameter location
  • Model KikChannel has a new parameter provisioning_state
  • Model LineChannel has a new parameter etag
  • Model LineChannel has a new parameter location
  • Model LineChannel has a new parameter provisioning_state
  • Model MsTeamsChannel has a new parameter etag
  • Model MsTeamsChannel has a new parameter location
  • Model MsTeamsChannel has a new parameter provisioning_state
  • Model MsTeamsChannelProperties has a new parameter accepted_terms
  • Model MsTeamsChannelProperties has a new parameter deployment_environment
  • Model MsTeamsChannelProperties has a new parameter incoming_call_route
  • Model Resource has a new parameter zones
  • Model ServiceProviderParameter has a new parameter metadata
  • Model SkypeChannel has a new parameter etag
  • Model SkypeChannel has a new parameter location
  • Model SkypeChannel has a new parameter provisioning_state
  • Model SkypeChannelProperties has a new parameter incoming_call_route
  • Model SlackChannel has a new parameter etag
  • Model SlackChannel has a new parameter location
  • Model SlackChannel has a new parameter provisioning_state
  • Model SlackChannelProperties has a new parameter scopes
  • Model SmsChannel has a new parameter etag
  • Model SmsChannel has a new parameter location
  • Model SmsChannel has a new parameter provisioning_state
  • Model TelegramChannel has a new parameter etag
  • Model TelegramChannel has a new parameter location
  • Model TelegramChannel has a new parameter provisioning_state
  • Model WebChatChannel has a new parameter etag
  • Model WebChatChannel has a new parameter location
  • Model WebChatChannel has a new parameter provisioning_state

Breaking changes

  • Model BotProperties no longer has parameter is_isolated
  • Model DirectLineSpeechChannelProperties has a new required parameter cognitive_service_region
  • Model DirectLineSpeechChannelProperties has a new required parameter cognitive_service_subscription_key
  • Model DirectLineSpeechChannelProperties no longer has parameter cognitive_services_subscription_id
  • Model WebChatSite has a new required parameter is_webchat_preview_enabled
  • Model WebChatSite no longer has parameter enable_preview

1.0.0 (2021-05-20)

Features

  • Model BotProperties has a new parameter schema_transformation_version
  • Model BotProperties has a new parameter cmek_key_vault_url
  • Model BotProperties has a new parameter is_isolated
  • Model BotProperties has a new parameter is_cmek_enabled
  • Added operation group HostSettingsOperations

1.0.0b1 (2020-11-20)

This is beta preview version.

This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).

General breaking changes

  • Credential system has been completly revamped:

    • azure.common.credentials or msrestazure.azure_active_directory instances are no longer supported, use the azure-identity classes instead: https://pypi.org/project/azure-identity/
    • credentials parameter has been renamed credential
  • The config attribute no longer exists on a client, configuration should be passed as kwarg. Example: MyClient(credential, subscription_id, enable_logging=True). For a complete set of supported options, see the parameters accept in init documentation of azure-core

  • You can't import a version module anymore, use __version__ instead

  • Operations that used to return a msrest.polling.LROPoller now returns a azure.core.polling.LROPoller and are prefixed with begin_.

  • Exceptions tree have been simplified and most exceptions are now azure.core.exceptions.HttpResponseError (CloudError has been removed).

  • Most of the operation kwarg have changed. Some of the most noticeable:

General new features

  • Type annotations support using typing. SDKs are mypy ready.
  • This client has now stable and official support for async. Check the aio namespace of your package to find the async client.
  • This client now support natively tracing library like OpenCensus or OpenTelemetry. See this tracing quickstart for an overview.

0.2.0 (2019-05-21)

Features

  • Model DirectLineSite has a new parameter is_secure_site_enabled
  • Model DirectLineSite has a new parameter trusted_origins
  • Added operation group EnterpriseChannelsOperations

0.1.0 (2018-08-07)

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure-mgmt-botservice-2.0.0b4.zip (141.2 kB view hashes)

Uploaded Source

Built Distribution

azure_mgmt_botservice-2.0.0b4-py3-none-any.whl (124.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page