Show / Hide Table of Contents

Class GoogleAppsCardV1EventAction

Represents an actionthat can be performed on an ui element. 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.

Inheritance
object
GoogleAppsCardV1EventAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1EventAction : IDirectResponseSchema

Properties

ActionRuleId

The unique identifier of the ActionRule.

Declaration
[JsonProperty("actionRuleId")]
public virtual string ActionRuleId { get; set; }
Property Value
Type Description
string

CommonWidgetAction

Common widget action.

Declaration
[JsonProperty("commonWidgetAction")]
public virtual GoogleAppsCardV1CommonWidgetAction CommonWidgetAction { get; set; }
Property Value
Type Description
GoogleAppsCardV1CommonWidgetAction

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PostEventTriggers

The list of triggers that will be triggered after the EventAction is executed.

Declaration
[JsonProperty("postEventTriggers")]
public virtual IList<GoogleAppsCardV1Trigger> PostEventTriggers { get; set; }
Property Value
Type Description
IList<GoogleAppsCardV1Trigger>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX