ConversationAuthoringExportedModel Class
Definition
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.
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.
|
DeleteExportedModelAsync(WaitUntil, CancellationToken) |
Deletes an exported model. |
DeleteExportedModelAsync(WaitUntil, RequestContext) |
[Protocol Method] Deletes an existing exported model.
|
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.
|