Skip to content

Commit e4a5d07

Browse files
1 parent 6bb7ebb commit e4a5d07

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

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

clients/google-api-services-dialogflow/v3beta1/2.0.0/com/google/api/services/dialogflow/v3beta1/model/GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearc
4343
@com.google.api.client.util.Key
4444
private java.lang.String documentUri;
4545

46+
/**
47+
* Metadata associated with the document.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.util.Map<String, java.lang.Object> metadata;
52+
4653
/**
4754
* Text included in the prompt.
4855
* The value may be {@code null}.
@@ -84,6 +91,23 @@ public GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet set
8491
return this;
8592
}
8693

94+
/**
95+
* Metadata associated with the document.
96+
* @return value or {@code null} for none
97+
*/
98+
public java.util.Map<String, java.lang.Object> getMetadata() {
99+
return metadata;
100+
}
101+
102+
/**
103+
* Metadata associated with the document.
104+
* @param metadata metadata or {@code null} for none
105+
*/
106+
public GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet setMetadata(java.util.Map<String, java.lang.Object> metadata) {
107+
this.metadata = metadata;
108+
return this;
109+
}
110+
87111
/**
88112
* Text included in the prompt.
89113
* @return value or {@code null} for none

clients/google-api-services-dialogflow/v3beta1/2.0.0/com/google/api/services/dialogflow/v3beta1/model/GoogleCloudDialogflowCxV3beta1VoiceSelectionParams.java

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ public final class GoogleCloudDialogflowCxV3beta1VoiceSelectionParams extends co
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 GoogleCloudDialogflowCxV3beta1VoiceSelectionParams setName(java.lang.Stri
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 GoogleCloudDialogflowCxV3beta1VoiceSelectionParams 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/v3beta1/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>v3beta1-rev20250625-2.0.0</version>
12-
<name>Dialogflow API v3beta1-rev20250625-2.0.0</name>
11+
<version>v3beta1-rev20250627-2.0.0</version>
12+
<name>Dialogflow API v3beta1-rev20250627-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)