Actions for CEL
expression validation . Use START_EXPRESSION_EVALUATION for CEL validation.
Only available through the Gemini Alpha program for Google Workspace add-ons that extend Google Workspace Flows.
const expressionDataAction = CardService.newExpressionDataAction() .setActionType(CardService.ExpressionDataActionType.START_EXPRESSION_EVALUATION);
Methods
| Method | Return type | Brief description | 
|---|---|---|
| set | Expression | Sets the type of the expression data action. | 
Detailed documentation
setActionType(type)  
Sets the type of the expression data action.
Parameters
| Name | Type | Description | 
|---|---|---|
| type | Expression | The type of the expression data action. | 
Return
Expression — This object, for chaining.