Skip to content

Commit cd3ce26

Browse files
Google APIscopybara-github
authored andcommitted
Dialogflow weekly v2 library update:
- Minor comment updates. PiperOrigin-RevId: 312123588
1 parent e94ad37 commit cd3ce26

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

google/cloud/dialogflow/v2/environment.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ message Environment {
5454
pattern: "projects/{project}/agent/environments/{environment}"
5555
};
5656

57-
// Represents an environment state. When a environment is pointed to a new
57+
// Represents an environment state. When an environment is pointed to a new
5858
// agent version, the environment is temporarily set to the `LOADING` state.
5959
// During that time, the environment keeps on serving the previous version of
6060
// the agent. After the new agent version is done loading, the environment is

google/cloud/dialogflow/v2/intent.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ message Intent {
244244
string display_name = 2;
245245

246246
// Optional. The definition of the parameter value. It can be:
247+
//
247248
// - a constant string,
248249
// - a parameter value defined as `$parameter_name`,
249250
// - an original parameter value defined as `$parameter_name.original`,

google/cloud/dialogflow/v2/session.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ message DetectIntentResponse {
145145
// multiple default text responses exist, they will be concatenated when
146146
// generating audio. If no default platform text responses exist, the
147147
// generated audio content will be empty.
148+
//
149+
// In some scenarios, multiple output audio fields may be present in the
150+
// response structure. In these cases, only the top-most-level audio output
151+
// has content.
148152
bytes output_audio = 4;
149153

150154
// The config used by the speech synthesizer to generate the output audio.
@@ -439,6 +443,10 @@ message StreamingDetectIntentResponse {
439443
// multiple default text responses exist, they will be concatenated when
440444
// generating audio. If no default platform text responses exist, the
441445
// generated audio content will be empty.
446+
//
447+
// In some scenarios, multiple output audio fields may be present in the
448+
// response structure. In these cases, only the top-most-level audio output
449+
// has content.
442450
bytes output_audio = 5;
443451

444452
// The config used by the speech synthesizer to generate the output audio.

0 commit comments

Comments
 (0)