Class URLContextResultStep
java.lang.Object
com.google.genai.gaos.models.interactions.URLContextResultStep
- All Implemented Interfaces:
Step
URLContextResultStep
URL context result step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionURLContextResultStep(String callId, Boolean isError, List<URLContextResult> result, String signature) URLContextResultStep(String callId, List<URLContextResult> result) -
Method Summary
Modifier and TypeMethodDescriptionstatic URLContextResultStep.Builderbuilder()callId()Required.booleaninthashCode()isError()Whether the URL context resulted in an error.result()Required.A signature hash for backend validation.toString()type()withCallId(String callId) Required.withIsError(Boolean isError) Whether the URL context resulted in an error.withResult(List<URLContextResult> result) Required.withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
URLContextResultStep
public URLContextResultStep(@Nonnull String callId, @Nullable Boolean isError, @Nonnull List<URLContextResult> result, @Nullable String signature) -
URLContextResultStep
-
-
Method Details
-
callId
Required. ID to match the ID from the function call block. -
isError
Whether the URL context resulted in an error. -
result
Required. The results of the URL context. -
signature
A signature hash for backend validation. -
type
-
builder
-
withCallId
Required. ID to match the ID from the function call block. -
withIsError
Whether the URL context resulted in an error. -
withResult
Required. The results of the URL context. -
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-