Spark NQL capabilities
The data model will change between the technical preview and general availability. Therefore, you might have to adjust certain NQL queries you created during the TP later, when moving to the released feature.
Spark uses the following NQL data model tables to query Spark-user interaction data:
agent.conversations
Store information about conversations between employees and the Spark agent.
agent.conversations
table fields
agent.conversations
table fieldsThe query below uses conversation_id
field object from the conversations
table of the agent
NQL namespace.
agent.conversations
| list conversation_id
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?