ActivityExtensions.CreateOAuthReplyAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Bot.Connector.Activity> CreateOAuthReplyAsync (this Microsoft.Bot.Connector.IActivity activity, string connectionName, string text, string buttonLabel, bool asSignInCard = false);
static member CreateOAuthReplyAsync : Microsoft.Bot.Connector.IActivity * string * string * string * bool -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Activity>
<Extension()>
Public Function CreateOAuthReplyAsync (activity As IActivity, connectionName As String, text As String, buttonLabel As String, Optional asSignInCard As Boolean = false) As Task(Of Activity)
Parameters
- activity
- IActivity
- connectionName
- String
- text
- String
- buttonLabel
- String
- asSignInCard
- Boolean