CardAction.FromString(String) 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.
Creates a CardAction from the given input.
public static Microsoft.Bot.Schema.CardAction FromString (string input);
static member FromString : string -> Microsoft.Bot.Schema.CardAction
Public Shared Function FromString (input As String) As CardAction
Parameters
- input
- String
Represents the title and value for the CardAction.
Returns
A new CardAction instance.