Delen via


OAuthPrompt.SetCallerInfoInDialogState Methode

Definitie

Gedeelde implementatie van de functie SetCallerInfoInDialogState. Dit is bedoeld voor intern gebruik om de implementatie van OAuthPrompt en OAuthInput te consolideren. Toepassingslogica moet deze dialoogvensterklassen gebruiken.

public static void SetCallerInfoInDialogState(System.Collections.Generic.IDictionary<string,object> state, Microsoft.Bot.Builder.ITurnContext context);
static member SetCallerInfoInDialogState : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Bot.Builder.ITurnContext -> unit
Public Shared Sub SetCallerInfoInDialogState (state As IDictionary(Of String, Object), context As ITurnContext)

Parameters

state
IDictionary<String,Object>

De status van het dialoogvenster.

context
ITurnContext

ITurnContext.

Van toepassing op