OAuthPrompt.SetCallerInfoInDialogState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.