AddExchangeableToken(String, String, String, String, String)
|
Adds a fake exchangeable token so it can be exchanged later.
|
AddUserToken(String, String, String, String, String)
|
Adds a fake user token so it can later be retrieved.
|
ContinueConversationAsync(ClaimsIdentity, Activity, BotCallbackHandler, CancellationToken)
|
Sends a proactive message to a conversation.
(Inherited from BotAdapter)
|
ContinueConversationAsync(ClaimsIdentity, Activity, String, BotCallbackHandler, CancellationToken)
|
Sends a proactive message to a conversation.
(Inherited from BotAdapter)
|
ContinueConversationAsync(ClaimsIdentity, ConversationReference, BotCallbackHandler, CancellationToken)
|
Sends a proactive message to a conversation.
(Inherited from BotAdapter)
|
ContinueConversationAsync(ClaimsIdentity, ConversationReference, String, BotCallbackHandler, CancellationToken)
|
Sends a proactive message to a conversation.
(Inherited from BotAdapter)
|
ContinueConversationAsync(String, Activity, BotCallbackHandler, CancellationToken)
|
Sends a proactive message to a conversation.
(Inherited from BotAdapter)
|
ContinueConversationAsync(String, ConversationReference, BotCallbackHandler, CancellationToken)
|
Sends a proactive message to a conversation.
(Inherited from BotAdapter)
|
CreateConversation(String, String, String)
|
Create a ConversationReference.
|
CreateConversationAsync(String, BotCallbackHandler, CancellationToken)
|
Creates a new conversation on the specified channel.
|
CreateConversationAsync(String, String, String, String, ConversationParameters, BotCallbackHandler, CancellationToken)
|
Creates a conversation on the specified channel.
(Inherited from BotAdapter)
|
CreateTurnContext(Activity)
|
Creates the turn context for the adapter.
|
DeleteActivityAsync(ITurnContext, ConversationReference, CancellationToken)
|
Deletes an existing activity in the ActiveQueue.
|
ExchangeTokenAsync(ITurnContext, AppCredentials, String, String, TokenExchangeRequest, CancellationToken)
|
Performs a token exchange operation such as for single sign-on.
|
ExchangeTokenAsync(ITurnContext, String, String, TokenExchangeRequest, CancellationToken)
|
Performs a token exchange operation such as for single sign-on.
|
GetAadTokensAsync(ITurnContext, AppCredentials, String, String[], String, CancellationToken)
|
Returns a dictionary of TokenResponses for the resource URLs, using customized AppCredentials.
|
GetAadTokensAsync(ITurnContext, String, String[], String, CancellationToken)
|
Returns a dictionary of TokenResponses for the resource URLs, using the bot's AppCredentials.
|
GetNextReply()
|
Dequeues and returns the next bot response from the ActiveQueue.
|
GetNextReplyAsync(CancellationToken)
|
Get the next reply async.
|
GetOauthSignInLinkAsync(ITurnContext, AppCredentials, String, CancellationToken)
|
Returns a fake link for a sign-in, using customized AppCredentials.
|
GetOauthSignInLinkAsync(ITurnContext, AppCredentials, String, String, String, CancellationToken)
|
Returns a fake link for a sign-in, using customized AppCredentials.
|
GetOauthSignInLinkAsync(ITurnContext, String, CancellationToken)
|
Returns a fake link for a sign-in, using the bot's AppCredentials.
|
GetOauthSignInLinkAsync(ITurnContext, String, String, String, CancellationToken)
|
Returns a fake link for a sign-in, using the bot's AppCredentials.
|
GetSignInResourceAsync(ITurnContext, AppCredentials, String, String, String, CancellationToken)
|
Gets a sign-in resource.
|
GetSignInResourceAsync(ITurnContext, String, CancellationToken)
|
Gets a sign-in resource.
|
GetSignInResourceAsync(ITurnContext, String, String, String, CancellationToken)
|
Gets a sign-in resource.
|
GetTokenStatusAsync(ITurnContext, AppCredentials, String, String, CancellationToken)
|
Gets the token statuses, using customized AppCredentials.
|
GetTokenStatusAsync(ITurnContext, String, String, CancellationToken)
|
Gets the token statuses, using the bot's app credentials.
|
GetUserTokenAsync(ITurnContext, AppCredentials, String, String, CancellationToken)
|
Attempts to retrieve the token for a user that's in a login flow, using customized AppCredentials.
|
GetUserTokenAsync(ITurnContext, String, String, CancellationToken)
|
Attempts to retrieve the token for a user that's in a login flow, using the bot's AppCredentials.
|
MakeActivity(String)
|
Creates a message activity from text and the current conversational context.
|
ProcessActivityAsync(Activity, BotCallbackHandler, CancellationToken)
|
Receives an activity and runs it through the middleware pipeline.
|
ProcessActivityAsync(ClaimsIdentity, Activity, BotCallbackHandler, CancellationToken)
|
Creates a turn context and runs the middleware pipeline for an incoming activity.
|
RunPipelineAsync(ITurnContext, BotCallbackHandler, CancellationToken)
|
Starts activity processing for the current bot turn.
(Inherited from BotAdapter)
|
SendActivitiesAsync(ITurnContext, Activity[], CancellationToken)
|
Sends activities to the conversation.
|
SendTextToBotAsync(String, BotCallbackHandler, CancellationToken)
|
Processes a message activity from a user.
|
SignOutUserAsync(ITurnContext, AppCredentials, String, String, CancellationToken)
|
Signs a user out by remove the user's token(s) from mock storage, using customized AppCredentials.
|
SignOutUserAsync(ITurnContext, String, String, CancellationToken)
|
Signs a user out by removing the user's token(s) from mock storage, using the bot's app credentials.
|
ThrowOnExchangeRequest(String, String, String, String)
|
Adds an instruction to throw an exception during exchange requests.
|
UpdateActivityAsync(ITurnContext, Activity, CancellationToken)
|
Replaces an existing activity in the ActiveQueue.
|
Use(IMiddleware)
|
Adds middleware to the adapter's pipeline.
|