Class GoogleMapsCallStep
java.lang.Object
com.google.genai.gaos.models.interactions.GoogleMapsCallStep
- All Implemented Interfaces:
Step
GoogleMapsCallStep
Google Maps call step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGoogleMapsCallStep(GoogleMapsCallArguments arguments, String id, String signature) -
Method Summary
Modifier and TypeMethodDescriptionThe arguments to pass to the Google Maps tool.static GoogleMapsCallStep.Builderbuilder()booleaninthashCode()id()Required.A signature hash for backend validation.toString()type()withArguments(GoogleMapsCallArguments arguments) The arguments to pass to the Google Maps tool.Required.withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
GoogleMapsCallStep
public GoogleMapsCallStep(@Nullable GoogleMapsCallArguments arguments, @Nonnull String id, @Nullable String signature) -
GoogleMapsCallStep
-
-
Method Details
-
arguments
The arguments to pass to the Google Maps tool. -
id
Required. A unique ID for this specific tool call. -
signature
A signature hash for backend validation. -
type
-
builder
-
withArguments
The arguments to pass to the Google Maps tool. -
withId
Required. A unique ID for this specific tool call. -
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-