Class FileSearchResultStep
java.lang.Object
com.google.genai.gaos.models.interactions.FileSearchResultStep
- All Implemented Interfaces:
Step
FileSearchResultStep
File Search result step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFileSearchResultStep(String callId) FileSearchResultStep(String callId, String signature) -
Method Summary
Modifier and TypeMethodDescriptionstatic FileSearchResultStep.Builderbuilder()callId()Required.booleaninthashCode()A signature hash for backend validation.toString()type()withCallId(String callId) Required.withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
FileSearchResultStep
-
FileSearchResultStep
-
-
Method Details
-
callId
Required. ID to match the ID from the function call block. -
signature
A signature hash for backend validation. -
type
-
builder
-
withCallId
Required. ID to match the ID from the function call block. -
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-