GoogleCloudDialogflowCxV3PlaybookInvocation constructor
GoogleCloudDialogflowCxV3PlaybookInvocation({
- String? displayName,
- String? playbook,
- GoogleCloudDialogflowCxV3PlaybookInput? playbookInput,
- GoogleCloudDialogflowCxV3PlaybookOutput? playbookOutput,
- String? playbookState,
Implementation
GoogleCloudDialogflowCxV3PlaybookInvocation({
this.displayName,
this.playbook,
this.playbookInput,
this.playbookOutput,
this.playbookState,
});