OAuthPrompt.SetCallerInfoInDialogState Method

Definition

Shared implementation of the SetCallerInfoInDialogState function. This is intended for internal use, to consolidate the implementation of the OAuthPrompt and OAuthInput. Application logic should use those dialog classes.

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>

The dialog state.

context
ITurnContext

ITurnContext.

Applies to