Uses of Class
com.google.genai.gaos.models.interactions.URLContextResultStep
Packages that use URLContextResultStep
-
Uses of URLContextResultStep in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return URLContextResultStepModifier and TypeMethodDescriptionURLContextResultStep.Builder.build()URLContextResultStep.withCallId(String callId) Required.URLContextResultStep.withIsError(Boolean isError) Whether the URL context resulted in an error.URLContextResultStep.withResult(List<URLContextResult> result) Required.URLContextResultStep.withSignature(String signature) A signature hash for backend validation.