RoutineActionType Struct

Definition

The discriminator values supported for routine actions.

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

Constructors

Name Description
RoutineActionType(String)

Initializes a new instance of RoutineActionType.

Properties

Name Description
InvokeAgentInvocationsApi

Dispatches through the raw invocations API.

InvokeAgentResponsesApi

Dispatches through the responses API.

Methods

Name Description
Equals(RoutineActionType)

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

Determines if two RoutineActionType values are the same.

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

Converts a string to a RoutineActionType.

Inequality(RoutineActionType, RoutineActionType)

Determines if two RoutineActionType values are not the same.

Applies to