Customer Typing API

The Customer Typing API lets agent know when the customer starts or stops typing.

API method for sending customer typing status is exposed from NuanMessaging class. You need the instance of NuanMessaging class.

  1. Using CustomerTypingAPI
  2. Accessing Response
  3. Code Example
Public Methods

Use the below public methods from NuanMessaging Class to send typing status message to agent.


	 

   
    NuanMessaging.getInstance().sendCustomerTypingStatus(status);