Share via


FunctionShellCallItemParamEnvironmentLocalEnvironmentParam Class

Definition

The FunctionShellCallItemParamEnvironmentLocalEnvironmentParam.

public class FunctionShellCallItemParamEnvironmentLocalEnvironmentParam : Azure.AI.AgentServer.Responses.Models.FunctionShellCallItemParamEnvironment, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallItemParamEnvironmentLocalEnvironmentParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallItemParamEnvironmentLocalEnvironmentParam>
type FunctionShellCallItemParamEnvironmentLocalEnvironmentParam = class
    inherit FunctionShellCallItemParamEnvironment
    interface IJsonModel<FunctionShellCallItemParamEnvironmentLocalEnvironmentParam>
    interface IPersistableModel<FunctionShellCallItemParamEnvironmentLocalEnvironmentParam>
Public Class FunctionShellCallItemParamEnvironmentLocalEnvironmentParam
Inherits FunctionShellCallItemParamEnvironment
Implements IJsonModel(Of FunctionShellCallItemParamEnvironmentLocalEnvironmentParam), IPersistableModel(Of FunctionShellCallItemParamEnvironmentLocalEnvironmentParam)
Inheritance
FunctionShellCallItemParamEnvironmentLocalEnvironmentParam
Implements

Constructors

Name Description
FunctionShellCallItemParamEnvironmentLocalEnvironmentParam()

Initializes a new instance of FunctionShellCallItemParamEnvironmentLocalEnvironmentParam.

Properties

Name Description
Skills

An optional list of skills.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FunctionShellCallItemParamEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from FunctionShellCallItemParamEnvironment)
IJsonModel<FunctionShellCallItemParamEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from FunctionShellCallItemParamEnvironment)
IJsonModel<FunctionShellCallItemParamEnvironmentLocalEnvironmentParam>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FunctionShellCallItemParamEnvironmentLocalEnvironmentParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FunctionShellCallItemParamEnvironment>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from FunctionShellCallItemParamEnvironment)
IPersistableModel<FunctionShellCallItemParamEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from FunctionShellCallItemParamEnvironment)
IPersistableModel<FunctionShellCallItemParamEnvironment>.Write(ModelReaderWriterOptions) (Inherited from FunctionShellCallItemParamEnvironment)
IPersistableModel<FunctionShellCallItemParamEnvironmentLocalEnvironmentParam>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FunctionShellCallItemParamEnvironmentLocalEnvironmentParam>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FunctionShellCallItemParamEnvironmentLocalEnvironmentParam>.Write(ModelReaderWriterOptions)

Applies to