GoogleCloudDialogflowCxV3RolloutState.fromJson constructor
GoogleCloudDialogflowCxV3RolloutState.fromJson(
- 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?,
);