@@ -34,6 +34,8 @@ public interface AgentOrBuilder
34
34
* <code>
35
35
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
36
36
* </code>
37
+ *
38
+ * @return The parent.
37
39
*/
38
40
java .lang .String getParent ();
39
41
/**
@@ -47,6 +49,8 @@ public interface AgentOrBuilder
47
49
* <code>
48
50
* string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
49
51
* </code>
52
+ *
53
+ * @return The bytes for parent.
50
54
*/
51
55
com .google .protobuf .ByteString getParentBytes ();
52
56
@@ -58,6 +62,8 @@ public interface AgentOrBuilder
58
62
* </pre>
59
63
*
60
64
* <code>string display_name = 2 [(.google.api.field_behavior) = REQUIRED];</code>
65
+ *
66
+ * @return The displayName.
61
67
*/
62
68
java .lang .String getDisplayName ();
63
69
/**
@@ -68,6 +74,8 @@ public interface AgentOrBuilder
68
74
* </pre>
69
75
*
70
76
* <code>string display_name = 2 [(.google.api.field_behavior) = REQUIRED];</code>
77
+ *
78
+ * @return The bytes for displayName.
71
79
*/
72
80
com .google .protobuf .ByteString getDisplayNameBytes ();
73
81
@@ -83,6 +91,8 @@ public interface AgentOrBuilder
83
91
* </pre>
84
92
*
85
93
* <code>string default_language_code = 3 [(.google.api.field_behavior) = REQUIRED];</code>
94
+ *
95
+ * @return The defaultLanguageCode.
86
96
*/
87
97
java .lang .String getDefaultLanguageCode ();
88
98
/**
@@ -97,6 +107,8 @@ public interface AgentOrBuilder
97
107
* </pre>
98
108
*
99
109
* <code>string default_language_code = 3 [(.google.api.field_behavior) = REQUIRED];</code>
110
+ *
111
+ * @return The bytes for defaultLanguageCode.
100
112
*/
101
113
com .google .protobuf .ByteString getDefaultLanguageCodeBytes ();
102
114
@@ -110,6 +122,8 @@ public interface AgentOrBuilder
110
122
*
111
123
* <code>repeated string supported_language_codes = 4 [(.google.api.field_behavior) = OPTIONAL];
112
124
* </code>
125
+ *
126
+ * @return A list containing the supportedLanguageCodes.
113
127
*/
114
128
java .util .List <java .lang .String > getSupportedLanguageCodesList ();
115
129
/**
@@ -122,6 +136,8 @@ public interface AgentOrBuilder
122
136
*
123
137
* <code>repeated string supported_language_codes = 4 [(.google.api.field_behavior) = OPTIONAL];
124
138
* </code>
139
+ *
140
+ * @return The count of supportedLanguageCodes.
125
141
*/
126
142
int getSupportedLanguageCodesCount ();
127
143
/**
@@ -134,6 +150,9 @@ public interface AgentOrBuilder
134
150
*
135
151
* <code>repeated string supported_language_codes = 4 [(.google.api.field_behavior) = OPTIONAL];
136
152
* </code>
153
+ *
154
+ * @param index The index of the element to return.
155
+ * @return The supportedLanguageCodes at the given index.
137
156
*/
138
157
java .lang .String getSupportedLanguageCodes (int index );
139
158
/**
@@ -146,6 +165,9 @@ public interface AgentOrBuilder
146
165
*
147
166
* <code>repeated string supported_language_codes = 4 [(.google.api.field_behavior) = OPTIONAL];
148
167
* </code>
168
+ *
169
+ * @param index The index of the value to return.
170
+ * @return The bytes of the supportedLanguageCodes at the given index.
149
171
*/
150
172
com .google .protobuf .ByteString getSupportedLanguageCodesBytes (int index );
151
173
@@ -159,6 +181,8 @@ public interface AgentOrBuilder
159
181
* </pre>
160
182
*
161
183
* <code>string time_zone = 5 [(.google.api.field_behavior) = REQUIRED];</code>
184
+ *
185
+ * @return The timeZone.
162
186
*/
163
187
java .lang .String getTimeZone ();
164
188
/**
@@ -171,6 +195,8 @@ public interface AgentOrBuilder
171
195
* </pre>
172
196
*
173
197
* <code>string time_zone = 5 [(.google.api.field_behavior) = REQUIRED];</code>
198
+ *
199
+ * @return The bytes for timeZone.
174
200
*/
175
201
com .google .protobuf .ByteString getTimeZoneBytes ();
176
202
@@ -183,6 +209,8 @@ public interface AgentOrBuilder
183
209
* </pre>
184
210
*
185
211
* <code>string description = 6 [(.google.api.field_behavior) = OPTIONAL];</code>
212
+ *
213
+ * @return The description.
186
214
*/
187
215
java .lang .String getDescription ();
188
216
/**
@@ -194,6 +222,8 @@ public interface AgentOrBuilder
194
222
* </pre>
195
223
*
196
224
* <code>string description = 6 [(.google.api.field_behavior) = OPTIONAL];</code>
225
+ *
226
+ * @return The bytes for description.
197
227
*/
198
228
com .google .protobuf .ByteString getDescriptionBytes ();
199
229
@@ -209,6 +239,8 @@ public interface AgentOrBuilder
209
239
* </pre>
210
240
*
211
241
* <code>string avatar_uri = 7 [(.google.api.field_behavior) = OPTIONAL];</code>
242
+ *
243
+ * @return The avatarUri.
212
244
*/
213
245
java .lang .String getAvatarUri ();
214
246
/**
@@ -223,6 +255,8 @@ public interface AgentOrBuilder
223
255
* </pre>
224
256
*
225
257
* <code>string avatar_uri = 7 [(.google.api.field_behavior) = OPTIONAL];</code>
258
+ *
259
+ * @return The bytes for avatarUri.
226
260
*/
227
261
com .google .protobuf .ByteString getAvatarUriBytes ();
228
262
@@ -234,6 +268,8 @@ public interface AgentOrBuilder
234
268
* </pre>
235
269
*
236
270
* <code>bool enable_logging = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
271
+ *
272
+ * @return The enableLogging.
237
273
*/
238
274
boolean getEnableLogging ();
239
275
@@ -247,6 +283,8 @@ public interface AgentOrBuilder
247
283
* <code>
248
284
* .google.cloud.dialogflow.v2.Agent.MatchMode match_mode = 9 [(.google.api.field_behavior) = OPTIONAL];
249
285
* </code>
286
+ *
287
+ * @return The enum numeric value on the wire for matchMode.
250
288
*/
251
289
int getMatchModeValue ();
252
290
/**
@@ -259,6 +297,8 @@ public interface AgentOrBuilder
259
297
* <code>
260
298
* .google.cloud.dialogflow.v2.Agent.MatchMode match_mode = 9 [(.google.api.field_behavior) = OPTIONAL];
261
299
* </code>
300
+ *
301
+ * @return The matchMode.
262
302
*/
263
303
com .google .cloud .dialogflow .v2 .Agent .MatchMode getMatchMode ();
264
304
@@ -276,6 +316,8 @@ public interface AgentOrBuilder
276
316
* </pre>
277
317
*
278
318
* <code>float classification_threshold = 10 [(.google.api.field_behavior) = OPTIONAL];</code>
319
+ *
320
+ * @return The classificationThreshold.
279
321
*/
280
322
float getClassificationThreshold ();
281
323
@@ -292,6 +334,8 @@ public interface AgentOrBuilder
292
334
* <code>
293
335
* .google.cloud.dialogflow.v2.Agent.ApiVersion api_version = 14 [(.google.api.field_behavior) = OPTIONAL];
294
336
* </code>
337
+ *
338
+ * @return The enum numeric value on the wire for apiVersion.
295
339
*/
296
340
int getApiVersionValue ();
297
341
/**
@@ -307,6 +351,8 @@ public interface AgentOrBuilder
307
351
* <code>
308
352
* .google.cloud.dialogflow.v2.Agent.ApiVersion api_version = 14 [(.google.api.field_behavior) = OPTIONAL];
309
353
* </code>
354
+ *
355
+ * @return The apiVersion.
310
356
*/
311
357
com .google .cloud .dialogflow .v2 .Agent .ApiVersion getApiVersion ();
312
358
@@ -320,6 +366,8 @@ public interface AgentOrBuilder
320
366
* <code>
321
367
* .google.cloud.dialogflow.v2.Agent.Tier tier = 15 [(.google.api.field_behavior) = OPTIONAL];
322
368
* </code>
369
+ *
370
+ * @return The enum numeric value on the wire for tier.
323
371
*/
324
372
int getTierValue ();
325
373
/**
@@ -332,6 +380,8 @@ public interface AgentOrBuilder
332
380
* <code>
333
381
* .google.cloud.dialogflow.v2.Agent.Tier tier = 15 [(.google.api.field_behavior) = OPTIONAL];
334
382
* </code>
383
+ *
384
+ * @return The tier.
335
385
*/
336
386
com .google .cloud .dialogflow .v2 .Agent .Tier getTier ();
337
387
}
0 commit comments