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