1.0.0-beta.2 (2022-02-08)
Breaking Changes
AnalyzeConversation
method now takes instance ofConversationsProject
instead ofProjectName
andDeploymentName
.- Renamed the attribute
ConfidenceScore
toConfidence
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 holdingProjectName
andDeploymentName
attributes.