Skip to content

ConversationOutcome

type ConversationOutcome =
| "resolved"
| "unresolved"
| "escalated"
| "abandoned"
| "failed-verification";