@@ -55,12 +55,13 @@ public ConversationAnalysisAuthoringClient(System.Uri endpoint, Azure.Core.Token
5555 }
5656 public partial class ConversationAnalysisAuthoringClientOptions : Azure . Core . ClientOptions
5757 {
58- public ConversationAnalysisAuthoringClientOptions ( Azure . AI . Language . Conversations . Authoring . ConversationAnalysisAuthoringClientOptions . ServiceVersion version = Azure . AI . Language . Conversations . Authoring . ConversationAnalysisAuthoringClientOptions . ServiceVersion . V2024_11_15_Preview ) { }
58+ public ConversationAnalysisAuthoringClientOptions ( Azure . AI . Language . Conversations . Authoring . ConversationAnalysisAuthoringClientOptions . ServiceVersion version = Azure . AI . Language . Conversations . Authoring . ConversationAnalysisAuthoringClientOptions . ServiceVersion . V2025_05_15_Preview ) { }
5959 public enum ServiceVersion
6060 {
6161 V2023_04_01 = 1 ,
6262 V2023_04_15_Preview = 2 ,
6363 V2024_11_15_Preview = 3 ,
64+ V2025_05_15_Preview = 4 ,
6465 }
6566 }
6667 public static partial class ConversationAnalysisAuthoringModelFactory
@@ -99,7 +100,8 @@ public static partial class ConversationAnalysisAuthoringModelFactory
99100 public static Azure . AI . Language . Conversations . Authoring . ConversationAuthoringTrainingJobDetails ConversationAuthoringTrainingJobDetails ( string modelLabel = null , string trainingConfigVersion = null , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringTrainingMode trainingMode = default ( Azure . AI . Language . Conversations . Authoring . ConversationAuthoringTrainingMode ) , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringEvaluationDetails evaluationOptions = null ) { throw null ; }
100101 public static Azure . AI . Language . Conversations . Authoring . ConversationAuthoringTrainingJobResult ConversationAuthoringTrainingJobResult ( string modelLabel = null , string trainingConfigVersion = null , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringTrainingMode ? trainingMode = default ( Azure . AI . Language . Conversations . Authoring . ConversationAuthoringTrainingMode ? ) , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringSubTrainingState trainingStatus = null , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringSubTrainingState evaluationStatus = null , System . DateTimeOffset ? estimatedEndOn = default ( System . DateTimeOffset ? ) ) { throw null ; }
101102 public static Azure . AI . Language . Conversations . Authoring . ConversationAuthoringTrainingState ConversationAuthoringTrainingState ( string jobId = null , System . DateTimeOffset createdOn = default ( System . DateTimeOffset ) , System . DateTimeOffset lastUpdatedOn = default ( System . DateTimeOffset ) , System . DateTimeOffset ? expiresOn = default ( System . DateTimeOffset ? ) , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringOperationStatus status = default ( Azure . AI . Language . Conversations . Authoring . ConversationAuthoringOperationStatus ) , System . Collections . Generic . IEnumerable < Azure . ResponseError > warnings = null , System . Collections . Generic . IEnumerable < Azure . ResponseError > errors = null , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringTrainingJobResult result = null ) { throw null ; }
102- public static Azure . AI . Language . Conversations . Authoring . ConversationExportedEntity ConversationExportedEntity ( string category = null , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringCompositionMode ? compositionMode = default ( Azure . AI . Language . Conversations . Authoring . ConversationAuthoringCompositionMode ? ) , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringExportedEntityList entities = null , System . Collections . Generic . IEnumerable < Azure . AI . Language . Conversations . Authoring . ConversationAuthoringExportedPrebuiltEntity > prebuilts = null , Azure . AI . Language . Conversations . Authoring . ExportedEntityRegex regex = null , System . Collections . Generic . IEnumerable < string > requiredComponents = null ) { throw null ; }
103+ public static Azure . AI . Language . Conversations . Authoring . ConversationExportedEntity ConversationExportedEntity ( string category = null , string description = null , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringCompositionMode ? compositionMode = default ( Azure . AI . Language . Conversations . Authoring . ConversationAuthoringCompositionMode ? ) , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringExportedEntityList entities = null , System . Collections . Generic . IEnumerable < Azure . AI . Language . Conversations . Authoring . ConversationAuthoringExportedPrebuiltEntity > prebuilts = null , Azure . AI . Language . Conversations . Authoring . ExportedEntityRegex regex = null , System . Collections . Generic . IEnumerable < string > requiredComponents = null ) { throw null ; }
104+ public static Azure . AI . Language . Conversations . Authoring . ConversationExportedIntent ConversationExportedIntent ( string category = null , string description = null , System . Collections . Generic . IEnumerable < Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel > associatedEntities = null ) { throw null ; }
103105 public static Azure . AI . Language . Conversations . Authoring . ConversationExportedUtterance ConversationExportedUtterance ( System . Collections . Generic . IEnumerable < Azure . AI . Language . Conversations . Authoring . ExportedUtteranceEntityLabel > entities = null , string text = null , string language = null , string intent = null , Azure . AI . Language . Conversations . Authoring . DatasetType ? dataset = default ( Azure . AI . Language . Conversations . Authoring . DatasetType ? ) ) { throw null ; }
104106 public static Azure . AI . Language . Conversations . Authoring . EntitiesEvaluationSummary EntitiesEvaluationSummary ( System . Collections . Generic . IReadOnlyDictionary < string , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringConfusionMatrixRow > confusionMatrix = null , System . Collections . Generic . IReadOnlyDictionary < string , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringEntityEvalSummary > entities = null , float microF1 = 0f , float microPrecision = 0f , float microRecall = 0f , float macroF1 = 0f , float macroPrecision = 0f , float macroRecall = 0f ) { throw null ; }
105107 public static Azure . AI . Language . Conversations . Authoring . ExportedConversationOrchestrationDetails ExportedConversationOrchestrationDetails ( Azure . AI . Language . Conversations . Authoring . ExportedConversationOrchestration conversationOrchestration = null ) { throw null ; }
@@ -108,7 +110,7 @@ public static partial class ConversationAnalysisAuthoringModelFactory
108110 public static Azure . AI . Language . Conversations . Authoring . ExportedQuestionAnsweringOrchestrationDetails ExportedQuestionAnsweringOrchestrationDetails ( Azure . AI . Language . Conversations . Authoring . ExportedQuestionAnsweringOrchestration questionAnsweringOrchestration = null ) { throw null ; }
109111 public static Azure . AI . Language . Conversations . Authoring . IntentEvaluationSummary IntentEvaluationSummary ( double f1 = 0 , double precision = 0 , double recall = 0 , int truePositiveCount = 0 , int trueNegativeCount = 0 , int falsePositiveCount = 0 , int falseNegativeCount = 0 ) { throw null ; }
110112 public static Azure . AI . Language . Conversations . Authoring . IntentsEvaluationSummary IntentsEvaluationSummary ( System . Collections . Generic . IReadOnlyDictionary < string , Azure . AI . Language . Conversations . Authoring . ConversationAuthoringConfusionMatrixRow > confusionMatrix = null , System . Collections . Generic . IReadOnlyDictionary < string , Azure . AI . Language . Conversations . Authoring . IntentEvaluationSummary > intents = null , float microF1 = 0f , float microPrecision = 0f , float microRecall = 0f , float macroF1 = 0f , float macroPrecision = 0f , float macroRecall = 0f ) { throw null ; }
111- public static Azure . AI . Language . Conversations . Authoring . OrchestrationExportedIntent OrchestrationExportedIntent ( Azure . AI . Language . Conversations . Authoring . ExportedOrchestrationDetails orchestration = null , string category = null ) { throw null ; }
113+ public static Azure . AI . Language . Conversations . Authoring . OrchestrationExportedIntent OrchestrationExportedIntent ( Azure . AI . Language . Conversations . Authoring . ExportedOrchestrationDetails orchestration = null , string category = null , string description = null ) { throw null ; }
112114 public static Azure . AI . Language . Conversations . Authoring . OrchestrationExportedUtterance OrchestrationExportedUtterance ( string text = null , string language = null , string intent = null , string dataset = null ) { throw null ; }
113115 public static Azure . AI . Language . Conversations . Authoring . UtteranceEntitiesEvaluationResult UtteranceEntitiesEvaluationResult ( System . Collections . Generic . IEnumerable < Azure . AI . Language . Conversations . Authoring . UtteranceEntityEvaluationResult > expectedEntities = null , System . Collections . Generic . IEnumerable < Azure . AI . Language . Conversations . Authoring . UtteranceEntityEvaluationResult > predictedEntities = null ) { throw null ; }
114116 public static Azure . AI . Language . Conversations . Authoring . UtteranceEntityEvaluationResult UtteranceEntityEvaluationResult ( string category = null , int offset = 0 , int length = 0 ) { throw null ; }
@@ -1092,11 +1094,23 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
10921094 string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Conversations . Authoring . ConversationAuthoringUnassignDeploymentResourcesDetails > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
10931095 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Conversations . Authoring . ConversationAuthoringUnassignDeploymentResourcesDetails > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
10941096 }
1097+ public partial class ConversationExportedAssociatedEntityLabel : System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel >
1098+ {
1099+ public ConversationExportedAssociatedEntityLabel ( string category ) { }
1100+ public string Category { get { throw null ; } }
1101+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1102+ Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1103+ void System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1104+ Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1105+ string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1106+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1107+ }
10951108 public partial class ConversationExportedEntity : System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedEntity > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedEntity >
10961109 {
10971110 public ConversationExportedEntity ( string category ) { }
10981111 public string Category { get { throw null ; } }
10991112 public Azure . AI . Language . Conversations . Authoring . ConversationAuthoringCompositionMode ? CompositionMode { get { throw null ; } set { } }
1113+ public string Description { get { throw null ; } set { } }
11001114 public Azure . AI . Language . Conversations . Authoring . ConversationAuthoringExportedEntityList Entities { get { throw null ; } set { } }
11011115 public System . Collections . Generic . IList < Azure . AI . Language . Conversations . Authoring . ConversationAuthoringExportedPrebuiltEntity > Prebuilts { get { throw null ; } }
11021116 public Azure . AI . Language . Conversations . Authoring . ExportedEntityRegex Regex { get { throw null ; } set { } }
@@ -1111,7 +1125,9 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
11111125 public partial class ConversationExportedIntent : System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedIntent > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedIntent >
11121126 {
11131127 public ConversationExportedIntent ( string category ) { }
1128+ public System . Collections . Generic . IList < Azure . AI . Language . Conversations . Authoring . ConversationExportedAssociatedEntityLabel > AssociatedEntities { get { throw null ; } }
11141129 public string Category { get { throw null ; } }
1130+ public string Description { get { throw null ; } set { } }
11151131 protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
11161132 Azure . AI . Language . Conversations . Authoring . ConversationExportedIntent System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedIntent > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
11171133 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Conversations . Authoring . ConversationExportedIntent > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
@@ -1338,6 +1354,7 @@ public partial class OrchestrationExportedIntent : System.ClientModel.Primitives
13381354 {
13391355 public OrchestrationExportedIntent ( string category ) { }
13401356 public string Category { get { throw null ; } }
1357+ public string Description { get { throw null ; } set { } }
13411358 public Azure . AI . Language . Conversations . Authoring . ExportedOrchestrationDetails Orchestration { get { throw null ; } set { } }
13421359 protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
13431360 Azure . AI . Language . Conversations . Authoring . OrchestrationExportedIntent System . ClientModel . Primitives . IJsonModel < Azure . AI . Language . Conversations . Authoring . OrchestrationExportedIntent > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
0 commit comments