SigninCard.Create(String, String, 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 SigninCard.
public static Microsoft.Bot.Schema.SigninCard Create (string text, string buttonLabel, string url);
static member Create : string * string * string -> Microsoft.Bot.Schema.SigninCard
Public Shared Function Create (text As String, buttonLabel As String, url As String) As SigninCard
Parameters
- buttonLabel
- String
The signin button label.
- url
- String
The sigin url.
Returns
The created sigin card.