Class FunctionResultDelta
java.lang.Object
com.google.genai.gaos.models.interactions.FunctionResultDelta
- All Implemented Interfaces:
StepDeltaData
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFunctionResultDelta(String callId, FunctionResultDeltaResultUnion result) FunctionResultDelta(String callId, Boolean isError, String name, FunctionResultDeltaResultUnion result) -
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionResultDelta.Builderbuilder()callId()Required.booleaninthashCode()isError()name()result()toString()type()withCallId(String callId) Required.withIsError(Boolean isError)
-
Constructor Details
-
FunctionResultDelta
public FunctionResultDelta(@Nonnull String callId, @Nullable Boolean isError, @Nullable String name, @Nonnull FunctionResultDeltaResultUnion result) -
FunctionResultDelta
-
-
Method Details
-
callId
Required. ID to match the ID from the function call block. -
isError
-
name
-
result
-
type
- Specified by:
typein interfaceStepDeltaData
-
builder
-
withCallId
Required. ID to match the ID from the function call block. -
withIsError
-
withName
-
withResult
-
equals
-
hashCode
public int hashCode() -
toString
-