次の方法で共有


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

ConversationActionState(String)

Initializes a new instance of ConversationActionState.

Properties

Cancelled

Cancelled state.

Cancelling

Cancelling state.

Failed

Failed state.

NotStarted

Not started state.

PartiallyCompleted

Partially completed state.

Running

Running state.

Succeeded

Succeeded state.

Methods

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

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