GoogleCloudDialogflowCxV3FlowInvocation.fromJson constructor

GoogleCloudDialogflowCxV3FlowInvocation.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3FlowInvocation.fromJson(core.Map json_)
  : this(
      displayName: json_['displayName'] as core.String?,
      flow: json_['flow'] as core.String?,
      flowState: json_['flowState'] as core.String?,
    );