共用方式為


TokenResponse 建構函式

定義

多載

TokenResponse()

初始化 TokenResponse 類別的新執行個體。

TokenResponse(String, String, String, String)

初始化 TokenResponse 類別的新執行個體。

TokenResponse()

初始化 TokenResponse 類別的新執行個體。

public TokenResponse ();
Public Sub New ()

適用於

TokenResponse(String, String, String, String)

初始化 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)

參數

channelId
String

通道識別碼。

connectionName
String

連接名稱。

token
String

權杖。

expiration
String

到期日。

適用於