Udostępnij przez


TokenResponse Konstruktory

Definicja

Przeciążenia

TokenResponse()

Inicjuje nowe wystąpienie klasy TokenResponse.

TokenResponse(String, String, String, String)

Inicjuje nowe wystąpienie klasy TokenResponse.

TokenResponse()

Inicjuje nowe wystąpienie klasy TokenResponse.

public TokenResponse();
Public Sub New ()

Dotyczy

TokenResponse(String, String, String, String)

Inicjuje nowe wystąpienie klasy TokenResponse.

public TokenResponse(string channelId = default, string connectionName = default, string token = default, string expiration = default);
new Microsoft.Bot.Schema.TokenResponse : string * string * string * string -> Microsoft.Bot.Schema.TokenResponse
Public Sub New (Optional channelId As String = Nothing, Optional connectionName As String = Nothing, Optional token As String = Nothing, Optional expiration As String = Nothing)

Parametry

channelId
String

Identyfikator kanału.

connectionName
String

Nazwa połączenia.

token
String

Token.

expiration
String

Wygaśnięcie.

Dotyczy