sync: migrate ai-operator to Gitea (2026-08-10)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package call
|
||||
|
||||
type CallState string
|
||||
|
||||
const (
|
||||
StateCallStarted CallState = "CALL_STARTED"
|
||||
StateGreeting CallState = "GREETING"
|
||||
StateLanguageSelection CallState = "LANGUAGE_SELECTION"
|
||||
StateRegionSelection CallState = "REGION_SELECTION"
|
||||
StateReadyToHelp CallState = "READY_TO_HELP"
|
||||
StateQuestionAnswering CallState = "QUESTION_ANSWERING"
|
||||
StateHandoff CallState = "HANDOFF"
|
||||
StateClosing CallState = "CLOSING"
|
||||
StateEnded CallState = "ENDED"
|
||||
)
|
||||
Reference in New Issue
Block a user