Class ProcessingResultStep

java.lang.Object
com.google.genai.gaos.models.interactions.ProcessingResultStep
All Implemented Interfaces:
Step

public class ProcessingResultStep extends Object implements Step
ProcessingResultStep

The result of a server-initiated media processing step.

  • Constructor Details

    • ProcessingResultStep

      public ProcessingResultStep(@Nonnull String callId, @Nullable String signature)
    • ProcessingResultStep

      public ProcessingResultStep(@Nonnull String callId)
  • Method Details