FacebookHelper.GenerateTypingActivity(String) 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.
Generates an activity that displays a typing indicator.
public static Microsoft.Bot.Schema.Activity GenerateTypingActivity (string recipientId);
static member GenerateTypingActivity : string -> Microsoft.Bot.Schema.Activity
Public Shared Function GenerateTypingActivity (recipientId As String) As Activity
Parameters
- recipientId
- String
The ID of the recipient of the message.
Returns
An activity with sender_action equal to "typing_on".