Show / Hide Table of Contents

Class GoogleChatV1WidgetMarkupFormAction

A form action describes the behavior when the form is submitted. For example, an Apps Script can be invoked to handle the form.

Inheritance
object
GoogleChatV1WidgetMarkupFormAction
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class GoogleChatV1WidgetMarkupFormAction : IDirectResponseSchema

Properties

ActionMethodName

The method name is used to identify which part of the form triggered the form submission. This information is echoed back to the Chat app as part of the card click event. The same method name can be used for several elements that trigger a common behavior if desired.

Declaration
[JsonProperty("actionMethodName")]
public virtual string ActionMethodName { 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

Parameters

List of action parameters.

Declaration
[JsonProperty("parameters")]
public virtual IList<GoogleChatV1WidgetMarkupFormActionActionParameter> Parameters { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><GoogleChatV1WidgetMarkupFormActionActionParameter>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX