GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.fromJson constructor

GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.fromJson(
  core.Map json_,
) : this(
      ingestionStatus: json_['ingestionStatus'] as core.String?,
      parameter: json_['parameter'] as core.String?,
    );