Chatwee

ChatweeManager.TriggerConversation

Triggers a private conversation with the user defined by the userId parameter. You may obtain the userId from the SSO API.


  var chatId = "5817d4ba9da1fb0065000029";
  var chatweeManager = new ChatweeLib.ChatweeManager(chatId);
  var userId = "d815df6acda1ff0652130221";
  chatweeManager.TriggerConversation(userId);
	
Name Description Type Mandatory Remarks
userId target user ID string yes -