Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 7df7d27

Browse files
feat: removed OPTIONAL for speech model variant docs: added more docs for speech model variant and improved docs format for participant (#906)
* feat: removed OPTIONAL for speech model variant docs: added more docs for speech model variant and improved docs format for participant PiperOrigin-RevId: 416079722 Source-Link: googleapis/googleapis@14b7a25 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e1b0be15a7cd3466c46f0865835e714d1e9309fb Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTFiMGJlMTVhN2NkMzQ2NmM0NmYwODY1ODM1ZTcxNGQxZTkzMDlmYiJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 76753a9 commit 7df7d27

File tree

176 files changed

+294
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+294
-188
lines changed

linkinator.config.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@
33
"skip": [
44
"https://codecov.io/gh/googleapis/",
55
"www.googleapis.com",
6-
"img.shields.io",
7-
"https://console.cloud.google.com/cloudshell"
6+
"img.shields.io"
87
],
98
"silent": true,
10-
"concurrency": 5,
11-
"retry": true,
12-
"retryErrors": true,
13-
"retryErrorsCount": 5,
14-
"retryErrorsJitter": 3000
9+
"concurrency": 5
1510
}

protos/google/cloud/dialogflow/v2/audio_config.proto

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,14 @@ message OutputAudioConfig {
340340

341341
// Configures speech transcription for [ConversationProfile][google.cloud.dialogflow.v2.ConversationProfile].
342342
message SpeechToTextConfig {
343-
// Optional. The speech model used in speech to text.
343+
// The speech model used in speech to text.
344344
// `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as
345345
// `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
346346
// [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
347-
SpeechModelVariant speech_model_variant = 1 [(google.api.field_behavior) = OPTIONAL];
347+
// If enhanced model variant is specified and an enhanced
348+
// version of the specified model for the language does not exist, then it
349+
// would emit an error.
350+
SpeechModelVariant speech_model_variant = 1;
348351
}
349352

350353
// Audio encoding of the output audio format in Text-To-Speech.

protos/google/cloud/dialogflow/v2/conversation_profile.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import "google/api/resource.proto";
2323
import "google/cloud/dialogflow/v2/audio_config.proto";
2424
import "google/cloud/dialogflow/v2/participant.proto";
2525
import "google/longrunning/operations.proto";
26+
import "google/protobuf/duration.proto";
2627
import "google/protobuf/empty.proto";
2728
import "google/protobuf/field_mask.proto";
2829
import "google/protobuf/timestamp.proto";

protos/google/cloud/dialogflow/v2/participant.proto

Lines changed: 47 additions & 79 deletions
Large diffs are not rendered by default.

protos/protos.json

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/generated/v2/agents.delete_agent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {

samples/generated/v2/agents.export_agent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent, agentUri) {

samples/generated/v2/agents.get_agent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {

samples/generated/v2/agents.get_validation_result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {

samples/generated/v2/agents.import_agent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(parent) {

0 commit comments

Comments
 (0)