KindlyEventExchangeType

public enum KindlyEventExchangeType : String, CaseIterable

Exchange types for events

  • Undocumented

    Declaration

    Swift

    case dialogue
  • Undocumented

    Declaration

    Swift

    case fallback
  • Undocumented

    Declaration

    Swift

    case greeting
  • Undocumented

    Declaration

    Swift

    case systemDialogue = "system_dialogue"
  • Undocumented

    Declaration

    Swift

    case userSays = "user_says"