VictorRancesCode / flutter_dialogflow

Flutter package for makes it easy to integrate dialogflow and support dialogflow v2
Apache License 2.0
214 stars 73 forks source link

Refactored TypeMessage to include both value and message type #24

Open zakir01913 opened 4 years ago

zakir01913 commented 4 years ago

Refactored TypeMessage to include both message type and message object, so that client doesn't have to initiate message object again themselves. Also change the datatype of type to more strong type MessageType