Class SaveWorkflowAction

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:

const workflowClientAction = AddOnsResponseService.newWorkflowClientAction()
    .setSaveWorkflowAction(
       AddOnsResponseService.newSaveWorkflowAction()
    );