await client.SendAsync(b => b
.WithText("Look at my buttons")
.WithTitle("Now with actions")
.WithText("...which are pretty neat")
.WithLinkButtonAction("Click me", "http://google.com", ActionStyle.Primary)
.WithLinkButtonAction("Don't click me", "http://bing.com", ActionStyle.Danger)));