File tree Expand file tree Collapse file tree
google/cloud/dialogflow/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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`,
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments