FunctionShellToolParamEnvironment Class

  • java.lang.Object
    • com.azure.ai.agents.models.FunctionShellToolParamEnvironment

Implements

public class FunctionShellToolParamEnvironment
implements JsonSerializable<FunctionShellToolParamEnvironment>

The FunctionShellToolParamEnvironment model.

Constructor Summary

Constructor Description
FunctionShellToolParamEnvironment()

Creates an instance of FunctionShellToolParamEnvironment class.

Method Summary

Modifier and Type Method and Description
static FunctionShellToolParamEnvironment fromJson(JsonReader jsonReader)

Reads an instance of FunctionShellToolParamEnvironment from the JsonReader.

FunctionShellToolParamEnvironmentType getType()

Get the type property: The type property.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

FunctionShellToolParamEnvironment

public FunctionShellToolParamEnvironment()

Creates an instance of FunctionShellToolParamEnvironment class.

Method Details

fromJson

public static FunctionShellToolParamEnvironment fromJson(JsonReader jsonReader)

Reads an instance of FunctionShellToolParamEnvironment from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FunctionShellToolParamEnvironment if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the FunctionShellToolParamEnvironment.

getType

public FunctionShellToolParamEnvironmentType getType()

Get the type property: The type property.

Returns:

the type value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to