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
System.Object
GoogleChatV1WidgetMarkupFormAction
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Parameters
List of action parameters.
Declaration
[JsonProperty("parameters")]
public virtual IList<GoogleChatV1WidgetMarkupFormActionActionParameter> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<GoogleChatV1WidgetMarkupFormActionActionParameter> |
Implements
Google.Apis.Requests.IDirectResponseSchema