Share via


FunctionShellCallOutputOutcomeParam Class

Definition

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

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

Applies to