Skip to content

Commit 0789271

Browse files
chore: regenerate dialogflow client
1 parent 8caefbf commit 0789271

File tree

562 files changed

+35674
-5251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+35674
-5251
lines changed

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

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

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

+850-63
Large diffs are not rendered by default.

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

+33-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Enables consent-based end-user input redaction, if true, a pre-defined session parameter
34+
* `$session.params.conversation-redaction` will be used to determine if the utterance should be
35+
* redacted.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.Boolean enableConsentBasedRedaction;
40+
3241
/**
3342
* Enables DF Interaction logging.
3443
* The value may be {@code null}.
@@ -37,12 +46,33 @@ public final class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings exte
3746
private java.lang.Boolean enableInteractionLogging;
3847

3948
/**
40-
* Enables StackDriver logging.
49+
* Enables Google Cloud Logging.
4150
* The value may be {@code null}.
4251
*/
4352
@com.google.api.client.util.Key
4453
private java.lang.Boolean enableStackdriverLogging;
4554

55+
/**
56+
* Enables consent-based end-user input redaction, if true, a pre-defined session parameter
57+
* `$session.params.conversation-redaction` will be used to determine if the utterance should be
58+
* redacted.
59+
* @return value or {@code null} for none
60+
*/
61+
public java.lang.Boolean getEnableConsentBasedRedaction() {
62+
return enableConsentBasedRedaction;
63+
}
64+
65+
/**
66+
* Enables consent-based end-user input redaction, if true, a pre-defined session parameter
67+
* `$session.params.conversation-redaction` will be used to determine if the utterance should be
68+
* redacted.
69+
* @param enableConsentBasedRedaction enableConsentBasedRedaction or {@code null} for none
70+
*/
71+
public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableConsentBasedRedaction(java.lang.Boolean enableConsentBasedRedaction) {
72+
this.enableConsentBasedRedaction = enableConsentBasedRedaction;
73+
return this;
74+
}
75+
4676
/**
4777
* Enables DF Interaction logging.
4878
* @return value or {@code null} for none
@@ -61,15 +91,15 @@ public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableInterac
6191
}
6292

6393
/**
64-
* Enables StackDriver logging.
94+
* Enables Google Cloud Logging.
6595
* @return value or {@code null} for none
6696
*/
6797
public java.lang.Boolean getEnableStackdriverLogging() {
6898
return enableStackdriverLogging;
6999
}
70100

71101
/**
72-
* Enables StackDriver logging.
102+
* Enables Google Cloud Logging.
73103
* @param enableStackdriverLogging enableStackdriverLogging or {@code null} for none
74104
*/
75105
public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableStackdriverLogging(java.lang.Boolean enableStackdriverLogging) {

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public final class GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings exten
5353
private String noSpeechTimeout;
5454

5555
/**
56-
* Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
56+
* Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -115,15 +115,15 @@ public GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings setNoSpeechTimeou
115115
}
116116

117117
/**
118-
* Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
118+
* Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.
119119
* @return value or {@code null} for none
120120
*/
121121
public java.lang.Boolean getUseTimeoutBasedEndpointing() {
122122
return useTimeoutBasedEndpointing;
123123
}
124124

125125
/**
126-
* Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
126+
* Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.
127127
* @param useTimeoutBasedEndpointing useTimeoutBasedEndpointing or {@code null} for none
128128
*/
129129
public GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings setUseTimeoutBasedEndpointing(java.lang.Boolean useTimeoutBasedEndpointing) {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* barge-in phase and during which the API starts speech detection and may inform the client that an
2828
* utterance has been detected. Note that no-speech event is not expected in this phase. The client
2929
* provides this configuration in terms of the durations of those two phases. The durations are
30-
* measured in terms of the audio length from the the start of the input audio. No-speech event is a
30+
* measured in terms of the audio length from the start of the input audio. No-speech event is a
3131
* response with END_OF_UTTERANCE without any transcript following up.
3232
*
3333
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is

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

+30
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ public final class GoogleCloudDialogflowCxV3DataStoreConnection extends com.goog
4646
@com.google.api.client.util.Key
4747
private java.lang.String dataStoreType;
4848

49+
/**
50+
* The document processing mode for the data store connection. Should only be set for PUBLIC_WEB
51+
* and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy
52+
* mode.
53+
* The value may be {@code null}.
54+
*/
55+
@com.google.api.client.util.Key
56+
private java.lang.String documentProcessingMode;
57+
4958
/**
5059
* The full name of the referenced data store. Formats:
5160
* `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}`
@@ -84,6 +93,27 @@ public GoogleCloudDialogflowCxV3DataStoreConnection setDataStoreType(java.lang.S
8493
return this;
8594
}
8695

96+
/**
97+
* The document processing mode for the data store connection. Should only be set for PUBLIC_WEB
98+
* and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy
99+
* mode.
100+
* @return value or {@code null} for none
101+
*/
102+
public java.lang.String getDocumentProcessingMode() {
103+
return documentProcessingMode;
104+
}
105+
106+
/**
107+
* The document processing mode for the data store connection. Should only be set for PUBLIC_WEB
108+
* and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy
109+
* mode.
110+
* @param documentProcessingMode documentProcessingMode or {@code null} for none
111+
*/
112+
public GoogleCloudDialogflowCxV3DataStoreConnection setDocumentProcessingMode(java.lang.String documentProcessingMode) {
113+
this.documentProcessingMode = documentProcessingMode;
114+
return this;
115+
}
116+
87117
@Override
88118
public GoogleCloudDialogflowCxV3DataStoreConnection set(String fieldName, Object value) {
89119
return (GoogleCloudDialogflowCxV3DataStoreConnection) super.set(fieldName, value);

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
public final class GoogleCloudDialogflowCxV3DeployFlowResponse extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The name of the flow version Deployment. Format: `projects//locations//agents//
34-
* environments//deployments/`.
33+
* The name of the flow version Deployment. Format:
34+
* `projects//locations//agents//environments//deployments/`.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,17 +45,17 @@ public final class GoogleCloudDialogflowCxV3DeployFlowResponse extends com.googl
4545
private GoogleCloudDialogflowCxV3Environment environment;
4646

4747
/**
48-
* The name of the flow version Deployment. Format: `projects//locations//agents//
49-
* environments//deployments/`.
48+
* The name of the flow version Deployment. Format:
49+
* `projects//locations//agents//environments//deployments/`.
5050
* @return value or {@code null} for none
5151
*/
5252
public java.lang.String getDeployment() {
5353
return deployment;
5454
}
5555

5656
/**
57-
* The name of the flow version Deployment. Format: `projects//locations//agents//
58-
* environments//deployments/`.
57+
* The name of the flow version Deployment. Format:
58+
* `projects//locations//agents//environments//deployments/`.
5959
* @param deployment deployment or {@code null} for none
6060
*/
6161
public GoogleCloudDialogflowCxV3DeployFlowResponse setDeployment(java.lang.String deployment) {

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig extends c
4747

4848
/**
4949
* A list of test case names to run. They should be under the same agent. Format of each test case
50-
* name: `projects//locations/ /agents//testCases/`
50+
* name: `projects//locations//agents//testCases/`
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -93,7 +93,7 @@ public GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig setEnablePredeploymen
9393

9494
/**
9595
* A list of test case names to run. They should be under the same agent. Format of each test case
96-
* name: `projects//locations/ /agents//testCases/`
96+
* name: `projects//locations//agents//testCases/`
9797
* @return value or {@code null} for none
9898
*/
9999
public java.util.List<java.lang.String> getTestCases() {
@@ -102,7 +102,7 @@ public java.util.List<java.lang.String> getTestCases() {
102102

103103
/**
104104
* A list of test case names to run. They should be under the same agent. Format of each test case
105-
* name: `projects//locations/ /agents//testCases/`
105+
* name: `projects//locations//agents//testCases/`
106106
* @param testCases testCases or {@code null} for none
107107
*/
108108
public GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig setTestCases(java.util.List<java.lang.String> testCases) {

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

+9-3
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,28 @@
3030
public final class GoogleCloudDialogflowCxV3EnvironmentVersionConfig extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. Format: projects//locations//agents//flows//versions/.
33+
* Required. Both flow and playbook versions are supported. Format for flow version:
34+
* projects//locations//agents//flows//versions/. Format for playbook version:
35+
* projects//locations//agents//playbooks//versions/.
3436
* The value may be {@code null}.
3537
*/
3638
@com.google.api.client.util.Key
3739
private java.lang.String version;
3840

3941
/**
40-
* Required. Format: projects//locations//agents//flows//versions/.
42+
* Required. Both flow and playbook versions are supported. Format for flow version:
43+
* projects//locations//agents//flows//versions/. Format for playbook version:
44+
* projects//locations//agents//playbooks//versions/.
4145
* @return value or {@code null} for none
4246
*/
4347
public java.lang.String getVersion() {
4448
return version;
4549
}
4650

4751
/**
48-
* Required. Format: projects//locations//agents//flows//versions/.
52+
* Required. Both flow and playbook versions are supported. Format for flow version:
53+
* projects//locations//agents//flows//versions/. Format for playbook version:
54+
* projects//locations//agents//playbooks//versions/.
4955
* @param version version or {@code null} for none
5056
*/
5157
public GoogleCloudDialogflowCxV3EnvironmentVersionConfig setVersion(java.lang.String version) {

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

+24
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ public final class GoogleCloudDialogflowCxV3EventHandler extends com.google.api.
6161
@com.google.api.client.util.Key
6262
private java.lang.String targetPage;
6363

64+
/**
65+
* The target playbook to transition to. Format: `projects//locations//agents//playbooks/`.
66+
* The value may be {@code null}.
67+
*/
68+
@com.google.api.client.util.Key
69+
private java.lang.String targetPlaybook;
70+
6471
/**
6572
* The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment
6673
* enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a
@@ -138,6 +145,23 @@ public GoogleCloudDialogflowCxV3EventHandler setTargetPage(java.lang.String targ
138145
return this;
139146
}
140147

148+
/**
149+
* The target playbook to transition to. Format: `projects//locations//agents//playbooks/`.
150+
* @return value or {@code null} for none
151+
*/
152+
public java.lang.String getTargetPlaybook() {
153+
return targetPlaybook;
154+
}
155+
156+
/**
157+
* The target playbook to transition to. Format: `projects//locations//agents//playbooks/`.
158+
* @param targetPlaybook targetPlaybook or {@code null} for none
159+
*/
160+
public GoogleCloudDialogflowCxV3EventHandler setTargetPlaybook(java.lang.String targetPlaybook) {
161+
this.targetPlaybook = targetPlaybook;
162+
return this;
163+
}
164+
141165
/**
142166
* The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment
143167
* enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a

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

-66
This file was deleted.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public final class GoogleCloudDialogflowCxV3Page extends com.google.api.client.j
121121
/**
122122
* A list of transitions for the transition rules of this page. They route the conversation to
123123
* another page in the same flow, or another flow. When we are in a certain page, the
124-
* TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page
124+
* TransitionRoutes are evaluated in the following order: * TransitionRoutes defined in the page
125125
* with intent specified. * TransitionRoutes defined in the transition route groups with intent
126126
* specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined
127127
* in the transition route groups with intent specified. * TransitionRoutes defined in the page
@@ -310,7 +310,7 @@ public GoogleCloudDialogflowCxV3Page setTransitionRouteGroups(java.util.List<jav
310310
/**
311311
* A list of transitions for the transition rules of this page. They route the conversation to
312312
* another page in the same flow, or another flow. When we are in a certain page, the
313-
* TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page
313+
* TransitionRoutes are evaluated in the following order: * TransitionRoutes defined in the page
314314
* with intent specified. * TransitionRoutes defined in the transition route groups with intent
315315
* specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined
316316
* in the transition route groups with intent specified. * TransitionRoutes defined in the page
@@ -325,7 +325,7 @@ public java.util.List<GoogleCloudDialogflowCxV3TransitionRoute> getTransitionRou
325325
/**
326326
* A list of transitions for the transition rules of this page. They route the conversation to
327327
* another page in the same flow, or another flow. When we are in a certain page, the
328-
* TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page
328+
* TransitionRoutes are evaluated in the following order: * TransitionRoutes defined in the page
329329
* with intent specified. * TransitionRoutes defined in the transition route groups with intent
330330
* specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined
331331
* in the transition route groups with intent specified. * TransitionRoutes defined in the page

0 commit comments

Comments
 (0)