GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig.fromJson constructor
GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig.fromJson(
core.Map json_)
: this(
allowlistDocument: json_.containsKey('allowlistDocument')
? json_['allowlistDocument'] as core.String
: null,
maxResultCount: json_.containsKey('maxResultCount')
? json_['maxResultCount'] as core.int
: null,
);