次の方法で共有


Extensions.GetUserTokenAsync メソッド

定義

オーバーロード

GetUserTokenAsync(IDialogContext, String)
GetUserTokenAsync(IDialogContext, String, String)

GetUserTokenAsync(IDialogContext, String)

ソース:
EndConversation.cs
public static System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse> GetUserTokenAsync (this Microsoft.Bot.Builder.Dialogs.IDialogContext context, string connectionName);
static member GetUserTokenAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext * string -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse>
<Extension()>
Public Function GetUserTokenAsync (context As IDialogContext, connectionName As String) As Task(Of TokenResponse)

パラメーター

context
IDialogContext
connectionName
String

戻り値

適用対象

GetUserTokenAsync(IDialogContext, String, String)

ソース:
EndConversation.cs
public static System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse> GetUserTokenAsync (this Microsoft.Bot.Builder.Dialogs.IDialogContext context, string connectionName, string magicCode);
static member GetUserTokenAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext * string * string -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse>
<Extension()>
Public Function GetUserTokenAsync (context As IDialogContext, connectionName As String, magicCode As String) As Task(Of TokenResponse)

パラメーター

context
IDialogContext
connectionName
String
magicCode
String

戻り値

適用対象