You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library returns a UserMessage which has no conversationId field, making Conversation.Create hard to use in a practical scenario.
Version info
intercom-java version: 2.8.0
Java version: 17
Expected behavior
Be able to get conversationId after creating a conversation.
Actual behavior
Can only retrieve messageId and there is no good way to find the conversation (listing through all the conversations looking for the message is not great).
Steps to reproduce
Call Conversation.Create which returns a UserMessage
There is no reference to the newly created conversation
The text was updated successfully, but these errors were encountered:
Hi,
The intercom api docs have conversationId as one of the response fields after creating a conversation: https://developers.intercom.com/intercom-api-reference/reference/createconversation
This library returns a UserMessage which has no conversationId field, making Conversation.Create hard to use in a practical scenario.
Version info
Expected behavior
Be able to get conversationId after creating a conversation.
Actual behavior
Can only retrieve messageId and there is no good way to find the conversation (listing through all the conversations looking for the message is not great).
Steps to reproduce
The text was updated successfully, but these errors were encountered: