GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig.fromJson constructor

GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig.fromJson(
  1. Map json_
)

Implementation

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