GoogleCloudContactcenterinsightsV1IntentMatchData.fromJson constructor

GoogleCloudContactcenterinsightsV1IntentMatchData.fromJson(
  1. Map json_
)

Implementation

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