SelectEvent
June 4, 2025 ยท View on GitHub
Supported Types
components.SelectMessageEvent
const value: components.SelectMessageEvent = {
id: "<id>",
type: "<value>",
messageId: "<id>",
createdAt: "1723507634342",
projectId: "<id>",
integrationId: "<id>",
userProperties: null,
entityType: "message",
};
components.SelectConversationEvent
const value: components.SelectConversationEvent = {
id: "<id>",
type: "<value>",
conversationId: "<id>",
createdAt: "1713675340111",
projectId: "<id>",
integrationId: "<id>",
userProperties: {
identificationType: "COOKIED",
},
entityType: "conversation",
};
components.SelectSearchEvent
const value: components.SelectSearchEvent = {
id: "<id>",
type: "<value>",
searchQuery: "<value>",
createdAt: "1727313551827",
projectId: "<id>",
integrationId: "<id>",
userProperties: null,
entityType: "search",
};