Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 841 Bytes

File metadata and controls

31 lines (19 loc) · 841 Bytes

Release History

1.0.0-beta.3 (2022-04-20)

Breaking Changes

  • Some models and model properties were renamed based on the latest 2022-03-01-preview service version that was published.

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.

1.0.0-beta.1 (2021-11-03)

  • Initial release.