Azure.AI.Language.Conversations.Authoring Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
ConversationAnalysisAuthoringClient |
The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href="https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/overview">https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/overview</a>. |
ConversationAnalysisAuthoringClientOptions |
Client options for ConversationAnalysisAuthoringClient. |
ConversationAnalysisAuthoringModelFactory |
Model factory for Conversations Authoring models. |
ConversationAuthoringAssignDeploymentResourcesDetails |
Represents the options for assigning Azure resources to a project. |
ConversationAuthoringAssignedDeploymentResource |
Represents the assigned deployment resource. |
ConversationAuthoringAssignedProjectDeploymentMetadata |
Represents the metadata for an assigned deployment. |
ConversationAuthoringAssignedProjectDeploymentsMetadata |
Represents the metadata for assigned deployments for a project. |
ConversationAuthoringClient |
The ConversationAuthoring service client. |
ConversationAuthoringConfusionMatrixCell |
Represents a cell in a confusion matrix. |
ConversationAuthoringConfusionMatrixRow |
The ConversationAuthoringConfusionMatrixRow. |
ConversationAuthoringCopyProjectDetails |
Represents the options for copying an existing project to another Azure resource. |
ConversationAuthoringCopyProjectState |
Represents the state of a copy job. |
ConversationAuthoringCreateDeploymentDetails |
Represents the options for creating or updating a project deployment. |
ConversationAuthoringCreateProjectDetails |
Represents the options used to create or update a project. |
ConversationAuthoringDeleteDeploymentDetails |
Represents the options for deleting a project deployment. |
ConversationAuthoringDeployment |
The ConversationAuthoringDeployment sub-client. |
ConversationAuthoringDeploymentDeleteFromResourcesState |
Represents the state of an existing delete deployment from specific resources job. |
ConversationAuthoringDeploymentResource |
Represents an Azure resource assigned to a deployment. |
ConversationAuthoringDeploymentResourcesState |
Represents the state of a deployment resources job. |
ConversationAuthoringDeploymentState |
Represents the state of a deployment job. |
ConversationAuthoringEntityEvalSummary |
Represents the evaluation result for an entity. |
ConversationAuthoringEvalSummary |
Represents the evaluation result summary. |
ConversationAuthoringEvaluationDetails |
Represents the options used running the evaluation. |
ConversationAuthoringEvaluationJobResult |
The ConversationAuthoringEvaluationJobResult. |
ConversationAuthoringEvaluationState |
Represents the state of a evaluation job. |
ConversationAuthoringExportedEntityList |
Represents a list component of an entity. |
ConversationAuthoringExportedEntityListSynonym |
Represents a list of synonyms inside a list component. |
ConversationAuthoringExportedEntitySublist |
Represents a sub-list inside a list component. |
ConversationAuthoringExportedModel |
The ConversationAuthoringExportedModel sub-client. |
ConversationAuthoringExportedModelDetails |
Represents the options for creating or replacing an exported model. |
ConversationAuthoringExportedModelState |
Represents the state of a job to create or updated an exported model. |
ConversationAuthoringExportedPrebuiltEntity |
Represents an exported prebuilt entity component. |
ConversationAuthoringExportedProject |
Represents an exported project. |
ConversationAuthoringExportedProjectAsset |
Represents the assets of an exported project. Please note ConversationAuthoringExportedProjectAsset is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ConversationExportedProjectAsset and OrchestrationExportedProjectAsset. |
ConversationAuthoringExportedTrainedModel |
Represents an exported trained model. |
ConversationAuthoringExportProjectState |
Represents the state of an export job. |
ConversationAuthoringImportProjectState |
Represents the state of an import job. |
ConversationAuthoringLoadSnapshotState |
Represents the state of loading a snapshot job. |
ConversationAuthoringPrebuiltEntity |
Represents a supported prebuilt entity. |
ConversationAuthoringProject |
The ConversationAuthoringProject sub-client. |
ConversationAuthoringProjectDeletionState |
Represents the state of a project deletion job. |
ConversationAuthoringProjectDeployment |
Represents a project deployment. |
ConversationAuthoringProjectMetadata |
Represents the metadata of a project. |
ConversationAuthoringProjectSettings |
Represents the settings used to define the project behavior. |
ConversationAuthoringProjectTrainedModel |
Represents a trained model. |
ConversationAuthoringResourceMetadata |
Represents metadata for the Azure resource.. |
ConversationAuthoringSubTrainingState |
Represents the detailed state of a training sub-operation. |
ConversationAuthoringSupportedLanguage |
Represents a supported language. |
ConversationAuthoringSwapDeploymentsDetails |
Represents the options for swapping two deployments together. |
ConversationAuthoringSwapDeploymentsState |
Represents the state of a deployment job. |
ConversationAuthoringTrainedModel |
The ConversationAuthoringTrainedModel sub-client. |
ConversationAuthoringTrainingConfigVersion |
Represents a training config version. |
ConversationAuthoringTrainingJobDetails |
Represents the options for starting a new training job. |
ConversationAuthoringTrainingJobResult |
Represents the output of a training job. |
ConversationAuthoringTrainingState |
Represents the state of a training job. |
ConversationAuthoringUnassignDeploymentResourcesDetails |
Represents the options to unassign Azure resources from a project. |
ConversationExportedEntity |
Represents an entity with its components. |
ConversationExportedIntent |
Represents an exported intent of a conversational project. |
ConversationExportedProjectAsset |
Represents the exported assets of a conversational project. |
ConversationExportedUtterance |
Represents an exported utterance for a conversational project. |
EntitiesEvaluationSummary |
Represents the evaluation result summary for the project's entities. |
ExportedConversationOrchestration |
Defines the orchestration details for a Conversational project target. |
ExportedConversationOrchestrationDetails |
Represents the orchestration options for a Conversational project target. |
ExportedEntityRegex |
Represents a regex component of an entity. |
ExportedEntityRegexExpression |
Represents a regex expression inside a regex component. This expression follows the .NET regex syntax. For reference, check here: https://learn.microsoft.com/dotnet/standard/base-types/regular-expressions. |
ExportedLuisOrchestration |
Defines the orchestration details for a LUIS application target. |
ExportedLuisOrchestrationDetails |
Represents the orchestration options for a LUIS application target. |
ExportedOrchestrationDetails |
Represents the options used to define the orchestration behavior of an intent. Please note ExportedOrchestrationDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExportedConversationOrchestrationDetails, ExportedLuisOrchestrationDetails and ExportedQuestionAnsweringOrchestrationDetails. |
ExportedQuestionAnsweringOrchestration |
Defines the orchestration details for a Question Answering project target. |
ExportedQuestionAnsweringOrchestrationDetails |
Represents the orchestration options for a Question Answering project target. |
ExportedUtteranceEntityLabel |
Represents an entity label for an utterance. |
IntentEvaluationSummary |
The evaluation summary for an intent. |
IntentsEvaluationSummary |
Represents the evaluation summary for the project's intents. |
OrchestrationExportedIntent |
Represents an exported intent for an orchestration project. |
OrchestrationExportedProjectAsset |
Represents the assets of an orchestration project. |
OrchestrationExportedUtterance |
Represents an utterance of an orchestration project. |
UtteranceEntitiesEvaluationResult |
Represents the comparison between the expected and predicted entities for an utterance. |
UtteranceEntityEvaluationResult |
Represents the evaluation output of an entity label or prediction. |
UtteranceEvaluationResult |
Represents the evaluation result for an utterance. |
UtteranceIntentsEvaluationResult |
Represents the comparison between the expected and the predicted intent for an utterance. |
Structs
ConversationAuthoringCompositionMode |
The ConversationAuthoringCompositionMode. |
ConversationAuthoringEvaluationKind |
The ConversationAuthoringEvaluationKind. |
ConversationAuthoringExportedProjectFormat |
The ConversationAuthoringExportedProjectFormat. |
ConversationAuthoringOperationStatus |
The ConversationAuthoringOperationStatus. |
ConversationAuthoringProjectKind |
The ConversationAuthoringProjectKind. |
ConversationAuthoringTrainingMode |
The ConversationAuthoringTrainingMode. |
DatasetType |
The dataset for this utterance. Allowed values are 'Train' and 'Test'. |
StringIndexType |
The StringIndexType. |
Enums
ConversationAnalysisAuthoringClientOptions.ServiceVersion |
The version of the service to use. |