Class ButtonList
A list of buttons layed out horizontally. For an example in Google Chat apps, see Add a button.
Implements
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class ButtonList : IMessage<ButtonList>, IEquatable<ButtonList>, IDeepCloneable<ButtonList>, IBufferMessage, IMessage
Constructors
ButtonList()
Declaration
public ButtonList()
ButtonList(ButtonList)
Declaration
public ButtonList(ButtonList other)
Parameters
Type | Name | Description |
---|---|---|
ButtonList | other |
Properties
Buttons
An array of buttons.
Declaration
public RepeatedField<Button> Buttons { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Button> |