Class SaveWorkflowAction
Stay organized with collections
Save and categorize content based on your preferences.
SaveWorkflowAction
This action indicates that the host app (Google Workspace Studio) should save the agent.
Only available for Google Workspace add-ons that extend Google Workspace Studio.
Sample usage:
constworkflowClientAction=AddOnsResponseService.newWorkflowClientAction() .setSaveWorkflowAction( AddOnsResponseService.newSaveWorkflowAction() );