Uses of Class
com.google.genai.gaos.models.interactions.GoogleSearchCallArguments
Packages that use GoogleSearchCallArguments
-
Uses of GoogleSearchCallArguments in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return GoogleSearchCallArgumentsModifier and TypeMethodDescriptionGoogleSearchCallArguments.Builder.build()GoogleSearchCallArguments.withQueries(List<String> queries) Web search queries for the following-up web search.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type GoogleSearchCallArgumentsModifier and TypeMethodDescriptionGoogleSearchCallDelta.arguments()The arguments to pass to Google Search.GoogleSearchCallStep.arguments()The arguments to pass to Google Search.Methods in com.google.genai.gaos.models.interactions with parameters of type GoogleSearchCallArgumentsModifier and TypeMethodDescriptionGoogleSearchCallDelta.Builder.arguments(GoogleSearchCallArguments arguments) The arguments to pass to Google Search.GoogleSearchCallStep.Builder.arguments(GoogleSearchCallArguments arguments) The arguments to pass to Google Search.GoogleSearchCallDelta.withArguments(GoogleSearchCallArguments arguments) The arguments to pass to Google Search.GoogleSearchCallStep.withArguments(GoogleSearchCallArguments arguments) The arguments to pass to Google Search.Constructors in com.google.genai.gaos.models.interactions with parameters of type GoogleSearchCallArgumentsModifierConstructorDescriptionGoogleSearchCallDelta(GoogleSearchCallArguments arguments) GoogleSearchCallDelta(GoogleSearchCallArguments arguments, String signature) GoogleSearchCallStep(GoogleSearchCallArguments arguments, String id) GoogleSearchCallStep(GoogleSearchCallArguments arguments, String id, GoogleSearchCallStepSearchType searchType, String signature)