Enum ExpressionDataConditionType

ExpressionDataConditionType

Represents whether the CEL expression evaluated successfully.

Only available through the Gemini Alpha program for Google Workspace add-ons that extend Google Workspace Flows.

const expressionDataCondition = CardService.newExpressionDataCondition()
.setConditionType(CardService.ExpressionDataConditionType.EXPRESSION_EVALUATION_SUCCESS);

Properties

PropertyTypeDescription
CONDITION_TYPE_UNSPECIFIEDEnumThe unspecified condition type.
EXPRESSION_EVALUATION_SUCCESSEnumThe CEL expression evaluated to a successful result.
EXPRESSION_EVALUATION_FAILUREEnumThe CEL expression evaluated to a failure result.