Skip to content

chore: regenerate dialogflow client #22430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2-rev20240617-2.0.0</version>
<version>v2-rev20250602-2.0.0</version>
</dependency>
</dependencies>
</project>
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20240617-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20250602-2.0.0'
}
```

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -29,6 +29,15 @@
@SuppressWarnings("javadoc")
public final class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings extends com.google.api.client.json.GenericJson {

/**
* Enables consent-based end-user input redaction, if true, a pre-defined session parameter
* `$session.params.conversation-redaction` will be used to determine if the utterance should be
* redacted.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean enableConsentBasedRedaction;

/**
* Enables DF Interaction logging.
* The value may be {@code null}.
@@ -37,12 +46,33 @@ public final class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings exte
private java.lang.Boolean enableInteractionLogging;

/**
* Enables StackDriver logging.
* Enables Google Cloud Logging.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean enableStackdriverLogging;

/**
* Enables consent-based end-user input redaction, if true, a pre-defined session parameter
* `$session.params.conversation-redaction` will be used to determine if the utterance should be
* redacted.
* @return value or {@code null} for none
*/
public java.lang.Boolean getEnableConsentBasedRedaction() {
return enableConsentBasedRedaction;
}

/**
* Enables consent-based end-user input redaction, if true, a pre-defined session parameter
* `$session.params.conversation-redaction` will be used to determine if the utterance should be
* redacted.
* @param enableConsentBasedRedaction enableConsentBasedRedaction or {@code null} for none
*/
public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableConsentBasedRedaction(java.lang.Boolean enableConsentBasedRedaction) {
this.enableConsentBasedRedaction = enableConsentBasedRedaction;
return this;
}

/**
* Enables DF Interaction logging.
* @return value or {@code null} for none
@@ -61,15 +91,15 @@ public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableInterac
}

/**
* Enables StackDriver logging.
* Enables Google Cloud Logging.
* @return value or {@code null} for none
*/
public java.lang.Boolean getEnableStackdriverLogging() {
return enableStackdriverLogging;
}

/**
* Enables StackDriver logging.
* Enables Google Cloud Logging.
* @param enableStackdriverLogging enableStackdriverLogging or {@code null} for none
*/
public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableStackdriverLogging(java.lang.Boolean enableStackdriverLogging) {
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ public final class GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings exten
private String noSpeechTimeout;

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

/**
* Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
* Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.
* @return value or {@code null} for none
*/
public java.lang.Boolean getUseTimeoutBasedEndpointing() {
return useTimeoutBasedEndpointing;
}

/**
* Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
* Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.
* @param useTimeoutBasedEndpointing useTimeoutBasedEndpointing or {@code null} for none
*/
public GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings setUseTimeoutBasedEndpointing(java.lang.Boolean useTimeoutBasedEndpointing) {
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
* barge-in phase and during which the API starts speech detection and may inform the client that an
* utterance has been detected. Note that no-speech event is not expected in this phase. The client
* provides this configuration in terms of the durations of those two phases. The durations are
* measured in terms of the audio length from the the start of the input audio. No-speech event is a
* measured in terms of the audio length from the start of the input audio. No-speech event is a
* response with END_OF_UTTERANCE without any transcript following up.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
Original file line number Diff line number Diff line change
@@ -46,6 +46,15 @@ public final class GoogleCloudDialogflowCxV3DataStoreConnection extends com.goog
@com.google.api.client.util.Key
private java.lang.String dataStoreType;

/**
* The document processing mode for the data store connection. Should only be set for PUBLIC_WEB
* and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy
* mode.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String documentProcessingMode;

/**
* The full name of the referenced data store. Formats:
* `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}`
@@ -84,6 +93,27 @@ public GoogleCloudDialogflowCxV3DataStoreConnection setDataStoreType(java.lang.S
return this;
}

/**
* The document processing mode for the data store connection. Should only be set for PUBLIC_WEB
* and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy
* mode.
* @return value or {@code null} for none
*/
public java.lang.String getDocumentProcessingMode() {
return documentProcessingMode;
}

/**
* The document processing mode for the data store connection. Should only be set for PUBLIC_WEB
* and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy
* mode.
* @param documentProcessingMode documentProcessingMode or {@code null} for none
*/
public GoogleCloudDialogflowCxV3DataStoreConnection setDocumentProcessingMode(java.lang.String documentProcessingMode) {
this.documentProcessingMode = documentProcessingMode;
return this;
}

@Override
public GoogleCloudDialogflowCxV3DataStoreConnection set(String fieldName, Object value) {
return (GoogleCloudDialogflowCxV3DataStoreConnection) super.set(fieldName, value);
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@
public final class GoogleCloudDialogflowCxV3DeployFlowResponse extends com.google.api.client.json.GenericJson {

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

/**
* The name of the flow version Deployment. Format: `projects//locations//agents//
* environments//deployments/`.
* The name of the flow version Deployment. Format:
* `projects//locations//agents//environments//deployments/`.
* @return value or {@code null} for none
*/
public java.lang.String getDeployment() {
return deployment;
}

/**
* The name of the flow version Deployment. Format: `projects//locations//agents//
* environments//deployments/`.
* The name of the flow version Deployment. Format:
* `projects//locations//agents//environments//deployments/`.
* @param deployment deployment or {@code null} for none
*/
public GoogleCloudDialogflowCxV3DeployFlowResponse setDeployment(java.lang.String deployment) {
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ public final class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig extends c

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

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

/**
* A list of test case names to run. They should be under the same agent. Format of each test case
* name: `projects//locations/ /agents//testCases/`
* name: `projects//locations//agents//testCases/`
* @param testCases testCases or {@code null} for none
*/
public GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig setTestCases(java.util.List<java.lang.String> testCases) {
Original file line number Diff line number Diff line change
@@ -30,22 +30,31 @@
public final class GoogleCloudDialogflowCxV3EnvironmentVersionConfig extends com.google.api.client.json.GenericJson {

/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Flow, playbook and tool versions are supported. Format for flow version:
* projects//locations//agents//flows//versions/. Format for playbook version:
* projects//locations//agents//playbooks//versions/. Format for tool version:
* projects//locations//agents//tools//versions/.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String version;

/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Flow, playbook and tool versions are supported. Format for flow version:
* projects//locations//agents//flows//versions/. Format for playbook version:
* projects//locations//agents//playbooks//versions/. Format for tool version:
* projects//locations//agents//tools//versions/.
* @return value or {@code null} for none
*/
public java.lang.String getVersion() {
return version;
}

/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Flow, playbook and tool versions are supported. Format for flow version:
* projects//locations//agents//flows//versions/. Format for playbook version:
* projects//locations//agents//playbooks//versions/. Format for tool version:
* projects//locations//agents//tools//versions/.
* @param version version or {@code null} for none
*/
public GoogleCloudDialogflowCxV3EnvironmentVersionConfig setVersion(java.lang.String version) {
Original file line number Diff line number Diff line change
@@ -61,6 +61,13 @@ public final class GoogleCloudDialogflowCxV3EventHandler extends com.google.api.
@com.google.api.client.util.Key
private java.lang.String targetPage;

/**
* The target playbook to transition to. Format: `projects//locations//agents//playbooks/`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String targetPlaybook;

/**
* The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment
* 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
return this;
}

/**
* The target playbook to transition to. Format: `projects//locations//agents//playbooks/`.
* @return value or {@code null} for none
*/
public java.lang.String getTargetPlaybook() {
return targetPlaybook;
}

/**
* The target playbook to transition to. Format: `projects//locations//agents//playbooks/`.
* @param targetPlaybook targetPlaybook or {@code null} for none
*/
public GoogleCloudDialogflowCxV3EventHandler setTargetPlaybook(java.lang.String targetPlaybook) {
this.targetPlaybook = targetPlaybook;
return this;
}

/**
* The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment
* enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a

This file was deleted.

Original file line number Diff line number Diff line change
@@ -121,7 +121,7 @@ public final class GoogleCloudDialogflowCxV3Page extends com.google.api.client.j
/**
* A list of transitions for the transition rules of this page. They route the conversation to
* another page in the same flow, or another flow. When we are in a certain page, the
* TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page
* TransitionRoutes are evaluated in the following order: * TransitionRoutes defined in the page
* with intent specified. * TransitionRoutes defined in the transition route groups with intent
* specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined
* in the transition route groups with intent specified. * TransitionRoutes defined in the page
@@ -310,7 +310,7 @@ public GoogleCloudDialogflowCxV3Page setTransitionRouteGroups(java.util.List<jav
/**
* A list of transitions for the transition rules of this page. They route the conversation to
* another page in the same flow, or another flow. When we are in a certain page, the
* TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page
* TransitionRoutes are evaluated in the following order: * TransitionRoutes defined in the page
* with intent specified. * TransitionRoutes defined in the transition route groups with intent
* specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined
* in the transition route groups with intent specified. * TransitionRoutes defined in the page
@@ -325,7 +325,7 @@ public java.util.List<GoogleCloudDialogflowCxV3TransitionRoute> getTransitionRou
/**
* A list of transitions for the transition rules of this page. They route the conversation to
* another page in the same flow, or another flow. When we are in a certain page, the
* TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page
* TransitionRoutes are evaluated in the following order: * TransitionRoutes defined in the page
* with intent specified. * TransitionRoutes defined in the transition route groups with intent
* specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined
* in the transition route groups with intent specified. * TransitionRoutes defined in the page
Loading