BranchExitedReason

public enum BranchExitedReason : String

When branch_exited is set to true by the Assistant, the branch_exited_reason specifies whether the dialog completed by itself or got interrupted.

  • Undocumented

    Declaration

    Swift

    case completed = "completed"
  • Undocumented

    Declaration

    Swift

    case fallback = "fallback"