Class ProcessingResultStep
java.lang.Object
com.google.genai.gaos.models.interactions.ProcessingResultStep
- All Implemented Interfaces:
Step
ProcessingResultStep
The result of a server-initiated media processing step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProcessingResultStep(String callId) ProcessingResultStep(String callId, String signature) -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessingResultStep.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
-
ProcessingResultStep
-
ProcessingResultStep
-
-
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
-