Class GoogleAppsCardV1Condition
Represents a condition that can be used to trigger an action. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the Gemini Alpha program. Unavailable for Google Chat apps.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1Condition : IDirectResponseSchema
Properties
ActionRuleId
The unique identifier of the ActionRule.
Declaration
[JsonProperty("actionRuleId")]
public virtual string ActionRuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpressionDataCondition
The condition that is determined by the expression data.
Declaration
[JsonProperty("expressionDataCondition")]
public virtual GoogleAppsCardV1ExpressionDataCondition ExpressionDataCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsCardV1ExpressionDataCondition |