GoogleCloudContactcenterinsightsV1DialogflowIntent.fromJson constructor

GoogleCloudContactcenterinsightsV1DialogflowIntent.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1DialogflowIntent.fromJson(core.Map json_)
  : this(displayName: json_['displayName'] as core.String?);