GoogleCloudDialogflowCxV3PlaybookImportStrategy.fromJson constructor

GoogleCloudDialogflowCxV3PlaybookImportStrategy.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3PlaybookImportStrategy.fromJson(core.Map json_)
  : this(
      mainPlaybookImportStrategy:
          json_['mainPlaybookImportStrategy'] as core.String?,
      nestedResourceImportStrategy:
          json_['nestedResourceImportStrategy'] as core.String?,
      toolImportStrategy: json_['toolImportStrategy'] as core.String?,
    );