Freigeben über


FunctionShellCallOutputOutcome Class

Definition

Shell call outcome Please note this is the abstract base class. The derived classes available for instantiation are: FunctionShellCallOutputTimeoutOutcome and FunctionShellCallOutputExitOutcome.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownFunctionShellCallOutputOutcome))]
public abstract class FunctionShellCallOutputOutcome : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputOutcome>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputOutcome>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownFunctionShellCallOutputOutcome))>]
type FunctionShellCallOutputOutcome = class
    interface IJsonModel<FunctionShellCallOutputOutcome>
    interface IPersistableModel<FunctionShellCallOutputOutcome>
Public MustInherit Class FunctionShellCallOutputOutcome
Implements IJsonModel(Of FunctionShellCallOutputOutcome), IPersistableModel(Of FunctionShellCallOutputOutcome)
Inheritance
FunctionShellCallOutputOutcome
Derived
Attributes
Implements

Applies to