FacebookQuickReply(String, String, String, String) Constructor
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 FacebookQuickReply (string contentType, string title, string payload, string image = default);
new Microsoft.Bot.Builder.ConnectorEx.FacebookQuickReply : string * string * string * string -> Microsoft.Bot.Builder.ConnectorEx.FacebookQuickReply
Public Sub New (contentType As String, title As String, payload As String, Optional image As String = Nothing)
Parameters
- contentType
- String
- title
- String
- payload
- String
- image
- String