Skip to content

Commit 779fc67

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 35795 b: refs/heads/autosynth-dataproc c: 243fea3 h: refs/heads/master i: 35793: 9070cfe 35791: 69e72bf
1 parent 46b1f77 commit 779fc67

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

  • branches/autosynth-dataproc
    • 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
@@ -165,7 +165,7 @@ refs/tags/v0.78.0: 62d4bd30605ab3578f9a08d84487fb0b33ac2ff5
165165
refs/tags/v0.79.0: 82287b570708748c411d05c40f3932cff9606feb
166166
refs/tags/v0.80.0: f745e744d38e4fe636f34d0e04795ba3d014287d
167167
refs/tags/v0.81.0: ed3a0c85339ea6b73560b9a570abfbb76b93a263
168-
refs/heads/autosynth-dataproc: babb4ac9fecb42e9e2bdd30023c3556a2cbe5d97
168+
refs/heads/autosynth-dataproc: 243fea33c3c389920f71e7e56d781a079c614a57
169169
refs/heads/autosynth-securitycenter: b24087060036e623e57d2454ba5dabeaf1e530c5
170170
refs/heads/autosynth-talent: 4ca901879f86aab61091cea52e8a9b653639df24
171171
refs/tags/v0.82.0: 7b9807d5d0a400c757b8905fee768be4c85eba25

branches/autosynth-dataproc/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-dataproc/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)