Skip to content

Instantly share code, notes, and snippets.

@backmeupplz
Last active March 29, 2019 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save backmeupplz/6ddcb19679a7708ebac1b46683fb426d to your computer and use it in GitHub Desktop.
Save backmeupplz/6ddcb19679a7708ebac1b46683fb426d to your computer and use it in GitHub Desktop.
User:
messages: [Message]
Message:
text: String
type: MessageType
response?: Response
enum MessageType: ['non_interactive', 'multiple_choice', 'date_picker']
Response:
type: ResponseType
valueInt?: Int
valueDec?: Decimal
valueBool?: Boolean
valueStr?: String
valueDate?: Date
enum ResponseType: ['non_interactive', 'multiple_choice', 'date_picker']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment