This message is used to hold all the Conversation Signals data, which will be converted to JSON and exported to BigQuery.
JSON representation |
---|
{
"turnSignals": {
object ( |
Fields | |
---|---|
turn |
Required. Turn signals for the current turn. |
TurnSignals
Collection of all signals that were extracted for a single turn of the conversation.
JSON representation |
---|
{
"noMatch": boolean,
"noUserInput": boolean,
"dtmfUsed": boolean,
"userEscalated": boolean,
"agentEscalated": boolean,
"reachedEndPage": boolean,
"webhookStatuses": [
string
],
"failureReasons": [
enum ( |
Fields | |
---|---|
no |
Whether NLU predicted NO_MATCH. |
no |
Whether user provided no input. |
dtmf |
Whether user was using DTMF input. |
user |
Whether user was specifically asking for a live agent. |
agent |
Whether agent responded with LiveAgentHandoff fulfillment. |
reached |
Whether turn resulted in End Session page. |
webhook |
Human-readable statuses of the webhooks triggered during this turn. |
failure |
Failure reasons of the turn. |
sentiment |
Sentiment score of the user utterance if sentiment was enabled. |
sentiment |
Sentiment magnitude of the user utterance if sentiment was enabled. |