Show / Hide Table of Contents

Class AppsDynamiteV1ApiCompatV1Action

Interactive objects inside a message. Documentation: - https://api.slack.com/docs/message-buttons

Inheritance
System.Object
AppsDynamiteV1ApiCompatV1Action
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 AppsDynamiteV1ApiCompatV1Action : IDirectResponseSchema

Properties

Confirm

Confirmation dialog config.

Declaration
[JsonProperty("confirm")]
public virtual AppsDynamiteV1ApiCompatV1ActionConfirm Confirm { get; set; }
Property Value
Type Description
AppsDynamiteV1ApiCompatV1ActionConfirm

ETag

The ETag of the item.

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

Name

Unique identifier for this action.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Style

Button style ("default", "primary", or "danger").

Declaration
[JsonProperty("style")]
public virtual string Style { get; set; }
Property Value
Type Description
System.String

Text

User-facing label for the action.

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
System.String

Type

Action type - currently only "button".

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String

Value

Payload for this action. Will be sent to the action handler along with name.

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top