Skip to content

Commit fca70cf

Browse files
1 parent f344db2 commit fca70cf

34 files changed

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

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ public final class GoogleCloudDialogflowCxV3Intent extends com.google.api.client
4141
@com.google.api.client.util.Key
4242
private java.lang.String displayName;
4343

44+
/**
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String dtmfPattern;
49+
4450
/**
4551
* The value may be {@code null}.
4652
*/
@@ -107,6 +113,21 @@ public GoogleCloudDialogflowCxV3Intent setDisplayName(java.lang.String displayNa
107113
return this;
108114
}
109115

116+
/**
117+
* @return value or {@code null} for none
118+
*/
119+
public java.lang.String getDtmfPattern() {
120+
return dtmfPattern;
121+
}
122+
123+
/**
124+
* @param dtmfPattern dtmfPattern or {@code null} for none
125+
*/
126+
public GoogleCloudDialogflowCxV3Intent setDtmfPattern(java.lang.String dtmfPattern) {
127+
this.dtmfPattern = dtmfPattern;
128+
return this;
129+
}
130+
110131
/**
111132
* @return value or {@code null} for none
112133
*/

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ public final class GoogleCloudDialogflowCxV3beta1Intent extends com.google.api.c
4141
@com.google.api.client.util.Key
4242
private java.lang.String displayName;
4343

44+
/**
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String dtmfPattern;
49+
4450
/**
4551
* The value may be {@code null}.
4652
*/
@@ -107,6 +113,21 @@ public GoogleCloudDialogflowCxV3beta1Intent setDisplayName(java.lang.String disp
107113
return this;
108114
}
109115

116+
/**
117+
* @return value or {@code null} for none
118+
*/
119+
public java.lang.String getDtmfPattern() {
120+
return dtmfPattern;
121+
}
122+
123+
/**
124+
* @param dtmfPattern dtmfPattern or {@code null} for none
125+
*/
126+
public GoogleCloudDialogflowCxV3beta1Intent setDtmfPattern(java.lang.String dtmfPattern) {
127+
this.dtmfPattern = dtmfPattern;
128+
return this;
129+
}
130+
110131
/**
111132
* @return value or {@code null} for none
112133
*/

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ public final class GoogleCloudDialogflowV2Conversation extends com.google.api.cl
5353
@com.google.api.client.util.Key
5454
private java.util.Map<String, GoogleCloudDialogflowV2ConversationContextReference> ingestedContextReferences;
5555

56+
/**
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private GoogleCloudDialogflowV2ConversationProfile initialConversationProfile;
61+
62+
/**
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private java.util.Map<String, GoogleCloudDialogflowV2ConversationGeneratorContext> initialGeneratorContexts;
67+
5668
/**
5769
* The value may be {@code null}.
5870
*/
@@ -143,6 +155,36 @@ public GoogleCloudDialogflowV2Conversation setIngestedContextReferences(java.uti
143155
return this;
144156
}
145157

158+
/**
159+
* @return value or {@code null} for none
160+
*/
161+
public GoogleCloudDialogflowV2ConversationProfile getInitialConversationProfile() {
162+
return initialConversationProfile;
163+
}
164+
165+
/**
166+
* @param initialConversationProfile initialConversationProfile or {@code null} for none
167+
*/
168+
public GoogleCloudDialogflowV2Conversation setInitialConversationProfile(GoogleCloudDialogflowV2ConversationProfile initialConversationProfile) {
169+
this.initialConversationProfile = initialConversationProfile;
170+
return this;
171+
}
172+
173+
/**
174+
* @return value or {@code null} for none
175+
*/
176+
public java.util.Map<String, GoogleCloudDialogflowV2ConversationGeneratorContext> getInitialGeneratorContexts() {
177+
return initialGeneratorContexts;
178+
}
179+
180+
/**
181+
* @param initialGeneratorContexts initialGeneratorContexts or {@code null} for none
182+
*/
183+
public GoogleCloudDialogflowV2Conversation setInitialGeneratorContexts(java.util.Map<String, GoogleCloudDialogflowV2ConversationGeneratorContext> initialGeneratorContexts) {
184+
this.initialGeneratorContexts = initialGeneratorContexts;
185+
return this;
186+
}
187+
146188
/**
147189
* @return value or {@code null} for none
148190
*/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.dialogflow.v2.model;
18+
19+
/**
20+
* Model definition for GoogleCloudDialogflowV2ConversationGeneratorContext.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Dialogflow API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudDialogflowV2ConversationGeneratorContext extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* The value may be {@code null}.
34+
*/
35+
@com.google.api.client.util.Key
36+
private java.lang.String generatorType;
37+
38+
/**
39+
* @return value or {@code null} for none
40+
*/
41+
public java.lang.String getGeneratorType() {
42+
return generatorType;
43+
}
44+
45+
/**
46+
* @param generatorType generatorType or {@code null} for none
47+
*/
48+
public GoogleCloudDialogflowV2ConversationGeneratorContext setGeneratorType(java.lang.String generatorType) {
49+
this.generatorType = generatorType;
50+
return this;
51+
}
52+
53+
@Override
54+
public GoogleCloudDialogflowV2ConversationGeneratorContext set(String fieldName, Object value) {
55+
return (GoogleCloudDialogflowV2ConversationGeneratorContext) super.set(fieldName, value);
56+
}
57+
58+
@Override
59+
public GoogleCloudDialogflowV2ConversationGeneratorContext clone() {
60+
return (GoogleCloudDialogflowV2ConversationGeneratorContext) super.clone();
61+
}
62+
63+
}

clients/google-api-services-dialogflow/v2/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>v2-rev20260119-2.0.0</version>
12-
<name>Dialogflow API v2-rev20260119-2.0.0</name>
11+
<version>v2-rev20260313-2.0.0</version>
12+
<name>Dialogflow API v2-rev20260313-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowCxV3Intent.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ public final class GoogleCloudDialogflowCxV3Intent extends com.google.api.client
4141
@com.google.api.client.util.Key
4242
private java.lang.String displayName;
4343

44+
/**
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String dtmfPattern;
49+
4450
/**
4551
* The value may be {@code null}.
4652
*/
@@ -107,6 +113,21 @@ public GoogleCloudDialogflowCxV3Intent setDisplayName(java.lang.String displayNa
107113
return this;
108114
}
109115

116+
/**
117+
* @return value or {@code null} for none
118+
*/
119+
public java.lang.String getDtmfPattern() {
120+
return dtmfPattern;
121+
}
122+
123+
/**
124+
* @param dtmfPattern dtmfPattern or {@code null} for none
125+
*/
126+
public GoogleCloudDialogflowCxV3Intent setDtmfPattern(java.lang.String dtmfPattern) {
127+
this.dtmfPattern = dtmfPattern;
128+
return this;
129+
}
130+
110131
/**
111132
* @return value or {@code null} for none
112133
*/

clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowCxV3beta1Intent.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ public final class GoogleCloudDialogflowCxV3beta1Intent extends com.google.api.c
4141
@com.google.api.client.util.Key
4242
private java.lang.String displayName;
4343

44+
/**
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String dtmfPattern;
49+
4450
/**
4551
* The value may be {@code null}.
4652
*/
@@ -107,6 +113,21 @@ public GoogleCloudDialogflowCxV3beta1Intent setDisplayName(java.lang.String disp
107113
return this;
108114
}
109115

116+
/**
117+
* @return value or {@code null} for none
118+
*/
119+
public java.lang.String getDtmfPattern() {
120+
return dtmfPattern;
121+
}
122+
123+
/**
124+
* @param dtmfPattern dtmfPattern or {@code null} for none
125+
*/
126+
public GoogleCloudDialogflowCxV3beta1Intent setDtmfPattern(java.lang.String dtmfPattern) {
127+
this.dtmfPattern = dtmfPattern;
128+
return this;
129+
}
130+
110131
/**
111132
* @return value or {@code null} for none
112133
*/

0 commit comments

Comments
 (0)