Skip to content

Commit 1896e77

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 31821 b: refs/heads/autosynth-datastore c: 243fea3 h: refs/heads/master i: 31819: a033396
1 parent f34ac27 commit 1896e77

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

  • branches/autosynth-datastore
    • google-api-grpc/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2
    • google-cloud-clients/google-cloud-dialogflow

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ refs/heads/autosynth-bigquerystorage: a345f72d7a6358e9fea9dcdae94ec85a27da3088
127127
refs/heads/autosynth-bigtable: 2a6af7e2959fd79c99b8ca5d773f29a6434b546d
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130-
refs/heads/autosynth-datastore: babb4ac9fecb42e9e2bdd30023c3556a2cbe5d97
130+
refs/heads/autosynth-datastore: 243fea33c3c389920f71e7e56d781a079c614a57
131131
refs/heads/autosynth-dialogflow: 841930a680ebe370c9fc6ae824465f6bc51a5a46
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3

branches/autosynth-datastore/google-api-grpc/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/session.proto

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -459,25 +459,6 @@ message TextInput {
459459
string language_code = 2;
460460
}
461461

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-
message EventInput {
468-
// Required. The unique identifier of the event.
469-
string name = 1;
470-
471-
// Optional. The collection of parameters associated with the event.
472-
google.protobuf.Struct parameters = 2;
473-
474-
// Required. The language of this query. See [Language
475-
// Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language)
476-
// for a list of the currently supported language codes. Note that queries in
477-
// the same session do not necessarily need to specify the same language.
478-
string language_code = 3;
479-
}
480-
481462
// Audio encoding of the audio content sent in the conversational query request.
482463
// Refer to the
483464
// [Cloud Speech API
@@ -527,6 +508,25 @@ enum AudioEncoding {
527508
AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE = 7;
528509
}
529510

511+
// Events allow for matching intents by event name instead of the natural
512+
// language input. For instance, input `<event: { name: "welcome_event",
513+
// parameters: { name: "Sam" } }>` can trigger a personalized welcome response.
514+
// The parameter `name` may be used by the agent in the response:
515+
// `"Hello #welcome_event.name! What can I do for you today?"`.
516+
message EventInput {
517+
// Required. The unique identifier of the event.
518+
string name = 1;
519+
520+
// Optional. The collection of parameters associated with the event.
521+
google.protobuf.Struct parameters = 2;
522+
523+
// Required. The language of this query. See [Language
524+
// Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language)
525+
// for a list of the currently supported language codes. Note that queries in
526+
// the same session do not necessarily need to specify the same language.
527+
string language_code = 3;
528+
}
529+
530530
// Configures the types of sentiment analysis to perform.
531531
message SentimentAnalysisRequestConfig {
532532
// Optional. Instructs the service to perform sentiment analysis on

branches/autosynth-datastore/google-cloud-clients/google-cloud-dialogflow/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-04-02T07:42:46.517969Z",
2+
"updateTime": "2019-04-10T07:43:29.853673Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.22",
8-
"dockerImage": "googleapis/artman@sha256:e7f9554322a8aa1416c122c918fdc4cdec8cfe816f027fc948dec0be7edef320"
7+
"version": "0.16.25",
8+
"dockerImage": "googleapis/artman@sha256:d9597f983d1d4e61272c63cb97b7d8f8234da9999526c35d357de3d781f0ec1b"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "6c48ab5aef47dc14e02e2dc718d232a28067129d",
16-
"internalRef": "241437588"
15+
"sha": "3f57de2fbe951640b587d9c2d503daf554747749",
16+
"internalRef": "242707837"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)