diagnosticInfo property

Map<String, dynamic>? diagnosticInfo
final

Free-form diagnostic information for the associated detect intent request.

The fields of this data can change without notice, so you should not write code that depends on its structure.

The data may contain:

  • webhook call latency
  • webhook errors

Implementation

final Map<String, dynamic>? diagnosticInfo;