Skip to content

Commit acddf48

Browse files
1 parent dc83cbe commit acddf48

File tree

7 files changed

+27
-21
lines changed

7 files changed

+27
-21
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<windowtitle>Dialogflow API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<windowtitle>Dialogflow API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

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

clients/google-api-services-dialogflow/v3/2.0.0/com/google/api/services/dialogflow/v3/model/GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
public final class GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Filename pattern for exported audio.
33+
* Filename pattern for exported audio. {conversation} and {timestamp} are placeholders that will
34+
* be replaced with the conversation ID and epoch micros of the conversation. For example,
35+
* "{conversation}/recording_{timestamp}.mulaw".
3436
* The value may be {@code null}.
3537
*/
3638
@com.google.api.client.util.Key
@@ -68,15 +70,19 @@ public final class GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings
6870
private java.lang.Boolean storeTtsAudio;
6971

7072
/**
71-
* Filename pattern for exported audio.
73+
* Filename pattern for exported audio. {conversation} and {timestamp} are placeholders that will
74+
* be replaced with the conversation ID and epoch micros of the conversation. For example,
75+
* "{conversation}/recording_{timestamp}.mulaw".
7276
* @return value or {@code null} for none
7377
*/
7478
public java.lang.String getAudioExportPattern() {
7579
return audioExportPattern;
7680
}
7781

7882
/**
79-
* Filename pattern for exported audio.
83+
* Filename pattern for exported audio. {conversation} and {timestamp} are placeholders that will
84+
* be replaced with the conversation ID and epoch micros of the conversation. For example,
85+
* "{conversation}/recording_{timestamp}.mulaw".
8086
* @param audioExportPattern audioExportPattern or {@code null} for none
8187
*/
8288
public GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings setAudioExportPattern(java.lang.String audioExportPattern) {

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

Lines changed: 5 additions & 5 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>v3-rev20250804-2.0.0</version>
12-
<name>Dialogflow API v3-rev20250804-2.0.0</name>
11+
<version>v3-rev20250812-2.0.0</version>
12+
<name>Dialogflow API v3-rev20250812-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Dialogflow API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<windowtitle>Dialogflow API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

0 commit comments

Comments
 (0)