StepStart: {
    event_id?: string;
    event_type: "step.start";
    index: number;
    metadata?: StreamMetadata;
    step: Step;
}

Type declaration

  • Optionalevent_id?: string

    The event_id token to be used to resume the interaction stream, from

    this event.

  • event_type: "step.start"
  • index: number
  • Optionalmetadata?: StreamMetadata
  • step: Step

    A step in the interaction.