Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
feat: adds event to MessageType
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 17, 2020
1 parent a0124c7 commit 999d156
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 6 deletions.
7 changes: 7 additions & 0 deletions protos/google/cloud/dialogflow/cx/v3beta1/session.proto
Original file line number Diff line number Diff line change
Expand Up @@ -576,13 +576,20 @@ message Match {

// Indicates an empty query.
NO_INPUT = 5;

// The query directly triggered an event.
EVENT = 6;
}

// The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the query. Some, not all fields are filled in
// this message, including but not limited to: `name` and `display_name`. Only
// filled for [`INTENT`][google.cloud.dialogflow.cx.v3beta1.Match.MatchType] match type.
Intent intent = 1;

// The event that matched the query. Only filled for
// [`EVENT`][google.cloud.dialogflow.cx.v3beta1.Match.MatchType] match type.
string event = 6;

// The collection of parameters extracted from the query.
//
// Depending on your protocol or client library language, this is a
Expand Down
9 changes: 8 additions & 1 deletion protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/nodejs-dialogflow-cx.git",
"sha": "ef4ceefe2dd0c4a42ae56391a8f94e80a09d692d"
"remote": "https://github.com/googleapis/nodejs-dialogflow-cx.git",
"sha": "a0124c774e59d0a2873445f6fa7697a192739ebf"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "836f0eaf5f21f300f63ac635e5ef263d183e0cdd",
"internalRef": "342188199"
}
},
{
Expand Down Expand Up @@ -79,7 +87,6 @@
"README.md",
"api-extractor.json",
"linkinator.config.json",
"package-lock.json.3517659951",
"protos/google/cloud/dialogflow/cx/v3beta1/agent.proto",
"protos/google/cloud/dialogflow/cx/v3beta1/audio_config.proto",
"protos/google/cloud/dialogflow/cx/v3beta1/entity_type.proto",
Expand All @@ -99,7 +106,6 @@
"protos/protos.json",
"renovate.json",
"samples/README.md",
"samples/package-lock.json.2481081869",
"src/index.ts",
"src/v3beta1/agents_client.ts",
"src/v3beta1/agents_client_config.json",
Expand Down

0 comments on commit 999d156

Please sign in to comment.