GetTokenDialog(String, String, String, Int32, String) Constructor
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.
public GetTokenDialog (string connectionName, string signInMessage, string buttonLabel, int retries = 0, string retryMessage = default);
new Microsoft.Bot.Builder.Dialogs.GetTokenDialog : string * string * string * int * string -> Microsoft.Bot.Builder.Dialogs.GetTokenDialog
Public Sub New (connectionName As String, signInMessage As String, buttonLabel As String, Optional retries As Integer = 0, Optional retryMessage As String = Nothing)
Parameters
- connectionName
- String
- signInMessage
- String
- buttonLabel
- String
- retries
- Int32
- retryMessage
- String