Uses of Class
com.google.genai.gaos.models.interactions.GoogleSearchResult
Packages that use GoogleSearchResult
-
Uses of GoogleSearchResult in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return GoogleSearchResultModifier and TypeMethodDescriptionGoogleSearchResult.Builder.build()GoogleSearchResult.withSearchSuggestions(String searchSuggestions) Web content snippet that can be embedded in a web page or an app webview.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type GoogleSearchResultModifier and TypeMethodDescriptionGoogleSearchResultDelta.result()GoogleSearchResultStep.result()Required.Method parameters in com.google.genai.gaos.models.interactions with type arguments of type GoogleSearchResultModifier and TypeMethodDescriptionGoogleSearchResultDelta.Builder.result(List<GoogleSearchResult> result) GoogleSearchResultStep.Builder.result(List<GoogleSearchResult> result) Required.GoogleSearchResultDelta.withResult(List<GoogleSearchResult> result) GoogleSearchResultStep.withResult(List<GoogleSearchResult> result) Required.Constructor parameters in com.google.genai.gaos.models.interactions with type arguments of type GoogleSearchResultModifierConstructorDescriptionGoogleSearchResultDelta(Boolean isError, List<GoogleSearchResult> result, String signature) GoogleSearchResultStep(String callId, Boolean isError, List<GoogleSearchResult> result, String signature) GoogleSearchResultStep(String callId, List<GoogleSearchResult> result)