Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit e44d0ce

Browse files
feat: expose dtmf input info in the query result (#181)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 400308975 Source-Link: googleapis/googleapis@02710fa Source-Link: https://github.com/googleapis/googleapis-gen/commit/a56bce16863a9af2cbe57c0eed73a0b6e63b1c0a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU2YmNlMTY4NjNhOWFmMmNiZTU3YzBlZWQ3M2EwYjZlNjNiMWMwYSJ9
1 parent 09ff885 commit e44d0ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google/cloud/dialogflowcx_v3beta1/types/session.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,9 @@ class QueryResult(proto.Message):
534534
If an [event][google.cloud.dialogflow.cx.v3beta1.EventInput]
535535
was provided as input, this field will contain the name of
536536
the event.
537+
dtmf (google.cloud.dialogflowcx_v3beta1.types.DtmfInput):
538+
If a [DTMF][DTMFInput] was provided as input, this field
539+
will contain a copy of the [DTMFInput][].
537540
language_code (str):
538541
The language that was triggered during intent detection. See
539542
`Language
@@ -617,6 +620,7 @@ class QueryResult(proto.Message):
617620
trigger_intent = proto.Field(proto.STRING, number=11, oneof="query",)
618621
transcript = proto.Field(proto.STRING, number=12, oneof="query",)
619622
trigger_event = proto.Field(proto.STRING, number=14, oneof="query",)
623+
dtmf = proto.Field(proto.MESSAGE, number=23, oneof="query", message="DtmfInput",)
620624
language_code = proto.Field(proto.STRING, number=2,)
621625
parameters = proto.Field(proto.MESSAGE, number=3, message=struct_pb2.Struct,)
622626
response_messages = proto.RepeatedField(

0 commit comments

Comments
 (0)