GoogleCloudDialogflowV2IntentSuggestion.fromJson constructor
GoogleCloudDialogflowV2IntentSuggestion.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2IntentSuggestion.fromJson(core.Map json_)
: this(
description: json_['description'] as core.String?,
displayName: json_['displayName'] as core.String?,
intentV2: json_['intentV2'] as core.String?,
);