Class GoogleSearchCallDelta
java.lang.Object
com.google.genai.gaos.models.interactions.GoogleSearchCallDelta
- All Implemented Interfaces:
StepDeltaData
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGoogleSearchCallDelta(GoogleSearchCallArguments arguments) GoogleSearchCallDelta(GoogleSearchCallArguments arguments, String signature) -
Method Summary
Modifier and TypeMethodDescriptionThe arguments to pass to Google Search.builder()booleaninthashCode()A signature hash for backend validation.toString()type()withArguments(GoogleSearchCallArguments arguments) The arguments to pass to Google Search.withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
GoogleSearchCallDelta
public GoogleSearchCallDelta(@Nonnull GoogleSearchCallArguments arguments, @Nullable String signature) -
GoogleSearchCallDelta
-
-
Method Details
-
arguments
The arguments to pass to Google Search. -
signature
A signature hash for backend validation. -
type
- Specified by:
typein interfaceStepDeltaData
-
builder
-
withArguments
The arguments to pass to Google Search. -
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-