Created
          August 13, 2016 09:28 
        
      - 
      
- 
        Save jfversluis/e5900e0ce555c661326ee4ad948e561c to your computer and use it in GitHub Desktop. 
    Bot Framework Typing Activity
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Show 'user is typing' so the user knows something is happening | |
| var typingActivity = activity.CreateReply(); | |
| typingActivity.Type = ActivityTypes.Typing; | |
| await connector.Conversations.ReplyToActivityAsync(typingActivity); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment