Share via


ConversationAuthoringExportedModel Class

Definition

The ConversationAuthoringExportedModel sub-client.

public class ConversationAuthoringExportedModel
type ConversationAuthoringExportedModel = class
Public Class ConversationAuthoringExportedModel
Inheritance
ConversationAuthoringExportedModel

Constructors

ConversationAuthoringExportedModel()

Initializes a new instance of ConversationAuthoringExportedModel for mocking.

Fields

_exportedModelName

Stores the exported model name associated with the client.

_projectName

Stores the project name associated with the client.

Properties

Pipeline

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

Methods

CreateOrUpdateExportedModel(WaitUntil, ConversationAuthoringExportedModelDetails, CancellationToken)

Creates a new exported model or replaces an existing one.

CreateOrUpdateExportedModel(WaitUntil, RequestContent, RequestContext)

[Protocol Method] Creates a new exported model or replaces an existing one.

CreateOrUpdateExportedModelAsync(WaitUntil, ConversationAuthoringExportedModelDetails, CancellationToken)

Creates a new exported model or replaces an existing one.

CreateOrUpdateExportedModelAsync(WaitUntil, RequestContent, RequestContext)

[Protocol Method] Creates a new exported model or replaces an existing one.

DeleteExportedModel(WaitUntil, CancellationToken)

Deletes an exported model.

DeleteExportedModel(WaitUntil, RequestContext)

[Protocol Method] Deletes an existing exported model.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteExportedModelAsync(WaitUntil, CancellationToken)

Deletes an exported model.

DeleteExportedModelAsync(WaitUntil, RequestContext)

[Protocol Method] Deletes an existing exported model.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetExportedModel(CancellationToken)

Gets the details of an exported model.

GetExportedModel(RequestContext)

[Protocol Method] Gets the details of an exported model.

GetExportedModelAsync(CancellationToken)

Gets the details of an exported model.

GetExportedModelAsync(RequestContext)

[Protocol Method] Gets the details of an exported model.

GetExportedModelJobStatus(String, CancellationToken)

Gets the status for an existing job to create or update an exported model.

GetExportedModelJobStatus(String, RequestContext)

[Protocol Method] Gets the status for an existing job to create or update an exported model.

GetExportedModelJobStatusAsync(String, CancellationToken)

Gets the status for an existing job to create or update an exported model.

GetExportedModelJobStatusAsync(String, RequestContext)

[Protocol Method] Gets the status for an existing job to create or update an exported model.

Applies to