Skip to main content

Type Definition

Below is the type definition for the AmbientSessionStatus type. You can use this to track the current state of a session and update your UI accordingly.
type AmbientSessionStatus = 
  | "created"
  | "submitted"
  | "completed"
  | "cancelled";