flutter_dialogflow
dialogflow_v2
DiagnosticInfo
DiagnosticInfo constructor
DiagnosticInfo
DiagnosticInfo class
Constructors
DiagnosticInfo
Properties
webhookLatencyMs
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
DiagnosticInfo constructor
DiagnosticInfo
(
Map
response
)
Implementation
DiagnosticInfo(Map response) { webhookLatencyMs = response["webhook_latency_ms"]; }