@@ -24,7 +24,7 @@ internal AnalyzeConversationResult() { }
2424 public partial class AnswerSpan
2525 {
2626 internal AnswerSpan ( ) { }
27- public double ? ConfidenceScore { get { throw null ; } }
27+ public double ? Confidence { get { throw null ; } }
2828 public int ? Length { get { throw null ; } }
2929 public int ? Offset { get { throw null ; } }
3030 public string Text { get { throw null ; } }
@@ -63,7 +63,7 @@ public partial class ConversationEntity
6363 {
6464 internal ConversationEntity ( ) { }
6565 public string Category { get { throw null ; } }
66- public float ConfidenceScore { get { throw null ; } }
66+ public float Confidence { get { throw null ; } }
6767 public int Length { get { throw null ; } }
6868 public System . Collections . Generic . IReadOnlyList < string > ListKeys { get { throw null ; } }
6969 public int Offset { get { throw null ; } }
@@ -73,7 +73,7 @@ public partial class ConversationIntent
7373 {
7474 internal ConversationIntent ( ) { }
7575 public string Category { get { throw null ; } }
76- public float ConfidenceScore { get { throw null ; } }
76+ public float Confidence { get { throw null ; } }
7777 }
7878 public partial class ConversationParameters : Azure . AI . Language . Conversations . AnalysisParameters
7979 {
@@ -96,22 +96,22 @@ internal ConversationResult() { }
9696 public static partial class ConversationsModelFactory
9797 {
9898 public static Azure . AI . Language . Conversations . AnalyzeConversationResult AnalyzeConversationResult ( string query = null , string detectedLanguage = null , Azure . AI . Language . Conversations . BasePrediction prediction = null ) { throw null ; }
99- public static Azure . AI . Language . Conversations . AnswerSpan AnswerSpan ( string text = null , double ? confidenceScore = default ( double ? ) , int ? offset = default ( int ? ) , int ? length = default ( int ? ) ) { throw null ; }
99+ public static Azure . AI . Language . Conversations . AnswerSpan AnswerSpan ( string text = null , double ? confidence = default ( double ? ) , int ? offset = default ( int ? ) , int ? length = default ( int ? ) ) { throw null ; }
100100 public static Azure . AI . Language . Conversations . BasePrediction BasePrediction ( Azure . AI . Language . Conversations . ProjectKind projectKind = default ( Azure . AI . Language . Conversations . ProjectKind ) , string topIntent = null ) { throw null ; }
101- public static Azure . AI . Language . Conversations . ConversationEntity ConversationEntity ( string category = null , string text = null , int offset = 0 , int length = 0 , float confidenceScore = 0f , System . Collections . Generic . IEnumerable < string > listKeys = null ) { throw null ; }
102- public static Azure . AI . Language . Conversations . ConversationIntent ConversationIntent ( string category = null , float confidenceScore = 0f ) { throw null ; }
101+ public static Azure . AI . Language . Conversations . ConversationEntity ConversationEntity ( string category = null , string text = null , int offset = 0 , int length = 0 , float confidence = 0f , System . Collections . Generic . IEnumerable < string > listKeys = null ) { throw null ; }
102+ public static Azure . AI . Language . Conversations . ConversationIntent ConversationIntent ( string category = null , float confidence = 0f ) { throw null ; }
103103 public static Azure . AI . Language . Conversations . ConversationPrediction ConversationPrediction ( Azure . AI . Language . Conversations . ProjectKind projectKind = default ( Azure . AI . Language . Conversations . ProjectKind ) , string topIntent = null , System . Collections . Generic . IEnumerable < Azure . AI . Language . Conversations . ConversationIntent > intents = null , System . Collections . Generic . IEnumerable < Azure . AI . Language . Conversations . ConversationEntity > entities = null ) { throw null ; }
104104 public static Azure . AI . Language . Conversations . ConversationResult ConversationResult ( string query = null , string detectedLanguage = null , Azure . AI . Language . Conversations . ConversationPrediction prediction = null ) { throw null ; }
105- public static Azure . AI . Language . Conversations . ConversationTargetIntentResult ConversationTargetIntentResult ( Azure . AI . Language . Conversations . TargetKind targetKind = default ( Azure . AI . Language . Conversations . TargetKind ) , string apiVersion = null , double confidenceScore = 0 , Azure . AI . Language . Conversations . ConversationResult result = null ) { throw null ; }
106- public static Azure . AI . Language . Conversations . KnowledgeBaseAnswer KnowledgeBaseAnswer ( System . Collections . Generic . IEnumerable < string > questions = null , string answer = null , double ? confidenceScore = default ( double ? ) , int ? id = default ( int ? ) , string source = null , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , Azure . AI . Language . Conversations . KnowledgeBaseAnswerDialog dialog = null , Azure . AI . Language . Conversations . AnswerSpan answerSpan = null ) { throw null ; }
105+ public static Azure . AI . Language . Conversations . ConversationTargetIntentResult ConversationTargetIntentResult ( Azure . AI . Language . Conversations . TargetKind targetKind = default ( Azure . AI . Language . Conversations . TargetKind ) , string apiVersion = null , double confidence = 0 , Azure . AI . Language . Conversations . ConversationResult result = null ) { throw null ; }
106+ public static Azure . AI . Language . Conversations . KnowledgeBaseAnswer KnowledgeBaseAnswer ( System . Collections . Generic . IEnumerable < string > questions = null , string answer = null , double ? confidence = default ( double ? ) , int ? id = default ( int ? ) , string source = null , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , Azure . AI . Language . Conversations . KnowledgeBaseAnswerDialog dialog = null , Azure . AI . Language . Conversations . AnswerSpan answerSpan = null ) { throw null ; }
107107 public static Azure . AI . Language . Conversations . KnowledgeBaseAnswerDialog KnowledgeBaseAnswerDialog ( bool ? isContextOnly = default ( bool ? ) , System . Collections . Generic . IEnumerable < Azure . AI . Language . Conversations . KnowledgeBaseAnswerPrompt > prompts = null ) { throw null ; }
108108 public static Azure . AI . Language . Conversations . KnowledgeBaseAnswerPrompt KnowledgeBaseAnswerPrompt ( int ? displayOrder = default ( int ? ) , int ? qnaId = default ( int ? ) , string displayText = null ) { throw null ; }
109109 public static Azure . AI . Language . Conversations . KnowledgeBaseAnswers KnowledgeBaseAnswers ( System . Collections . Generic . IEnumerable < Azure . AI . Language . Conversations . KnowledgeBaseAnswer > answers = null ) { throw null ; }
110110 public static Azure . AI . Language . Conversations . LuisTargetIntentResult LuisTargetIntentResult ( Azure . AI . Language . Conversations . TargetKind targetKind = default ( Azure . AI . Language . Conversations . TargetKind ) , string apiVersion = null , double confidenceScore = 0 , object result = null ) { throw null ; }
111- public static Azure . AI . Language . Conversations . NoneLinkedTargetIntentResult NoneLinkedTargetIntentResult ( Azure . AI . Language . Conversations . TargetKind targetKind = default ( Azure . AI . Language . Conversations . TargetKind ) , string apiVersion = null , double confidenceScore = 0 , Azure . AI . Language . Conversations . ConversationResult result = null ) { throw null ; }
111+ public static Azure . AI . Language . Conversations . NoneLinkedTargetIntentResult NoneLinkedTargetIntentResult ( Azure . AI . Language . Conversations . TargetKind targetKind = default ( Azure . AI . Language . Conversations . TargetKind ) , string apiVersion = null , double confidence = 0 , Azure . AI . Language . Conversations . ConversationResult result = null ) { throw null ; }
112112 public static Azure . AI . Language . Conversations . OrchestratorPrediction OrchestratorPrediction ( Azure . AI . Language . Conversations . ProjectKind projectKind = default ( Azure . AI . Language . Conversations . ProjectKind ) , string topIntent = null , System . Collections . Generic . IReadOnlyDictionary < string , Azure . AI . Language . Conversations . TargetIntentResult > intents = null ) { throw null ; }
113- public static Azure . AI . Language . Conversations . QuestionAnsweringTargetIntentResult QuestionAnsweringTargetIntentResult ( Azure . AI . Language . Conversations . TargetKind targetKind = default ( Azure . AI . Language . Conversations . TargetKind ) , string apiVersion = null , double confidenceScore = 0 , Azure . AI . Language . Conversations . KnowledgeBaseAnswers result = null ) { throw null ; }
114- public static Azure . AI . Language . Conversations . TargetIntentResult TargetIntentResult ( Azure . AI . Language . Conversations . TargetKind targetKind = default ( Azure . AI . Language . Conversations . TargetKind ) , string apiVersion = null , double confidenceScore = 0 ) { throw null ; }
113+ public static Azure . AI . Language . Conversations . QuestionAnsweringTargetIntentResult QuestionAnsweringTargetIntentResult ( Azure . AI . Language . Conversations . TargetKind targetKind = default ( Azure . AI . Language . Conversations . TargetKind ) , string apiVersion = null , double confidence = 0 , Azure . AI . Language . Conversations . KnowledgeBaseAnswers result = null ) { throw null ; }
114+ public static Azure . AI . Language . Conversations . TargetIntentResult TargetIntentResult ( Azure . AI . Language . Conversations . TargetKind targetKind = default ( Azure . AI . Language . Conversations . TargetKind ) , string apiVersion = null , double confidence = 0 ) { throw null ; }
115115 }
116116 public partial class ConversationsProject
117117 {
@@ -129,7 +129,7 @@ public partial class KnowledgeBaseAnswer
129129 internal KnowledgeBaseAnswer ( ) { }
130130 public string Answer { get { throw null ; } }
131131 public Azure . AI . Language . Conversations . AnswerSpan AnswerSpan { get { throw null ; } }
132- public double ? ConfidenceScore { get { throw null ; } }
132+ public double ? Confidence { get { throw null ; } }
133133 public Azure . AI . Language . Conversations . KnowledgeBaseAnswerDialog Dialog { get { throw null ; } }
134134 public int ? Id { get { throw null ; } }
135135 public System . Collections . Generic . IReadOnlyDictionary < string , string > Metadata { get { throw null ; } }
@@ -218,7 +218,8 @@ public partial class TargetIntentResult
218218 {
219219 internal TargetIntentResult ( ) { }
220220 public string ApiVersion { get { throw null ; } }
221- public double ConfidenceScore { get { throw null ; } }
221+ public double Confidence { get { throw null ; } }
222+ public Azure . AI . Language . Conversations . TargetKind TargetKind { get { throw null ; } set { } }
222223 }
223224 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
224225 public readonly partial struct TargetKind : System . IEquatable < Azure . AI . Language . Conversations . TargetKind >
0 commit comments