GoogleCloudDialogflowCxV3ImportIntentsRequest.fromJson constructor
GoogleCloudDialogflowCxV3ImportIntentsRequest.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3ImportIntentsRequest.fromJson(core.Map json_)
: this(
intentsContent: json_.containsKey('intentsContent')
? GoogleCloudDialogflowCxV3InlineSource.fromJson(
json_['intentsContent']
as core.Map<core.String, core.dynamic>)
: null,
intentsUri: json_['intentsUri'] as core.String?,
mergeOption: json_['mergeOption'] as core.String?,
);