RoutineAction Class
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.
Base model for a routine action. Please note this is the abstract base class. The derived classes available for instantiation are: InvokeAgentResponsesApiRoutineAction and InvokeAgentInvocationsApiRoutineAction.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownRoutineAction))]
public abstract class RoutineAction : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RoutineAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RoutineAction>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownRoutineAction))>]
type RoutineAction = class
interface IJsonModel<RoutineAction>
interface IPersistableModel<RoutineAction>
Public MustInherit Class RoutineAction
Implements IJsonModel(Of RoutineAction), IPersistableModel(Of RoutineAction)
- Inheritance
-
RoutineAction
- Derived
- Attributes
- Implements