Skip to content
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

chore: regenerate dialogflow client #22430

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
Expand Up @@ -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-rev20241019-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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-rev20241019-2.0.0'
}
```

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand All @@ -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
Expand All @@ -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) {
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand All @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,28 @@
public final class GoogleCloudDialogflowCxV3EnvironmentVersionConfig extends com.google.api.client.json.GenericJson {

/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Both flow and playbook versions are supported. Format for flow version:
* projects//locations//agents//flows//versions/. Format for playbook version:
* projects//locations//agents//playbooks//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. Both flow and playbook versions are supported. Format for flow version:
* projects//locations//agents//flows//versions/. Format for playbook version:
* projects//locations//agents//playbooks//versions/.
* @return value or {@code null} for none
*/
public java.lang.String getVersion() {
return version;
}

/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Both flow and playbook versions are supported. Format for flow version:
* projects//locations//agents//flows//versions/. Format for playbook version:
* projects//locations//agents//playbooks//versions/.
* @param version version or {@code null} for none
*/
public GoogleCloudDialogflowCxV3EnvironmentVersionConfig setVersion(java.lang.String version) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading