GoogleCloudDialogflowCxV3ImportPlaybookRequest constructor
GoogleCloudDialogflowCxV3ImportPlaybookRequest({
- GoogleCloudDialogflowCxV3PlaybookImportStrategy? importStrategy,
- String? playbookContent,
- String? playbookUri,
Implementation
GoogleCloudDialogflowCxV3ImportPlaybookRequest({
this.importStrategy,
this.playbookContent,
this.playbookUri,
});