Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit cc93b16

Browse files
docs(v2): update generated javadocs from proto annotations
googleapis/googleapis@3d52f3c commit 3d52f3c126fbfc31f067a7f54737b7f0dfbce163 Author: Google APIs <noreply@google.com> Date: Fri Apr 3 09:48:52 2020 -0700 Dialogflow weekly v2 library update: - Change `parent` field's resource_reference to specify child_type instead of type per client library generation requirement; - Change Session with its child resource pattern to support both projects/{project}/agent/sessions/{session} and projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session}; - Fix `method_signature` - Regular documentation update Important updates are also posted at: https://cloud.google.com/dialogflow/docs/release-notes PiperOrigin-RevId: 304635286
1 parent fdd9453 commit cc93b16

60 files changed

Lines changed: 2028 additions & 2262 deletions

File tree

Some content is hidden

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

google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesClient.java

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ public final ListEntityTypesPagedResponse listEntityTypes(String parent) {
264264
*
265265
* @param parent Required. The agent to list all entity types from. Format: `projects/&lt;Project
266266
* ID&gt;/agent`.
267-
* @param languageCode Optional. The language to list entity synonyms for. If not specified, the
268-
* agent's default language is used. [Many
269-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
270-
* Note: languages must be enabled in the agent before they can be used.
267+
* @param languageCode Optional. The language used to access language-specific data. If not
268+
* specified, the agent's default language is used. For more information, see [Multilingual
269+
* intent and entity
270+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
271271
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
272272
*/
273273
public final ListEntityTypesPagedResponse listEntityTypes(
@@ -298,10 +298,10 @@ public final ListEntityTypesPagedResponse listEntityTypes(
298298
*
299299
* @param parent Required. The agent to list all entity types from. Format: `projects/&lt;Project
300300
* ID&gt;/agent`.
301-
* @param languageCode Optional. The language to list entity synonyms for. If not specified, the
302-
* agent's default language is used. [Many
303-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
304-
* Note: languages must be enabled in the agent before they can be used.
301+
* @param languageCode Optional. The language used to access language-specific data. If not
302+
* specified, the agent's default language is used. For more information, see [Multilingual
303+
* intent and entity
304+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
305305
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
306306
*/
307307
public final ListEntityTypesPagedResponse listEntityTypes(String parent, String languageCode) {
@@ -453,10 +453,10 @@ public final EntityType getEntityType(String name) {
453453
*
454454
* @param name Required. The name of the entity type. Format: `projects/&lt;Project
455455
* ID&gt;/agent/entityTypes/&lt;EntityType ID&gt;`.
456-
* @param languageCode Optional. The language to retrieve entity synonyms for. If not specified,
457-
* the agent's default language is used. [Many
458-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
459-
* Note: languages must be enabled in the agent before they can be used.
456+
* @param languageCode Optional. The language used to access language-specific data. If not
457+
* specified, the agent's default language is used. For more information, see [Multilingual
458+
* intent and entity
459+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
460460
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
461461
*/
462462
public final EntityType getEntityType(EntityTypeName name, String languageCode) {
@@ -484,10 +484,10 @@ public final EntityType getEntityType(EntityTypeName name, String languageCode)
484484
*
485485
* @param name Required. The name of the entity type. Format: `projects/&lt;Project
486486
* ID&gt;/agent/entityTypes/&lt;EntityType ID&gt;`.
487-
* @param languageCode Optional. The language to retrieve entity synonyms for. If not specified,
488-
* the agent's default language is used. [Many
489-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
490-
* Note: languages must be enabled in the agent before they can be used.
487+
* @param languageCode Optional. The language used to access language-specific data. If not
488+
* specified, the agent's default language is used. For more information, see [Multilingual
489+
* intent and entity
490+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
491491
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
492492
*/
493493
public final EntityType getEntityType(String name, String languageCode) {
@@ -612,10 +612,10 @@ public final EntityType createEntityType(String parent, EntityType entityType) {
612612
* @param parent Required. The agent to create a entity type for. Format: `projects/&lt;Project
613613
* ID&gt;/agent`.
614614
* @param entityType Required. The entity type to create.
615-
* @param languageCode Optional. The language of entity synonyms defined in `entity_type`. If not
616-
* specified, the agent's default language is used. [Many
617-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
618-
* Note: languages must be enabled in the agent before they can be used.
615+
* @param languageCode Optional. The language used to access language-specific data. If not
616+
* specified, the agent's default language is used. For more information, see [Multilingual
617+
* intent and entity
618+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
619619
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
620620
*/
621621
public final EntityType createEntityType(
@@ -647,10 +647,10 @@ public final EntityType createEntityType(
647647
* @param parent Required. The agent to create a entity type for. Format: `projects/&lt;Project
648648
* ID&gt;/agent`.
649649
* @param entityType Required. The entity type to create.
650-
* @param languageCode Optional. The language of entity synonyms defined in `entity_type`. If not
651-
* specified, the agent's default language is used. [Many
652-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
653-
* Note: languages must be enabled in the agent before they can be used.
650+
* @param languageCode Optional. The language used to access language-specific data. If not
651+
* specified, the agent's default language is used. For more information, see [Multilingual
652+
* intent and entity
653+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
654654
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
655655
*/
656656
public final EntityType createEntityType(
@@ -750,10 +750,10 @@ public final EntityType updateEntityType(EntityType entityType) {
750750
* </code></pre>
751751
*
752752
* @param entityType Required. The entity type to update.
753-
* @param languageCode Optional. The language of entity synonyms defined in `entity_type`. If not
754-
* specified, the agent's default language is used. [Many
755-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
756-
* Note: languages must be enabled in the agent before they can be used.
753+
* @param languageCode Optional. The language used to access language-specific data. If not
754+
* specified, the agent's default language is used. For more information, see [Multilingual
755+
* intent and entity
756+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
757757
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
758758
*/
759759
public final EntityType updateEntityType(EntityType entityType, String languageCode) {
@@ -1219,10 +1219,10 @@ public final OperationFuture<Empty, Struct> batchCreateEntitiesAsync(
12191219
* @param parent Required. The name of the entity type to create entities in. Format:
12201220
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
12211221
* @param entities Required. The entities to create.
1222-
* @param languageCode Optional. The language of entity synonyms defined in `entities`. If not
1223-
* specified, the agent's default language is used. [Many
1224-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
1225-
* Note: languages must be enabled in the agent before they can be used.
1222+
* @param languageCode Optional. The language used to access language-specific data. If not
1223+
* specified, the agent's default language is used. For more information, see [Multilingual
1224+
* intent and entity
1225+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
12261226
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
12271227
*/
12281228
@BetaApi(
@@ -1258,10 +1258,10 @@ public final OperationFuture<Empty, Struct> batchCreateEntitiesAsync(
12581258
* @param parent Required. The name of the entity type to create entities in. Format:
12591259
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
12601260
* @param entities Required. The entities to create.
1261-
* @param languageCode Optional. The language of entity synonyms defined in `entities`. If not
1262-
* specified, the agent's default language is used. [Many
1263-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
1264-
* Note: languages must be enabled in the agent before they can be used.
1261+
* @param languageCode Optional. The language used to access language-specific data. If not
1262+
* specified, the agent's default language is used. For more information, see [Multilingual
1263+
* intent and entity
1264+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
12651265
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
12661266
*/
12671267
@BetaApi(
@@ -1447,10 +1447,10 @@ public final OperationFuture<Empty, Struct> batchUpdateEntitiesAsync(
14471447
* @param parent Required. The name of the entity type to update or create entities in. Format:
14481448
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
14491449
* @param entities Required. The entities to update or create.
1450-
* @param languageCode Optional. The language of entity synonyms defined in `entities`. If not
1451-
* specified, the agent's default language is used. [Many
1452-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
1453-
* Note: languages must be enabled in the agent before they can be used.
1450+
* @param languageCode Optional. The language used to access language-specific data. If not
1451+
* specified, the agent's default language is used. For more information, see [Multilingual
1452+
* intent and entity
1453+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
14541454
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
14551455
*/
14561456
@BetaApi(
@@ -1487,10 +1487,10 @@ public final OperationFuture<Empty, Struct> batchUpdateEntitiesAsync(
14871487
* @param parent Required. The name of the entity type to update or create entities in. Format:
14881488
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
14891489
* @param entities Required. The entities to update or create.
1490-
* @param languageCode Optional. The language of entity synonyms defined in `entities`. If not
1491-
* specified, the agent's default language is used. [Many
1492-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
1493-
* Note: languages must be enabled in the agent before they can be used.
1490+
* @param languageCode Optional. The language used to access language-specific data. If not
1491+
* specified, the agent's default language is used. For more information, see [Multilingual
1492+
* intent and entity
1493+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
14941494
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
14951495
*/
14961496
@BetaApi(
@@ -1682,10 +1682,10 @@ public final OperationFuture<Empty, Struct> batchDeleteEntitiesAsync(
16821682
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
16831683
* @param entityValues Required. The reference `values` of the entities to delete. Note that these
16841684
* are not fully-qualified names, i.e. they don't start with `projects/&lt;Project ID&gt;`.
1685-
* @param languageCode Optional. The language of entity synonyms defined in `entities`. If not
1686-
* specified, the agent's default language is used. [Many
1687-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
1688-
* Note: languages must be enabled in the agent before they can be used.
1685+
* @param languageCode Optional. The language used to access language-specific data. If not
1686+
* specified, the agent's default language is used. For more information, see [Multilingual
1687+
* intent and entity
1688+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
16891689
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
16901690
*/
16911691
@BetaApi(
@@ -1722,10 +1722,10 @@ public final OperationFuture<Empty, Struct> batchDeleteEntitiesAsync(
17221722
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
17231723
* @param entityValues Required. The reference `values` of the entities to delete. Note that these
17241724
* are not fully-qualified names, i.e. they don't start with `projects/&lt;Project ID&gt;`.
1725-
* @param languageCode Optional. The language of entity synonyms defined in `entities`. If not
1726-
* specified, the agent's default language is used. [Many
1727-
* languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported.
1728-
* Note: languages must be enabled in the agent before they can be used.
1725+
* @param languageCode Optional. The language used to access language-specific data. If not
1726+
* specified, the agent's default language is used. For more information, see [Multilingual
1727+
* intent and entity
1728+
* data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity).
17291729
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
17301730
*/
17311731
@BetaApi(

0 commit comments

Comments
 (0)