List of event types to return.
- EVENT_TYPE_UNSPECIFIED: Unspecified.
- CALL_REASON_SELECTION: Call reason selection.
- ENTITY_FEEDBACK: Entity feedback.
- SUMMARIZATION_FEEDBACK: Summarization feedback.
- USED_SUGGESTION: Used Suggestion. Specifically, Agent clicks a Suggestion and sends as a message with optional update.
- USED_HINT_SUGGESTION: Used Hint Suggestion. Specfically, Agent clicks a Hint's suggestion text and send as a message with optional update. Note it's different from USED_SUGGESTION as the source of text is different: one is Hint, the other is Suggestion.
- INTERACTIVE_VOICE_RESPONSE: The voice customer provides the visitor's pre-conversation input in interactive voice response (IVR) data. This event is expected to be added at the start of the conversation.
- CONVERSATION_START: Will be inserted into the system by conversation service upon conversation start.
- CONVERSATION_METADATA: New metadata is added to the conversation. The event only consists the new metadata values, not existing ones.
- USED_HINT_DOCUMENT_CHIP: Event to log usage of the hint document chip when the agent clicks a hint's document chip.
- USED_SEARCH_SUGGESTION: Event to log usage of a search suggestion. Specifically, an agent clicks a search suggestion, sends it as a message with optional update.
- CONVERSATION_HOLD: The conversation has been put on hold. (We also reuse hold for pause session and pause audio)
- CONVERSATION_UNHOLD: The conversation has been unheld from on hold. (We also reuse unhold for resume session and resume audio)
- USED_KB_SEARCH: Event to log usage of the KB search feature.
Currently, the definition of "usage" is a KB search is issued and a response is returned.
A KB search could be triggered by multiple cases, for examples:
- User manually types in the a keyword and hits ENTER.
- User clicks on a search suggestion.
- User clicks on the KB recommend chip.
- etc.
- USED_KB_DOCUMENT: Event to log usage of a particular KB document.
Currently, the definition of "usage" is a KB document is opened or a navigation is done inside the document.
This event should be logged whenever a KB document is opened. It could be opend by multiple cases, for examples:
- User clicks on a KB document search result.
- User clicks on a KB recommend chip.
- User clicks on a KB document hint chip.
- etc.
This event should be logged as well whenever a Guided Workflow step changes.
Note: this event is different from the USED_HINT_DOCUMENT_CHIP. A user clicks on the hint document chip might also cause a KB document be opened and considered used. But not all KB document opens are from hint document chip.
- CONVERSATION_LANGUAGE_CHANGE: Conversation language change.
- USED_SUMMARIZATION: Event to log usage of summarization.
This event should be logged with corresponding details whenever:
- All summarization notes are copied
- A summarization note is copied
- A summarization note is edited
- USED_NOTE_TAKING: Event to log usage of note taking.
This event should be logged with corresponding details whenever:
- An automatic note taking entity is copied.
- An automatic note taking entity is updated.
- CONVERSATION_TEXT_PASTED: Event when agent pastes text from somewhere outside of cresta happens.
- KA_GEN_AI_REPLY_FEEDBACK: Event to log feedback on a Knowledge Assist GenAI reply.
- KA_GEN_AI_REPLY_COPIED: Event to log when the agent copies a Knowledge Assist GenAI reply.
- KA_GEN_AI_REPLY_INSERTED: Event to log when the agent inserts a Knowledge Assist GenAI reply.
- USED_SMART_COMPOSE: Starting from 07/18/2024, for the conversation events below, we only write events into clickhouse only. And we will gradually migrate the existing events to clickhouse as needed.
Used smart compose. This event is logged when an agent inserts a smart compose text predicted by model. This can be triggered in 2 scenarios:
- the agent inserts the full smart compose text;
- the agent inserts one single word from the full smart compext text. Note: each insertion (full text or single word) will be tracked as one used smart compose event.
- KA_GEN_AI_EXTRACTED_QUESTION_FEEDBACK: Event to log feedback on a Knowledge Assist GenAI extracted question.
- TOPIC_SUBMISSION: Topics submitted to CRM.