GoogleCloudDialogflowCxV3PlaybookOutput.fromJson constructor

GoogleCloudDialogflowCxV3PlaybookOutput.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3PlaybookOutput.fromJson(core.Map json_)
  : this(executionSummary: json_['executionSummary'] as core.String?);