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