SigninCard.Create(String, String, String) Method

Definition

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

text
String

The Texttext.

buttonLabel
String

The signin button label.

url
String

The sigin url.

Returns

The created sigin card.

Applies to