Skip to content

Commit 02710fa

Browse files
Google APIscopybara-github
authored andcommitted
feat: expose dtmf input info in the query result
PiperOrigin-RevId: 400308975
1 parent 7706626 commit 02710fa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/dialogflow/cx/v3beta1/session.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,10 @@ message QueryResult {
545545
// If an [event][google.cloud.dialogflow.cx.v3beta1.EventInput] was provided as input, this field will contain
546546
// the name of the event.
547547
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;
548552
}
549553

550554
// The language that was triggered during intent detection.

0 commit comments

Comments
 (0)