Uses of Class
com.google.genai.gaos.models.interactions.GoogleSearchResultStep
Packages that use GoogleSearchResultStep
-
Uses of GoogleSearchResultStep in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return GoogleSearchResultStepModifier and TypeMethodDescriptionGoogleSearchResultStep.Builder.build()GoogleSearchResultStep.withCallId(String callId) Required.GoogleSearchResultStep.withIsError(Boolean isError) Whether the Google Search resulted in an error.GoogleSearchResultStep.withResult(List<GoogleSearchResult> result) Required.GoogleSearchResultStep.withSignature(String signature) A signature hash for backend validation.