ConversationAnalysisAuthoringModelFactory.ConversationAuthoringProjectDeletionState Method
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.
Initializes a new instance of ConversationAuthoringProjectDeletionState.
public static Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectDeletionState ConversationAuthoringProjectDeletionState(string jobId = default, DateTimeOffset createdOn = default, DateTimeOffset lastUpdatedOn = default, DateTimeOffset? expiresOn = default, Azure.AI.Language.Conversations.Authoring.ConversationAuthoringOperationStatus status = default, System.Collections.Generic.IEnumerable<Azure.ResponseError> warnings = default, System.Collections.Generic.IEnumerable<Azure.ResponseError> errors = default);
static member ConversationAuthoringProjectDeletionState : string * DateTimeOffset * DateTimeOffset * Nullable<DateTimeOffset> * Azure.AI.Language.Conversations.Authoring.ConversationAuthoringOperationStatus * seq<Azure.ResponseError> * seq<Azure.ResponseError> -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectDeletionState
Public Shared Function ConversationAuthoringProjectDeletionState (Optional jobId As String = Nothing, Optional createdOn As DateTimeOffset = Nothing, Optional lastUpdatedOn As DateTimeOffset = Nothing, Optional expiresOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As ConversationAuthoringOperationStatus = Nothing, Optional warnings As IEnumerable(Of ResponseError) = Nothing, Optional errors As IEnumerable(Of ResponseError) = Nothing) As ConversationAuthoringProjectDeletionState
Parameters
- jobId
- String
The job ID.
- createdOn
- DateTimeOffset
The creation date time of the job.
- lastUpdatedOn
- DateTimeOffset
The last date time the job was updated.
- expiresOn
- Nullable<DateTimeOffset>
The expiration date time of the job.
The job status.
- warnings
- IEnumerable<ResponseError>
The warnings that were encountered while executing the job.
- errors
- IEnumerable<ResponseError>
The errors encountered while executing the job.
Returns
A new ConversationAuthoringProjectDeletionState instance for mocking.