ConversationActionState Struct
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 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
Azure SDK for .NET