Skip to content

azure-ai-language-conversations_1.0.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 19 Apr 23:00
e2fc6bb

1.0.0b3 (2022-04-19)

Features Added

  • Entity resolutions
  • Extra features

Breaking Changes

  • The ConversationAnalysisOptions model used as input to the analyze_conversation operation is now wrapped in a CustomConversationalTask which combines the analysis options with the project parameters into a single model.
  • The query within the ConversationAnalysisOptions is now further qualified as a TextConversationItem with additional properties.
  • The output AnalyzeConversationResult is now wrapped in a CustomConversationalTaskResult according to the input model.

Other Changes

  • Python 2.7 is no longer supported. Please use Python version 3.6 or later.