typing(threadId:content:)
Call this whenever the user is typing, can call on every keystroke
func typing(threadId: String?, content: String?)
Parameters
threadId
optional, what thread the user has selected if any
content
optional, what the user has typed so far