Skip to content

Conversation part author

The author of this conversation part. Can be a Contact, Admin, or Bot.

typestring

The type of the author

Example:"admin"
idstring

The id of the author

Example:"274"
namestring or null

The name of the author

Example:"Operator"
emailstring, (email)

The email of the author

Example:"operator+abcd1234@intercom.io"
from_ai_agentboolean

If this conversation part was sent by the AI Agent

Example:true
is_ai_answerboolean

If this conversation part body was generated by the AI Agent

Example:false
{ "type": "admin", "id": "274", "name": "Operator", "email": "operator+abcd1234@intercom.io", "from_ai_agent": true, "is_ai_answer": false }