You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-dataproc/google-api-grpc/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/session.proto
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -459,25 +459,6 @@ message TextInput {
459
459
stringlanguage_code=2;
460
460
}
461
461
462
-
// Events allow for matching intents by event name instead of the natural
463
-
// language input. For instance, input `<event: { name: "welcome_event",
464
-
// parameters: { name: "Sam" } }>` can trigger a personalized welcome response.
465
-
// The parameter `name` may be used by the agent in the response:
466
-
// `"Hello #welcome_event.name! What can I do for you today?"`.
467
-
messageEventInput {
468
-
// Required. The unique identifier of the event.
469
-
stringname=1;
470
-
471
-
// Optional. The collection of parameters associated with the event.
472
-
google.protobuf.Structparameters=2;
473
-
474
-
// Required. The language of this query. See [Language
0 commit comments