Skip to content

Commit a703a0b

Browse files
1 parent e1d62a6 commit a703a0b

File tree

2,710 files changed

+16454
-75823
lines changed

Some content is hidden

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

2,710 files changed

+16454
-75823
lines changed

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

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

Lines changed: 1514 additions & 7887 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@
1717
package com.google.api.services.dialogflow.v2.model;
1818

1919
/**
20-
* Hierarchical advanced settings for agent/flow/page/fulfillment/parameter. Settings exposed at
21-
* lower level overrides the settings exposed at higher level. Overriding occurs at the sub-setting
22-
* level. For example, the playback_interruption_settings at fulfillment level only overrides the
23-
* playback_interruption_settings at the agent level, leaving other settings at the agent level
24-
* unchanged. DTMF settings does not override each other. DTMF settings set at different levels
25-
* define DTMF detections running in parallel. Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
20+
* Model definition for GoogleCloudDialogflowCxV3AdvancedSettings.
2621
*
2722
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2823
* transmitted over HTTP when working with the Dialogflow API. For a detailed explanation see:
@@ -35,49 +30,37 @@
3530
public final class GoogleCloudDialogflowCxV3AdvancedSettings extends com.google.api.client.json.GenericJson {
3631

3732
/**
38-
* If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage
39-
* destination. Exposed at the following levels: - Agent level - Flow level
4033
* The value may be {@code null}.
4134
*/
4235
@com.google.api.client.util.Key
4336
private GoogleCloudDialogflowCxV3GcsDestination audioExportGcsDestination;
4437

4538
/**
46-
* Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level -
47-
* Parameter level.
4839
* The value may be {@code null}.
4940
*/
5041
@com.google.api.client.util.Key
5142
private GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings dtmfSettings;
5243

5344
/**
54-
* Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver
55-
* logs, and speech logging. Exposed at the following levels: - Agent level.
5645
* The value may be {@code null}.
5746
*/
5847
@com.google.api.client.util.Key
5948
private GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings loggingSettings;
6049

6150
/**
62-
* Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow
63-
* level - Page level - Parameter level
6451
* The value may be {@code null}.
6552
*/
6653
@com.google.api.client.util.Key
6754
private GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings speechSettings;
6855

6956
/**
70-
* If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage
71-
* destination. Exposed at the following levels: - Agent level - Flow level
7257
* @return value or {@code null} for none
7358
*/
7459
public GoogleCloudDialogflowCxV3GcsDestination getAudioExportGcsDestination() {
7560
return audioExportGcsDestination;
7661
}
7762

7863
/**
79-
* If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage
80-
* destination. Exposed at the following levels: - Agent level - Flow level
8164
* @param audioExportGcsDestination audioExportGcsDestination or {@code null} for none
8265
*/
8366
public GoogleCloudDialogflowCxV3AdvancedSettings setAudioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestination audioExportGcsDestination) {
@@ -86,17 +69,13 @@ public GoogleCloudDialogflowCxV3AdvancedSettings setAudioExportGcsDestination(Go
8669
}
8770

8871
/**
89-
* Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level -
90-
* Parameter level.
9172
* @return value or {@code null} for none
9273
*/
9374
public GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings getDtmfSettings() {
9475
return dtmfSettings;
9576
}
9677

9778
/**
98-
* Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level -
99-
* Parameter level.
10079
* @param dtmfSettings dtmfSettings or {@code null} for none
10180
*/
10281
public GoogleCloudDialogflowCxV3AdvancedSettings setDtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings dtmfSettings) {
@@ -105,17 +84,13 @@ public GoogleCloudDialogflowCxV3AdvancedSettings setDtmfSettings(GoogleCloudDial
10584
}
10685

10786
/**
108-
* Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver
109-
* logs, and speech logging. Exposed at the following levels: - Agent level.
11087
* @return value or {@code null} for none
11188
*/
11289
public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings getLoggingSettings() {
11390
return loggingSettings;
11491
}
11592

11693
/**
117-
* Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver
118-
* logs, and speech logging. Exposed at the following levels: - Agent level.
11994
* @param loggingSettings loggingSettings or {@code null} for none
12095
*/
12196
public GoogleCloudDialogflowCxV3AdvancedSettings setLoggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings loggingSettings) {
@@ -124,17 +99,13 @@ public GoogleCloudDialogflowCxV3AdvancedSettings setLoggingSettings(GoogleCloudD
12499
}
125100

126101
/**
127-
* Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow
128-
* level - Page level - Parameter level
129102
* @return value or {@code null} for none
130103
*/
131104
public GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings getSpeechSettings() {
132105
return speechSettings;
133106
}
134107

135108
/**
136-
* Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow
137-
* level - Page level - Parameter level
138109
* @param speechSettings speechSettings or {@code null} for none
139110
*/
140111
public GoogleCloudDialogflowCxV3AdvancedSettings setSpeechSettings(GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings speechSettings) {

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

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.dialogflow.v2.model;
1818

1919
/**
20-
* Define behaviors for DTMF (dual tone multi frequency).
20+
* Model definition for GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Dialogflow API. For a detailed explanation see:
@@ -30,59 +30,43 @@
3030
public final class GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example,
34-
* if the caller presses a button on their telephone keypad and DTMF processing is enabled,
35-
* Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the
36-
* event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
3733
* The value may be {@code null}.
3834
*/
3935
@com.google.api.client.util.Key
4036
private java.lang.Boolean enabled;
4137

4238
/**
43-
* Endpoint timeout setting for matching dtmf input to regex.
4439
* The value may be {@code null}.
4540
*/
4641
@com.google.api.client.util.Key
4742
private String endpointingTimeoutDuration;
4843

4944
/**
50-
* The digit that terminates a DTMF digit sequence.
5145
* The value may be {@code null}.
5246
*/
5347
@com.google.api.client.util.Key
5448
private java.lang.String finishDigit;
5549

5650
/**
57-
* Interdigit timeout setting for matching dtmf input to regex.
5851
* The value may be {@code null}.
5952
*/
6053
@com.google.api.client.util.Key
6154
private String interdigitTimeoutDuration;
6255

6356
/**
64-
* Max length of DTMF digits.
6557
* The value may be {@code null}.
6658
*/
6759
@com.google.api.client.util.Key
6860
private java.lang.Integer maxDigits;
6961

7062
/**
71-
* If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example,
72-
* if the caller presses a button on their telephone keypad and DTMF processing is enabled,
73-
* Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the
74-
* event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
7563
* @return value or {@code null} for none
7664
*/
7765
public java.lang.Boolean getEnabled() {
7866
return enabled;
7967
}
8068

8169
/**
82-
* If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example,
83-
* if the caller presses a button on their telephone keypad and DTMF processing is enabled,
84-
* Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the
85-
* event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
8670
* @param enabled enabled or {@code null} for none
8771
*/
8872
public GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings setEnabled(java.lang.Boolean enabled) {
@@ -91,15 +75,13 @@ public GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings setEnabled(java.lan
9175
}
9276

9377
/**
94-
* Endpoint timeout setting for matching dtmf input to regex.
9578
* @return value or {@code null} for none
9679
*/
9780
public String getEndpointingTimeoutDuration() {
9881
return endpointingTimeoutDuration;
9982
}
10083

10184
/**
102-
* Endpoint timeout setting for matching dtmf input to regex.
10385
* @param endpointingTimeoutDuration endpointingTimeoutDuration or {@code null} for none
10486
*/
10587
public GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings setEndpointingTimeoutDuration(String endpointingTimeoutDuration) {
@@ -108,15 +90,13 @@ public GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings setEndpointingTimeo
10890
}
10991

11092
/**
111-
* The digit that terminates a DTMF digit sequence.
11293
* @return value or {@code null} for none
11394
*/
11495
public java.lang.String getFinishDigit() {
11596
return finishDigit;
11697
}
11798

11899
/**
119-
* The digit that terminates a DTMF digit sequence.
120100
* @param finishDigit finishDigit or {@code null} for none
121101
*/
122102
public GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings setFinishDigit(java.lang.String finishDigit) {
@@ -125,15 +105,13 @@ public GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings setFinishDigit(java
125105
}
126106

127107
/**
128-
* Interdigit timeout setting for matching dtmf input to regex.
129108
* @return value or {@code null} for none
130109
*/
131110
public String getInterdigitTimeoutDuration() {
132111
return interdigitTimeoutDuration;
133112
}
134113

135114
/**
136-
* Interdigit timeout setting for matching dtmf input to regex.
137115
* @param interdigitTimeoutDuration interdigitTimeoutDuration or {@code null} for none
138116
*/
139117
public GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings setInterdigitTimeoutDuration(String interdigitTimeoutDuration) {
@@ -142,15 +120,13 @@ public GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings setInterdigitTimeou
142120
}
143121

144122
/**
145-
* Max length of DTMF digits.
146123
* @return value or {@code null} for none
147124
*/
148125
public java.lang.Integer getMaxDigits() {
149126
return maxDigits;
150127
}
151128

152129
/**
153-
* Max length of DTMF digits.
154130
* @param maxDigits maxDigits or {@code null} for none
155131
*/
156132
public GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings setMaxDigits(java.lang.Integer maxDigits) {

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.dialogflow.v2.model;
1818

1919
/**
20-
* Define behaviors on logging.
20+
* Model definition for GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Dialogflow API. For a detailed explanation see:
@@ -30,42 +30,31 @@
3030
public final class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings extends com.google.api.client.json.GenericJson {
3131

3232
/**
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.
3633
* The value may be {@code null}.
3734
*/
3835
@com.google.api.client.util.Key
3936
private java.lang.Boolean enableConsentBasedRedaction;
4037

4138
/**
42-
* Enables DF Interaction logging.
4339
* The value may be {@code null}.
4440
*/
4541
@com.google.api.client.util.Key
4642
private java.lang.Boolean enableInteractionLogging;
4743

4844
/**
49-
* Enables Google Cloud Logging.
5045
* The value may be {@code null}.
5146
*/
5247
@com.google.api.client.util.Key
5348
private java.lang.Boolean enableStackdriverLogging;
5449

5550
/**
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.
5951
* @return value or {@code null} for none
6052
*/
6153
public java.lang.Boolean getEnableConsentBasedRedaction() {
6254
return enableConsentBasedRedaction;
6355
}
6456

6557
/**
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.
6958
* @param enableConsentBasedRedaction enableConsentBasedRedaction or {@code null} for none
7059
*/
7160
public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableConsentBasedRedaction(java.lang.Boolean enableConsentBasedRedaction) {
@@ -74,15 +63,13 @@ public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableConsent
7463
}
7564

7665
/**
77-
* Enables DF Interaction logging.
7866
* @return value or {@code null} for none
7967
*/
8068
public java.lang.Boolean getEnableInteractionLogging() {
8169
return enableInteractionLogging;
8270
}
8371

8472
/**
85-
* Enables DF Interaction logging.
8673
* @param enableInteractionLogging enableInteractionLogging or {@code null} for none
8774
*/
8875
public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableInteractionLogging(java.lang.Boolean enableInteractionLogging) {
@@ -91,15 +78,13 @@ public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableInterac
9178
}
9279

9380
/**
94-
* Enables Google Cloud Logging.
9581
* @return value or {@code null} for none
9682
*/
9783
public java.lang.Boolean getEnableStackdriverLogging() {
9884
return enableStackdriverLogging;
9985
}
10086

10187
/**
102-
* Enables Google Cloud Logging.
10388
* @param enableStackdriverLogging enableStackdriverLogging or {@code null} for none
10489
*/
10590
public GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings setEnableStackdriverLogging(java.lang.Boolean enableStackdriverLogging) {

0 commit comments

Comments
 (0)