Skip to content

Commit aa813d5

Browse files
fix: [dialogflow-cx] change java package of Cloud Build v2 (#9195)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 514411662 Source-Link: https://togithub.com/googleapis/googleapis/commit/1e379f297bbe65828a4e21bfe8098cf2423ba9a9 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a044b7fd8d7b7904e192865365dcafe55601ba85 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiJhMDQ0YjdmZDhkN2I3OTA0ZTE5Mjg2NTM2NWRjYWZlNTU2MDFiYTg1In0=
1 parent a9bffaa commit aa813d5

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

java-dialogflow-cx/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,26 @@ Java idiomatic client for [Dialogflow CX][product-docs].
1717

1818
If you are using Maven, add this to your pom.xml file:
1919

20-
<!-- {x-version-update-start:google-cloud-dialogflow-cx:released} -->
2120

2221
```xml
2322
<dependency>
2423
<groupId>com.google.cloud</groupId>
2524
<artifactId>google-cloud-dialogflow-cx</artifactId>
26-
<version>0.22.0</version>
25+
<version>0.23.0</version>
2726
</dependency>
2827
```
2928

3029
If you are using Gradle without BOM, add this to your dependencies:
3130

3231
```Groovy
33-
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.22.0'
32+
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.23.0'
3433
```
3534

3635
If you are using SBT, add this to your dependencies:
3736

3837
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.22.0"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.23.0"
4039
```
41-
<!-- {x-version-update-end} -->
4240

4341
## Authentication
4442

java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AudioInput.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public com.google.cloud.dialogflow.cx.v3beta1.InputAudioConfigOrBuilder getConfi
130130
*
131131
* <pre>
132132
* The natural language speech audio to be processed.
133-
* A single request can contain up to 1 minute of speech audio data.
133+
* A single request can contain up to 2 minutes of speech audio data.
134134
* The [transcribed
135135
* text][google.cloud.dialogflow.cx.v3beta1.QueryResult.transcript] cannot
136136
* contain more than 256 bytes.
@@ -729,7 +729,7 @@ public com.google.cloud.dialogflow.cx.v3beta1.InputAudioConfigOrBuilder getConfi
729729
*
730730
* <pre>
731731
* The natural language speech audio to be processed.
732-
* A single request can contain up to 1 minute of speech audio data.
732+
* A single request can contain up to 2 minutes of speech audio data.
733733
* The [transcribed
734734
* text][google.cloud.dialogflow.cx.v3beta1.QueryResult.transcript] cannot
735735
* contain more than 256 bytes.
@@ -752,7 +752,7 @@ public com.google.protobuf.ByteString getAudio() {
752752
*
753753
* <pre>
754754
* The natural language speech audio to be processed.
755-
* A single request can contain up to 1 minute of speech audio data.
755+
* A single request can contain up to 2 minutes of speech audio data.
756756
* The [transcribed
757757
* text][google.cloud.dialogflow.cx.v3beta1.QueryResult.transcript] cannot
758758
* contain more than 256 bytes.
@@ -781,7 +781,7 @@ public Builder setAudio(com.google.protobuf.ByteString value) {
781781
*
782782
* <pre>
783783
* The natural language speech audio to be processed.
784-
* A single request can contain up to 1 minute of speech audio data.
784+
* A single request can contain up to 2 minutes of speech audio data.
785785
* The [transcribed
786786
* text][google.cloud.dialogflow.cx.v3beta1.QueryResult.transcript] cannot
787787
* contain more than 256 bytes.

java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AudioInputOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public interface AudioInputOrBuilder
6969
*
7070
* <pre>
7171
* The natural language speech audio to be processed.
72-
* A single request can contain up to 1 minute of speech audio data.
72+
* A single request can contain up to 2 minutes of speech audio data.
7373
* The [transcribed
7474
* text][google.cloud.dialogflow.cx.v3beta1.QueryResult.transcript] cannot
7575
* contain more than 256 bytes.

java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/Deployment.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
*
2424
* <pre>
25-
* Represents an deployment in an environment. A deployment happens when a flow
25+
* Represents a deployment in an environment. A deployment happens when a flow
2626
* version configured to be active in the environment. You can configure running
2727
* pre-deployment steps, e.g. running validation test cases, experiment
2828
* auto-rollout, etc.
@@ -1823,7 +1823,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
18231823
*
18241824
*
18251825
* <pre>
1826-
* Represents an deployment in an environment. A deployment happens when a flow
1826+
* Represents a deployment in an environment. A deployment happens when a flow
18271827
* version configured to be active in the environment. You can configure running
18281828
* pre-deployment steps, e.g. running validation test cases, experiment
18291829
* auto-rollout, etc.

java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/proto/google/cloud/dialogflow/cx/v3beta1/deployment.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ service Deployments {
5959
}
6060
}
6161

62-
// Represents an deployment in an environment. A deployment happens when a flow
62+
// Represents a deployment in an environment. A deployment happens when a flow
6363
// version configured to be active in the environment. You can configure running
6464
// pre-deployment steps, e.g. running validation test cases, experiment
6565
// auto-rollout, etc.

java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/proto/google/cloud/dialogflow/cx/v3beta1/session.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ message AudioInput {
711711
InputAudioConfig config = 1 [(google.api.field_behavior) = REQUIRED];
712712

713713
// The natural language speech audio to be processed.
714-
// A single request can contain up to 1 minute of speech audio data.
714+
// A single request can contain up to 2 minutes of speech audio data.
715715
// The [transcribed
716716
// text][google.cloud.dialogflow.cx.v3beta1.QueryResult.transcript] cannot
717717
// contain more than 256 bytes.

0 commit comments

Comments
 (0)