BasicCard.AddButtons(CardAction[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds one or more buttons and returns this card.
public Microsoft.Agents.Core.Models.BasicCard AddButtons(params Microsoft.Agents.Core.Models.CardAction[] buttons);
member this.AddButtons : Microsoft.Agents.Core.Models.CardAction[] -> Microsoft.Agents.Core.Models.BasicCard
Public Function AddButtons (ParamArray buttons As CardAction()) As BasicCard
Parameters
- buttons
- CardAction[]