Skip to content

Commit

Permalink
feat: expose dtmf input info in the query result
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 400308975
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 1, 2021
1 parent 7706626 commit 02710fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/dialogflow/cx/v3beta1/session.proto
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,10 @@ message QueryResult {
// If an [event][google.cloud.dialogflow.cx.v3beta1.EventInput] was provided as input, this field will contain
// the name of the event.
string trigger_event = 14;

// If a [DTMF][DTMFInput] was provided as input, this field will contain
// a copy of the [DTMFInput][].
DtmfInput dtmf = 23;
}

// The language that was triggered during intent detection.
Expand Down

0 comments on commit 02710fa

Please sign in to comment.