Skip to content

Commit

Permalink
docs: Comment updates only (#4977)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 312123588

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon May 18 11:49:18 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: cd3ce2651c3921670217e664303976cdf76e9fe2
Source-Link: googleapis/googleapis@cd3ce26
  • Loading branch information
yoshi-automation committed May 19, 2020
1 parent 575c61a commit 4181b4f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public sealed partial class Environment : pb::IMessage<Environment> {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public static partial class Types {
/// <summary>
/// Represents an environment state. When a environment is pointed to a new
/// Represents an environment state. When an environment is pointed to a new
/// agent version, the environment is temporarily set to the `LOADING` state.
/// During that time, the environment keeps on serving the previous version of
/// the agent. After the new agent version is done loading, the environment is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,7 @@ public sealed partial class Parameter : pb::IMessage<Parameter> {
private string value_ = "";
/// <summary>
/// Optional. The definition of the parameter value. It can be:
///
/// - a constant string,
/// - a parameter value defined as `$parameter_name`,
/// - an original parameter value defined as `$parameter_name.original`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,10 @@ public sealed partial class DetectIntentResponse : pb::IMessage<DetectIntentResp
/// multiple default text responses exist, they will be concatenated when
/// generating audio. If no default platform text responses exist, the
/// generated audio content will be empty.
///
/// In some scenarios, multiple output audio fields may be present in the
/// response structure. In these cases, only the top-most-level audio output
/// has content.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pb::ByteString OutputAudio {
Expand Down Expand Up @@ -2543,6 +2547,10 @@ public sealed partial class StreamingDetectIntentResponse : pb::IMessage<Streami
/// multiple default text responses exist, they will be concatenated when
/// generating audio. If no default platform text responses exist, the
/// generated audio content will be empty.
///
/// In some scenarios, multiple output audio fields may be present in the
/// response structure. In these cases, only the top-most-level audio output
/// has content.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pb::ByteString OutputAudio {
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Dialogflow.V2/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "89e89786896d256c70f43e68a975470c4f4f220e"
"sha": "cd3ce2651c3921670217e664303976cdf76e9fe2"
}
}
]
Expand Down

0 comments on commit 4181b4f

Please sign in to comment.