Skip to content

Azure.AI.Language.Conversations_1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 08 Feb 23:38
c60f833

1.0.0-beta.2 (2022-02-08)

Breaking Changes

  • AnalyzeConversation method now takes instance of ConversationsProject instead of ProjectName and DeploymentName.
  • Renamed the attribute ConfidenceScore to Confidence in the following classes:
    • AnswerSpan
    • ConversationEntity
    • ConversationIntent
    • KnowledgeBaseAnswer
    • TargetIntentResult

Bugs Fixed

  • Made following property public TargetIntentResult.TargetKind instead of internal.

Other Changes

  • Added ConversationsProject class for holding ProjectName and DeploymentName attributes.