Skip to content

Commit dd59f26

Browse files
1 parent f0edc53 commit dd59f26

22 files changed

+84
-54
lines changed

clients/google-api-services-dialogflow/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dialogflow</artifactId>
25-
<version>v2-rev20240113-2.0.0</version>
25+
<version>v2-rev20240122-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20240113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20240122-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3InputAudioConfig.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public final class GoogleCloudDialogflowCxV3InputAudioConfig extends com.google.
6969

7070
/**
7171
* If `true`, the request will opt out for STT conformer model migration. This field will be
72-
* deprecated once force migration takes place in June 2024.
72+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
73+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
7374
* The value may be {@code null}.
7475
*/
7576
@com.google.api.client.util.Key
@@ -196,7 +197,8 @@ public GoogleCloudDialogflowCxV3InputAudioConfig setModelVariant(java.lang.Strin
196197

197198
/**
198199
* If `true`, the request will opt out for STT conformer model migration. This field will be
199-
* deprecated once force migration takes place in June 2024.
200+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
201+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
200202
* @return value or {@code null} for none
201203
*/
202204
public java.lang.Boolean getOptOutConformerModelMigration() {
@@ -205,7 +207,8 @@ public java.lang.Boolean getOptOutConformerModelMigration() {
205207

206208
/**
207209
* If `true`, the request will opt out for STT conformer model migration. This field will be
208-
* deprecated once force migration takes place in June 2024.
210+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
211+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
209212
* @param optOutConformerModelMigration optOutConformerModelMigration or {@code null} for none
210213
*/
211214
public GoogleCloudDialogflowCxV3InputAudioConfig setOptOutConformerModelMigration(java.lang.Boolean optOutConformerModelMigration) {

clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3beta1InputAudioConfig.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public final class GoogleCloudDialogflowCxV3beta1InputAudioConfig extends com.go
6969

7070
/**
7171
* If `true`, the request will opt out for STT conformer model migration. This field will be
72-
* deprecated once force migration takes place in June 2024.
72+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
73+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
7374
* The value may be {@code null}.
7475
*/
7576
@com.google.api.client.util.Key
@@ -196,7 +197,8 @@ public GoogleCloudDialogflowCxV3beta1InputAudioConfig setModelVariant(java.lang.
196197

197198
/**
198199
* If `true`, the request will opt out for STT conformer model migration. This field will be
199-
* deprecated once force migration takes place in June 2024.
200+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
201+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
200202
* @return value or {@code null} for none
201203
*/
202204
public java.lang.Boolean getOptOutConformerModelMigration() {
@@ -205,7 +207,8 @@ public java.lang.Boolean getOptOutConformerModelMigration() {
205207

206208
/**
207209
* If `true`, the request will opt out for STT conformer model migration. This field will be
208-
* deprecated once force migration takes place in June 2024.
210+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
211+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
209212
* @param optOutConformerModelMigration optOutConformerModelMigration or {@code null} for none
210213
*/
211214
public GoogleCloudDialogflowCxV3beta1InputAudioConfig setOptOutConformerModelMigration(java.lang.Boolean optOutConformerModelMigration) {

clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowV2InputAudioConfig.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ public final class GoogleCloudDialogflowV2InputAudioConfig extends com.google.ap
8888

8989
/**
9090
* If `true`, the request will opt out for STT conformer model migration. This field will be
91-
* deprecated once force migration takes place in June 2024.
91+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow ES Speech
92+
* model migration](https://cloud.google.com/dialogflow/es/docs/speech-model-migration).
9293
* The value may be {@code null}.
9394
*/
9495
@com.google.api.client.util.Key
@@ -273,7 +274,8 @@ public GoogleCloudDialogflowV2InputAudioConfig setModelVariant(java.lang.String
273274

274275
/**
275276
* If `true`, the request will opt out for STT conformer model migration. This field will be
276-
* deprecated once force migration takes place in June 2024.
277+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow ES Speech
278+
* model migration](https://cloud.google.com/dialogflow/es/docs/speech-model-migration).
277279
* @return value or {@code null} for none
278280
*/
279281
public java.lang.Boolean getOptOutConformerModelMigration() {
@@ -282,7 +284,8 @@ public java.lang.Boolean getOptOutConformerModelMigration() {
282284

283285
/**
284286
* If `true`, the request will opt out for STT conformer model migration. This field will be
285-
* deprecated once force migration takes place in June 2024.
287+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow ES Speech
288+
* model migration](https://cloud.google.com/dialogflow/es/docs/speech-model-migration).
286289
* @param optOutConformerModelMigration optOutConformerModelMigration or {@code null} for none
287290
*/
288291
public GoogleCloudDialogflowV2InputAudioConfig setOptOutConformerModelMigration(java.lang.Boolean optOutConformerModelMigration) {

clients/google-api-services-dialogflow/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-dialogflow</artifactId>
11-
<version>v2-rev20240113-2.0.0</version>
12-
<name>Dialogflow API v2-rev20240113-2.0.0</name>
11+
<version>v2-rev20240122-2.0.0</version>
12+
<name>Dialogflow API v2-rev20240122-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dialogflow/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dialogflow</artifactId>
25-
<version>v2-rev20240113-2.0.0</version>
25+
<version>v2-rev20240122-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20240113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20240122-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dialogflow/v2beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dialogflow</artifactId>
25-
<version>v2beta1-rev20240113-2.0.0</version>
25+
<version>v2beta1-rev20240122-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dialogflow:v2beta1-rev20240113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dialogflow:v2beta1-rev20240122-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowCxV3InputAudioConfig.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public final class GoogleCloudDialogflowCxV3InputAudioConfig extends com.google.
6969

7070
/**
7171
* If `true`, the request will opt out for STT conformer model migration. This field will be
72-
* deprecated once force migration takes place in June 2024.
72+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
73+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
7374
* The value may be {@code null}.
7475
*/
7576
@com.google.api.client.util.Key
@@ -196,7 +197,8 @@ public GoogleCloudDialogflowCxV3InputAudioConfig setModelVariant(java.lang.Strin
196197

197198
/**
198199
* If `true`, the request will opt out for STT conformer model migration. This field will be
199-
* deprecated once force migration takes place in June 2024.
200+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
201+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
200202
* @return value or {@code null} for none
201203
*/
202204
public java.lang.Boolean getOptOutConformerModelMigration() {
@@ -205,7 +207,8 @@ public java.lang.Boolean getOptOutConformerModelMigration() {
205207

206208
/**
207209
* If `true`, the request will opt out for STT conformer model migration. This field will be
208-
* deprecated once force migration takes place in June 2024.
210+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
211+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
209212
* @param optOutConformerModelMigration optOutConformerModelMigration or {@code null} for none
210213
*/
211214
public GoogleCloudDialogflowCxV3InputAudioConfig setOptOutConformerModelMigration(java.lang.Boolean optOutConformerModelMigration) {

clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowCxV3beta1InputAudioConfig.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public final class GoogleCloudDialogflowCxV3beta1InputAudioConfig extends com.go
6969

7070
/**
7171
* If `true`, the request will opt out for STT conformer model migration. This field will be
72-
* deprecated once force migration takes place in June 2024.
72+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
73+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
7374
* The value may be {@code null}.
7475
*/
7576
@com.google.api.client.util.Key
@@ -196,7 +197,8 @@ public GoogleCloudDialogflowCxV3beta1InputAudioConfig setModelVariant(java.lang.
196197

197198
/**
198199
* If `true`, the request will opt out for STT conformer model migration. This field will be
199-
* deprecated once force migration takes place in June 2024.
200+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
201+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
200202
* @return value or {@code null} for none
201203
*/
202204
public java.lang.Boolean getOptOutConformerModelMigration() {
@@ -205,7 +207,8 @@ public java.lang.Boolean getOptOutConformerModelMigration() {
205207

206208
/**
207209
* If `true`, the request will opt out for STT conformer model migration. This field will be
208-
* deprecated once force migration takes place in June 2024.
210+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech
211+
* model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration).
209212
* @param optOutConformerModelMigration optOutConformerModelMigration or {@code null} for none
210213
*/
211214
public GoogleCloudDialogflowCxV3beta1InputAudioConfig setOptOutConformerModelMigration(java.lang.Boolean optOutConformerModelMigration) {

clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowV2beta1InputAudioConfig.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ public final class GoogleCloudDialogflowV2beta1InputAudioConfig extends com.goog
9595

9696
/**
9797
* If `true`, the request will opt out for STT conformer model migration. This field will be
98-
* deprecated once force migration takes place in June 2024.
98+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow ES Speech
99+
* model migration](https://cloud.google.com/dialogflow/es/docs/speech-model-migration).
99100
* The value may be {@code null}.
100101
*/
101102
@com.google.api.client.util.Key
@@ -297,7 +298,8 @@ public GoogleCloudDialogflowV2beta1InputAudioConfig setModelVariant(java.lang.St
297298

298299
/**
299300
* If `true`, the request will opt out for STT conformer model migration. This field will be
300-
* deprecated once force migration takes place in June 2024.
301+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow ES Speech
302+
* model migration](https://cloud.google.com/dialogflow/es/docs/speech-model-migration).
301303
* @return value or {@code null} for none
302304
*/
303305
public java.lang.Boolean getOptOutConformerModelMigration() {
@@ -306,7 +308,8 @@ public java.lang.Boolean getOptOutConformerModelMigration() {
306308

307309
/**
308310
* If `true`, the request will opt out for STT conformer model migration. This field will be
309-
* deprecated once force migration takes place in June 2024.
311+
* deprecated once force migration takes place in June 2024. Please refer to [Dialogflow ES Speech
312+
* model migration](https://cloud.google.com/dialogflow/es/docs/speech-model-migration).
310313
* @param optOutConformerModelMigration optOutConformerModelMigration or {@code null} for none
311314
*/
312315
public GoogleCloudDialogflowV2beta1InputAudioConfig setOptOutConformerModelMigration(java.lang.Boolean optOutConformerModelMigration) {

0 commit comments

Comments
 (0)