GoogleMapsCallStep

public final class GoogleMapsCallStep

Google Maps call step.

Types

Link copied to clipboard
public final class Arguments

The arguments to pass to the Google Maps tool.

Link copied to clipboard
public final class Builder

A builder for GoogleMapsCallStep.

Functions

Link copied to clipboard
public final Map<String, JsonValue> _additionalProperties()
Link copied to clipboard
public final JsonField<GoogleMapsCallStep.Arguments> _arguments()

Returns the raw JSON value of arguments.

Link copied to clipboard
public final JsonField<String> _id()

Returns the raw JSON value of id.

Link copied to clipboard
public final JsonField<String> _signature()

Returns the raw JSON value of signature.

Link copied to clipboard
public final JsonValue _type()

Expected to always return the following:

Link copied to clipboard

The arguments to pass to the Google Maps tool.

Link copied to clipboard
public final static GoogleMapsCallStep.Builder builder()

Returns a mutable builder for constructing an instance of GoogleMapsCallStep.

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public final String id()

Required. A unique ID for this specific tool call.

Link copied to clipboard
public final Boolean isValid()
Link copied to clipboard
public final Optional<String> signature()

A signature hash for backend validation.

Link copied to clipboard
Link copied to clipboard
public String toString()
Link copied to clipboard