RoutineActionKind Struct

Definition

The discriminator values supported for routine actions.

public readonly struct RoutineActionKind : IEquatable<Azure.AI.Projects.RoutineActionKind>
type RoutineActionKind = struct
Public Structure RoutineActionKind
Implements IEquatable(Of RoutineActionKind)
Inheritance
RoutineActionKind
Implements

Constructors

Name Description
RoutineActionKind(String)

Initializes a new instance of RoutineActionKind.

Properties

Name Description
InvokeAgentInvocationsApi

Dispatches through the raw invocations API.

InvokeAgentResponsesApi

Dispatches through the responses API.

Methods

Name Description
Equals(RoutineActionKind)

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(RoutineActionKind, RoutineActionKind)

Determines if two RoutineActionKind values are the same.

Implicit(String to Nullable<RoutineActionKind>)
Implicit(String to RoutineActionKind)

Converts a string to a RoutineActionKind.

Inequality(RoutineActionKind, RoutineActionKind)

Determines if two RoutineActionKind values are not the same.

Applies to