スパーク NQL 機能
Areas
説明
agent.conversations テーブルフィールド
agent.conversations テーブルフィールドagent.conversations
| list conversation_idagent.conversations テーブルフィールド
説明
Spark KPI ウィジェットの NQL 例
Last updated
Was this helpful?
Was this helpful?
デバイス 過去 30 日間
| include agent.conversations 過去 30 日間
| where agent.conversations.outcome in [resolved, escalated]
| 計算 number_of_conversations_ = conversations.number_of_conversations.sum(), average_resolution_time = agent.conversations.conversation_duration.avg()
| where number_of_conversations_ != 0
| where average_resolution_time != 0
| リスト: device.name, device.entity, device.hardware.model, device.hardware.type, device.operating_system.name, number_of_conversations_, average_resolution_time
| ソート: number_of_conversations_ desc