Skip to content

Commit 3545c3d

Browse files
1 parent d676901 commit 3545c3d

16 files changed

+60
-84
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-rev20250625-2.0.0</version>
25+
<version>v2-rev20250627-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-rev20250625-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20250627-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo ex
4444
private java.util.List<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent> extraMimeContents;
4545

4646
/**
47-
* Optional. SDP of the call. It's initially the SDP answer to the endpoint, but maybe later
47+
* Optional. SDP of the call. It's initially the SDP answer to the incoming call, but maybe later
4848
* updated for the purpose of making the link active, etc.
4949
* The value may be {@code null}.
5050
*/
@@ -93,7 +93,7 @@ public GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo setExtraMimeCo
9393
}
9494

9595
/**
96-
* Optional. SDP of the call. It's initially the SDP answer to the endpoint, but maybe later
96+
* Optional. SDP of the call. It's initially the SDP answer to the incoming call, but maybe later
9797
* updated for the purpose of making the link active, etc.
9898
* @return value or {@code null} for none
9999
*/
@@ -102,7 +102,7 @@ public java.lang.String getSdp() {
102102
}
103103

104104
/**
105-
* Optional. SDP of the call. It's initially the SDP answer to the endpoint, but maybe later
105+
* Optional. SDP of the call. It's initially the SDP answer to the incoming call, but maybe later
106106
* updated for the purpose of making the link active, etc.
107107
* @param sdp sdp or {@code null} for none
108108
*/

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
public final class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Version of current baseline model. It will be ignored if model is set. Valid versions are:
35-
* Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
34+
* Version of current baseline model. It will be ignored if model is set. Valid versions are: -
35+
* Article Suggestion baseline model: - 0.9 - 1.0 (default) - Summarization baseline model: - 1.0
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -46,17 +46,17 @@ public final class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationM
4646
private java.lang.String model;
4747

4848
/**
49-
* Version of current baseline model. It will be ignored if model is set. Valid versions are:
50-
* Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
49+
* Version of current baseline model. It will be ignored if model is set. Valid versions are: -
50+
* Article Suggestion baseline model: - 0.9 - 1.0 (default) - Summarization baseline model: - 1.0
5151
* @return value or {@code null} for none
5252
*/
5353
public java.lang.String getBaselineModelVersion() {
5454
return baselineModelVersion;
5555
}
5656

5757
/**
58-
* Version of current baseline model. It will be ignored if model is set. Valid versions are:
59-
* Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
58+
* Version of current baseline model. It will be ignored if model is set. Valid versions are: -
59+
* Article Suggestion baseline model: - 0.9 - 1.0 (default) - Summarization baseline model: - 1.0
6060
* @param baselineModelVersion baselineModelVersion or {@code null} for none
6161
*/
6262
public GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig setBaselineModelVersion(java.lang.String baselineModelVersion) {

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-rev20250625-2.0.0</version>
12-
<name>Dialogflow API v2-rev20250625-2.0.0</name>
11+
<version>v2-rev20250627-2.0.0</version>
12+
<name>Dialogflow API v2-rev20250627-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-rev20250625-2.0.0</version>
25+
<version>v2-rev20250627-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-rev20250625-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20250627-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-rev20250625-2.0.0</version>
25+
<version>v2beta1-rev20250627-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-rev20250625-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dialogflow:v2beta1-rev20250627-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionIn
4444
private java.util.List<GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent> extraMimeContents;
4545

4646
/**
47-
* Optional. SDP of the call. It's initially the SDP answer to the endpoint, but maybe later
47+
* Optional. SDP of the call. It's initially the SDP answer to the incoming call, but maybe later
4848
* updated for the purpose of making the link active, etc.
4949
* The value may be {@code null}.
5050
*/
@@ -93,7 +93,7 @@ public GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo setExtraM
9393
}
9494

9595
/**
96-
* Optional. SDP of the call. It's initially the SDP answer to the endpoint, but maybe later
96+
* Optional. SDP of the call. It's initially the SDP answer to the incoming call, but maybe later
9797
* updated for the purpose of making the link active, etc.
9898
* @return value or {@code null} for none
9999
*/
@@ -102,7 +102,7 @@ public java.lang.String getSdp() {
102102
}
103103

104104
/**
105-
* Optional. SDP of the call. It's initially the SDP answer to the endpoint, but maybe later
105+
* Optional. SDP of the call. It's initially the SDP answer to the incoming call, but maybe later
106106
* updated for the purpose of making the link active, etc.
107107
* @param sdp sdp or {@code null} for none
108108
*/

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
public final class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Version of current baseline model. It will be ignored if model is set. Valid versions are:
35-
* Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
34+
* Version of current baseline model. It will be ignored if model is set. Valid versions are: -
35+
* Article Suggestion baseline model: - 0.9 - 1.0 (default) - Summarization baseline model: - 1.0
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -46,17 +46,17 @@ public final class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversa
4646
private java.lang.String model;
4747

4848
/**
49-
* Version of current baseline model. It will be ignored if model is set. Valid versions are:
50-
* Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
49+
* Version of current baseline model. It will be ignored if model is set. Valid versions are: -
50+
* Article Suggestion baseline model: - 0.9 - 1.0 (default) - Summarization baseline model: - 1.0
5151
* @return value or {@code null} for none
5252
*/
5353
public java.lang.String getBaselineModelVersion() {
5454
return baselineModelVersion;
5555
}
5656

5757
/**
58-
* Version of current baseline model. It will be ignored if model is set. Valid versions are:
59-
* Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
58+
* Version of current baseline model. It will be ignored if model is set. Valid versions are: -
59+
* Article Suggestion baseline model: - 0.9 - 1.0 (default) - Summarization baseline model: - 1.0
6060
* @param baselineModelVersion baselineModelVersion or {@code null} for none
6161
*/
6262
public GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig setBaselineModelVersion(java.lang.String baselineModelVersion) {

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ public final class GoogleCloudDialogflowV2beta1VoiceSelectionParams extends com.
3838
@com.google.api.client.util.Key
3939
private java.lang.String name;
4040

41-
/**
42-
* Optional. The name of the second voice (non-English) if language detection is supported.
43-
* The value may be {@code null}.
44-
*/
45-
@com.google.api.client.util.Key
46-
private java.lang.String secondLanguageModel;
47-
4841
/**
4942
* Optional. The preferred gender of the voice. If not set, the service will choose a voice based
5043
* on the other parameters such as language_code and name. Note that this is only a preference,
@@ -76,23 +69,6 @@ public GoogleCloudDialogflowV2beta1VoiceSelectionParams setName(java.lang.String
7669
return this;
7770
}
7871

79-
/**
80-
* Optional. The name of the second voice (non-English) if language detection is supported.
81-
* @return value or {@code null} for none
82-
*/
83-
public java.lang.String getSecondLanguageModel() {
84-
return secondLanguageModel;
85-
}
86-
87-
/**
88-
* Optional. The name of the second voice (non-English) if language detection is supported.
89-
* @param secondLanguageModel secondLanguageModel or {@code null} for none
90-
*/
91-
public GoogleCloudDialogflowV2beta1VoiceSelectionParams setSecondLanguageModel(java.lang.String secondLanguageModel) {
92-
this.secondLanguageModel = secondLanguageModel;
93-
return this;
94-
}
95-
9672
/**
9773
* Optional. The preferred gender of the voice. If not set, the service will choose a voice based
9874
* on the other parameters such as language_code and name. Note that this is only a preference,

clients/google-api-services-dialogflow/v2beta1/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>v2beta1-rev20250625-2.0.0</version>
12-
<name>Dialogflow API v2beta1-rev20250625-2.0.0</name>
11+
<version>v2beta1-rev20250627-2.0.0</version>
12+
<name>Dialogflow API v2beta1-rev20250627-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)