Share via


ConversationActionState Struct

Definition

The status of the task at the mentioned last update time.

public readonly struct ConversationActionState : IEquatable<Azure.AI.Language.Conversations.Models.ConversationActionState>
type ConversationActionState = struct
Public Structure ConversationActionState
Implements IEquatable(Of ConversationActionState)
Inheritance
ConversationActionState
Implements

Constructors

Name Description
ConversationActionState(String)

Initializes a new instance of ConversationActionState.

Properties

Name Description
Cancelled

Cancelled state.

Cancelling

Cancelling state.

Failed

Failed state.

NotStarted

Not started state.

PartiallyCompleted

Partially completed state.

Running

Running state.

Succeeded

Succeeded state.

Methods

Name Description
Equals(ConversationActionState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ConversationActionState, ConversationActionState)

Determines if two ConversationActionState values are the same.

Implicit(String to ConversationActionState)

Converts a String to a ConversationActionState.

Inequality(ConversationActionState, ConversationActionState)

Determines if two ConversationActionState values are not the same.

Applies to