Skip to content

Commit 6cf54f8

Browse files
1 parent a81d3c1 commit 6cf54f8

File tree

8 files changed

+66
-12
lines changed

8 files changed

+66
-12
lines changed

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

clients/google-api-services-dialogflow/v3/2.0.0/com/google/api/services/dialogflow/v3/model/GoogleCloudDialogflowCxV3DetectIntentRequest.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ public final class GoogleCloudDialogflowCxV3DetectIntentRequest extends com.goog
5050
@com.google.api.client.util.Key
5151
private GoogleCloudDialogflowCxV3QueryParameters queryParams;
5252

53+
/**
54+
* Optional. Specifies which fields in the QueryResult to return. If not set, the default is
55+
* DETECT_INTENT_RESPONSE_VIEW_FULL.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String responseView;
60+
5361
/**
5462
* Instructs the speech synthesizer how to generate the output audio.
5563
* @return value or {@code null} for none
@@ -101,6 +109,25 @@ public GoogleCloudDialogflowCxV3DetectIntentRequest setQueryParams(GoogleCloudDi
101109
return this;
102110
}
103111

112+
/**
113+
* Optional. Specifies which fields in the QueryResult to return. If not set, the default is
114+
* DETECT_INTENT_RESPONSE_VIEW_FULL.
115+
* @return value or {@code null} for none
116+
*/
117+
public java.lang.String getResponseView() {
118+
return responseView;
119+
}
120+
121+
/**
122+
* Optional. Specifies which fields in the QueryResult to return. If not set, the default is
123+
* DETECT_INTENT_RESPONSE_VIEW_FULL.
124+
* @param responseView responseView or {@code null} for none
125+
*/
126+
public GoogleCloudDialogflowCxV3DetectIntentRequest setResponseView(java.lang.String responseView) {
127+
this.responseView = responseView;
128+
return this;
129+
}
130+
104131
@Override
105132
public GoogleCloudDialogflowCxV3DetectIntentRequest set(String fieldName, Object value) {
106133
return (GoogleCloudDialogflowCxV3DetectIntentRequest) super.set(fieldName, value);

clients/google-api-services-dialogflow/v3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-dialogflow</artifactId>
11-
<version>v3-rev20251203-2.0.0</version>
12-
<name>Dialogflow API v3-rev20251203-2.0.0</name>
11+
<version>v3-rev20251209-2.0.0</version>
12+
<name>Dialogflow API v3-rev20251209-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-dialogflow/v3beta1/2.0.0/com/google/api/services/dialogflow/v3beta1/model/GoogleCloudDialogflowCxV3beta1DetectIntentRequest.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ public final class GoogleCloudDialogflowCxV3beta1DetectIntentRequest extends com
5050
@com.google.api.client.util.Key
5151
private GoogleCloudDialogflowCxV3beta1QueryParameters queryParams;
5252

53+
/**
54+
* Optional. Specifies which fields in the QueryResult to return. If not set, the default is
55+
* DETECT_INTENT_RESPONSE_VIEW_FULL.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String responseView;
60+
5361
/**
5462
* Required. The name of the session this query is sent to. Format:
5563
* `projects//locations//agents//sessions/` or
@@ -116,6 +124,25 @@ public GoogleCloudDialogflowCxV3beta1DetectIntentRequest setQueryParams(GoogleCl
116124
return this;
117125
}
118126

127+
/**
128+
* Optional. Specifies which fields in the QueryResult to return. If not set, the default is
129+
* DETECT_INTENT_RESPONSE_VIEW_FULL.
130+
* @return value or {@code null} for none
131+
*/
132+
public java.lang.String getResponseView() {
133+
return responseView;
134+
}
135+
136+
/**
137+
* Optional. Specifies which fields in the QueryResult to return. If not set, the default is
138+
* DETECT_INTENT_RESPONSE_VIEW_FULL.
139+
* @param responseView responseView or {@code null} for none
140+
*/
141+
public GoogleCloudDialogflowCxV3beta1DetectIntentRequest setResponseView(java.lang.String responseView) {
142+
this.responseView = responseView;
143+
return this;
144+
}
145+
119146
/**
120147
* Required. The name of the session this query is sent to. Format:
121148
* `projects//locations//agents//sessions/` or

clients/google-api-services-dialogflow/v3beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-dialogflow</artifactId>
11-
<version>v3beta1-rev20251203-2.0.0</version>
12-
<name>Dialogflow API v3beta1-rev20251203-2.0.0</name>
11+
<version>v3beta1-rev20251209-2.0.0</version>
12+
<name>Dialogflow API v3beta1-rev20251209-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)