Uses of Class
com.google.genai.gaos.models.interactions.URLContextCallArguments
Packages that use URLContextCallArguments
-
Uses of URLContextCallArguments in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return URLContextCallArgumentsMethods in com.google.genai.gaos.models.interactions that return types with arguments of type URLContextCallArgumentsModifier and TypeMethodDescriptionURLContextCallDelta.arguments()The arguments to pass to the URL context.URLContextCallStep.arguments()The arguments to pass to the URL context.Methods in com.google.genai.gaos.models.interactions with parameters of type URLContextCallArgumentsModifier and TypeMethodDescriptionURLContextCallDelta.Builder.arguments(URLContextCallArguments arguments) The arguments to pass to the URL context.URLContextCallStep.Builder.arguments(URLContextCallArguments arguments) The arguments to pass to the URL context.URLContextCallDelta.withArguments(URLContextCallArguments arguments) The arguments to pass to the URL context.URLContextCallStep.withArguments(URLContextCallArguments arguments) The arguments to pass to the URL context.Constructors in com.google.genai.gaos.models.interactions with parameters of type URLContextCallArgumentsModifierConstructorDescriptionURLContextCallDelta(URLContextCallArguments arguments) URLContextCallDelta(URLContextCallArguments arguments, String signature) URLContextCallStep(URLContextCallArguments arguments, String id) URLContextCallStep(URLContextCallArguments arguments, String id, String signature)