Spark NQL capabilities

Spark uses the following NQL data model tables to query Spark-user interaction data:

Table
Description

agent.conversations

Store information about conversations between employees and the Spark agent.

agent.conversations table fields

The query below uses conversation_id field object from the conversations table of the agent NQL namespace.

agent.conversations 
| list conversation_id
agent.conversations table field
Description

conversation_id

Unique identifier of the conversation.

time

The date and time at which the last message in the conversation was sent or received.

first_message_time

The time at which the user initiated the conversation.

conversation_duration

The elapsed time between the first and last messages in the conversation.

number_of_turns

The number of turns in the conversation between the user and the agent.

outcome

The outcome of the conversation. Only set for completed conversations.

state

The current state of the conversation.¨

RELATED TOPICS

Last updated

Was this helpful?