flutter_dialogflow
dialogflow_v2
WebhookStatus
WebhookStatus constructor
WebhookStatus
WebhookStatus class
Constructors
WebhookStatus
Properties
message
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
WebhookStatus constructor
WebhookStatus
(
Map
response
)
Implementation
WebhookStatus(Map response) { message = response['message']; }