Class GoogleMapsResultStep
java.lang.Object
com.google.genai.gaos.models.interactions.GoogleMapsResultStep
- All Implemented Interfaces:
Step
GoogleMapsResultStep
Google Maps result step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGoogleMapsResultStep(String callId, List<GoogleMapsResult> result) GoogleMapsResultStep(String callId, List<GoogleMapsResult> result, String signature) -
Method Summary
Modifier and TypeMethodDescriptionstatic GoogleMapsResultStep.Builderbuilder()callId()Required.booleaninthashCode()result()A signature hash for backend validation.toString()type()withCallId(String callId) Required.withResult(List<GoogleMapsResult> result) withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
GoogleMapsResultStep
public GoogleMapsResultStep(@Nonnull String callId, @Nonnull List<GoogleMapsResult> result, @Nullable String signature) -
GoogleMapsResultStep
-
-
Method Details
-
callId
Required. ID to match the ID from the function call block. -
result
-
signature
A signature hash for backend validation. -
type
-
builder
-
withCallId
Required. ID to match the ID from the function call block. -
withResult
-
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-