你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConversationAnalysisAuthoringClient Class

Definition

The ConversationAnalysisAuthoring service client.

public class ConversationAnalysisAuthoringClient
type ConversationAnalysisAuthoringClient = class
Public Class ConversationAnalysisAuthoringClient
Inheritance
ConversationAnalysisAuthoringClient

Constructors

Name Description
ConversationAnalysisAuthoringClient()

Initializes a new instance of ConversationAnalysisAuthoringClient for mocking.

ConversationAnalysisAuthoringClient(Uri, AzureKeyCredential, ConversationAnalysisAuthoringClientOptions)

Initializes a new instance of ConversationAnalysisAuthoringClient.

ConversationAnalysisAuthoringClient(Uri, AzureKeyCredential)

Initializes a new instance of ConversationAnalysisAuthoringClient.

ConversationAnalysisAuthoringClient(Uri, TokenCredential, ConversationAnalysisAuthoringClientOptions)

Initializes a new instance of ConversationAnalysisAuthoringClient.

ConversationAnalysisAuthoringClient(Uri, TokenCredential)

Initializes a new instance of ConversationAnalysisAuthoringClient.

Properties

Name Description
Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

Name Description
GetAssignedResourceDeployments(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the deployments to which an Azure resource is assigned. This doesn't return deployments belonging to projects owned by this resource. It only returns deployments belonging to projects owned by other resources.

GetAssignedResourceDeployments(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the deployments to which an Azure resource is assigned. This doesn't return deployments belonging to projects owned by this resource. It only returns deployments belonging to projects owned by other resources.

GetAssignedResourceDeploymentsAsync(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the deployments to which an Azure resource is assigned. This doesn't return deployments belonging to projects owned by this resource. It only returns deployments belonging to projects owned by other resources.

GetAssignedResourceDeploymentsAsync(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the deployments to which an Azure resource is assigned. This doesn't return deployments belonging to projects owned by this resource. It only returns deployments belonging to projects owned by other resources.

GetDeployment(String, String)

Initializes a new instance of ConversationAuthoringDeployment.

GetDeployments(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the deployments belonging to a project.

GetDeployments(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the deployments belonging to a project.

GetDeploymentsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the deployments belonging to a project.

GetDeploymentsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the deployments belonging to a project.

GetExportedModel(String, String)

Initializes a new instance of ConversationAuthoringModels.

GetExportedModels(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the exported models belonging to a project.

GetExportedModels(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the exported models belonging to a project.

GetExportedModelsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the exported models belonging to a project.

GetExportedModelsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the exported models belonging to a project.

GetProject(String)

Initializes a new instance of ConversationAuthoringProject.

GetProjectResources(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the Language or AIService resources assigned to the project.

GetProjectResources(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the Language or AIService resources assigned to the project.

GetProjectResourcesAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the Language or AIService resources assigned to the project.

GetProjectResourcesAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the Language or AIService resources assigned to the project.

GetProjects(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the existing projects.

GetProjects(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the existing projects.

GetProjectsAsync(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the existing projects.

GetProjectsAsync(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the existing projects.

GetSupportedLanguages(ConversationAuthoringProjectKind, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the supported languages for the given project type.

GetSupportedLanguages(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the supported languages for the given project type.

GetSupportedLanguagesAsync(ConversationAuthoringProjectKind, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the supported languages for the given project type.

GetSupportedLanguagesAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the supported languages for the given project type.

GetSupportedPrebuiltEntities(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, CancellationToken)

Lists the supported prebuilt entities that can be used while creating composed entities.

GetSupportedPrebuiltEntities(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, RequestContext)

[Protocol Method] Lists the supported prebuilt entities that can be used while creating composed entities.

GetSupportedPrebuiltEntitiesAsync(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, CancellationToken)

Lists the supported prebuilt entities that can be used while creating composed entities.

GetSupportedPrebuiltEntitiesAsync(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, RequestContext)

[Protocol Method] Lists the supported prebuilt entities that can be used while creating composed entities.

GetTrainedModel(String, String)

Initializes a new instance of ConversationAuthoringModels.

GetTrainedModels(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the trained models belonging to a project.

GetTrainedModels(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the trained models belonging to a project.

GetTrainedModelsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the trained models belonging to a project.

GetTrainedModelsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the trained models belonging to a project.

GetTrainingConfigVersions(ConversationAuthoringProjectKind, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the support training config version for a given project type.

GetTrainingConfigVersions(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the support training config version for a given project type.

GetTrainingConfigVersionsAsync(ConversationAuthoringProjectKind, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the support training config version for a given project type.

GetTrainingConfigVersionsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the support training config version for a given project type.

GetTrainingJobs(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the non-expired training jobs created for a project.

GetTrainingJobs(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the non-expired training jobs created for a project.

GetTrainingJobsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the non-expired training jobs created for a project.

GetTrainingJobsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Lists the non-expired training jobs created for a project.

Applies to