KeyboardCardEx.ToHeroCard(KeyboardCard) 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.
Maps a KeyboardCard to a HeroCard
public static Microsoft.Bot.Connector.HeroCard ToHeroCard (this Microsoft.Bot.Builder.ConnectorEx.KeyboardCard keyboard);
static member ToHeroCard : Microsoft.Bot.Builder.ConnectorEx.KeyboardCard -> Microsoft.Bot.Connector.HeroCard
<Extension()>
Public Function ToHeroCard (keyboard As KeyboardCard) As HeroCard
Parameters
- keyboard
- KeyboardCard
The keyboard card.