Class GoogleAppsCardV1ExpressionData
Represents the data that is used to evaluate an expression. 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 GoogleAppsCardV1ExpressionData : IDirectResponseSchema
Properties
Conditions
The list of conditions that are determined by the expression evaluation result.
Declaration
[JsonProperty("conditions")]
public virtual IList<GoogleAppsCardV1Condition> Conditions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAppsCardV1Condition> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventActions
The list of actions that the ExpressionData can be used.
Declaration
[JsonProperty("eventActions")]
public virtual IList<GoogleAppsCardV1EventAction> EventActions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAppsCardV1EventAction> |
Expression
The uncompiled expression.
Declaration
[JsonProperty("expression")]
public virtual string Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
The unique identifier of the ExpressionData.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |