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

Commit 2c91e2b

Browse files
docs: minor comments change (#178)
PiperOrigin-RevId: 309481123 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri May 1 15:04:46 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: ee9e8e4e67f06aba881392a1a2956fbe7a42d216 Source-Link: googleapis/googleapis@ee9e8e4
1 parent 71e1246 commit 2c91e2b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/audio_config.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ message SpeechContext {
9696
repeated string phrases = 1;
9797

9898
// Optional. Boost for this context compared to other contexts:
99+
//
99100
// * If the boost is positive, Dialogflow will increase the probability that
100101
// the phrases in this context are recognized over similar sounding phrases.
101102
// * If the boost is unspecified or non-positive, Dialogflow will not apply

synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-dialogflow.git",
7-
"sha": "47d3b3badd0d6ec587ecd422ff80409c5bdc2300"
7+
"sha": "71e12465a5b6d69948e00f52521050398c5cddc4"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "c284e4f849e4b085a297d336cef8721ab69ba013",
15-
"internalRef": "308749074"
14+
"sha": "ee9e8e4e67f06aba881392a1a2956fbe7a42d216",
15+
"internalRef": "309481123"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "c284e4f849e4b085a297d336cef8721ab69ba013",
23-
"internalRef": "308749074"
22+
"sha": "ee9e8e4e67f06aba881392a1a2956fbe7a42d216",
23+
"internalRef": "309481123"
2424
}
2525
},
2626
{

0 commit comments

Comments
 (0)