Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 authored Mar 6, 2023
2 parents a446011 + 26e5144 commit 162c201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ service Deployments {
}
}

// Represents an deployment in an environment. A deployment happens when a flow
// Represents a deployment in an environment. A deployment happens when a flow
// version configured to be active in the environment. You can configure running
// pre-deployment steps, e.g. running validation test cases, experiment
// auto-rollout, etc.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ message AudioInput {
InputAudioConfig config = 1 [(google.api.field_behavior) = REQUIRED];

// The natural language speech audio to be processed.
// A single request can contain up to 1 minute of speech audio data.
// A single request can contain up to 2 minutes of speech audio data.
// The [transcribed
// text][google.cloud.dialogflow.cx.v3beta1.QueryResult.transcript] cannot
// contain more than 256 bytes.
Expand Down

0 comments on commit 162c201

Please sign in to comment.