GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig.fromJson constructor

GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig.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,
      );