Builder
A builder for FunctionResultDelta.
Functions
Link copied to clipboard
public final FunctionResultDelta.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Returns an immutable instance of FunctionResultDelta.
Link copied to clipboard
Sets Builder.callId to an arbitrary JSON value.
Required. ID to match the ID from the function call block.
Link copied to clipboard
Sets Builder.isError to an arbitrary JSON value.
Link copied to clipboard
Sets Builder.name to an arbitrary JSON value.
Link copied to clipboard
Link copied to clipboard
public final FunctionResultDelta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets Builder.result to an arbitrary JSON value.
Alias for calling result with Result.ofJsonValue(jsonValue).
Alias for calling result with Result.ofString(string).
Link copied to clipboard
public final FunctionResultDelta.Builder resultOfFunctionResultSubcontentList(List<FunctionResultDelta.Result.FunctionResultSubcontent> functionResultSubcontentList)
Alias for calling result with Result.ofFunctionResultSubcontentList(functionResultSubcontentList).
Link copied to clipboard
Sets the field to an arbitrary JSON value.