We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7706626 commit 02710faCopy full SHA for 02710fa
1 file changed
google/cloud/dialogflow/cx/v3beta1/session.proto
@@ -545,6 +545,10 @@ message QueryResult {
545
// If an [event][google.cloud.dialogflow.cx.v3beta1.EventInput] was provided as input, this field will contain
546
// the name of the event.
547
string trigger_event = 14;
548
+
549
+ // If a [DTMF][DTMFInput] was provided as input, this field will contain
550
+ // a copy of the [DTMFInput][].
551
+ DtmfInput dtmf = 23;
552
}
553
554
// The language that was triggered during intent detection.
0 commit comments