GoogleCloudDialogflowCxV3RolloutState.fromJson constructor

GoogleCloudDialogflowCxV3RolloutState.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3RolloutState.fromJson(core.Map json_)
  : this(
      startTime: json_['startTime'] as core.String?,
      step: json_['step'] as core.String?,
      stepIndex: json_['stepIndex'] as core.int?,
    );