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

Commit

Permalink
docs(regen): regenerate with updated javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 17, 2020
1 parent 98efd8d commit 7df846f
Show file tree
Hide file tree
Showing 28 changed files with 2,166 additions and 264 deletions.
Expand Up @@ -54,11 +54,11 @@
* data types such as date, time, currency, and so on. A system entity is represented by the
* `EntityType` type.
*
* <p>&#42; &#42;&#42;Developer&#42;&#42; - entities that are defined by you that represent
* actionable data that is meaningful to your application. For example, you could define a
* `pizza.sauce` entity for red or white pizza sauce, a `pizza.cheese` entity for the different
* types of cheese on a pizza, a `pizza.topping` entity for different toppings, and so on. A
* developer entity is represented by the `EntityType` type.
* <p>&#42; &#42;&#42;Custom&#42;&#42; - entities that are defined by you that represent actionable
* data that is meaningful to your application. For example, you could define a `pizza.sauce` entity
* for red or white pizza sauce, a `pizza.cheese` entity for the different types of cheese on a
* pizza, a `pizza.topping` entity for different toppings, and so on. A custom entity is represented
* by the `EntityType` type.
*
* <p>&#42; &#42;&#42;User&#42;&#42; - entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. A user entity is represented by the
Expand Down Expand Up @@ -1611,7 +1611,7 @@ public final UnaryCallable<BatchUpdateEntitiesRequest, Operation> batchUpdateEnt
*
* @param parent Required. The name of the entity type to delete entries for. Format:
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
* @param entityValues Required. The canonical `values` of the entities to delete. Note that these
* @param entityValues Required. The reference `values` of the entities to delete. Note that these
* are not fully-qualified names, i.e. they don't start with `projects/&lt;Project ID&gt;`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1645,7 +1645,7 @@ public final OperationFuture<Empty, Struct> batchDeleteEntitiesAsync(
*
* @param parent Required. The name of the entity type to delete entries for. Format:
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
* @param entityValues Required. The canonical `values` of the entities to delete. Note that these
* @param entityValues Required. The reference `values` of the entities to delete. Note that these
* are not fully-qualified names, i.e. they don't start with `projects/&lt;Project ID&gt;`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1680,7 +1680,7 @@ public final OperationFuture<Empty, Struct> batchDeleteEntitiesAsync(
*
* @param parent Required. The name of the entity type to delete entries for. Format:
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
* @param entityValues Required. The canonical `values` of the entities to delete. Note that these
* @param entityValues Required. The reference `values` of the entities to delete. Note that these
* are not fully-qualified names, i.e. they don't start with `projects/&lt;Project ID&gt;`.
* @param languageCode Optional. The language of entity synonyms defined in `entities`. If not
* specified, the agent's default language is used. [Many
Expand Down Expand Up @@ -1720,7 +1720,7 @@ public final OperationFuture<Empty, Struct> batchDeleteEntitiesAsync(
*
* @param parent Required. The name of the entity type to delete entries for. Format:
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
* @param entityValues Required. The canonical `values` of the entities to delete. Note that these
* @param entityValues Required. The reference `values` of the entities to delete. Note that these
* are not fully-qualified names, i.e. they don't start with `projects/&lt;Project ID&gt;`.
* @param languageCode Optional. The language of entity synonyms defined in `entities`. If not
* specified, the agent's default language is used. [Many
Expand Down
Expand Up @@ -101,11 +101,11 @@
* data types such as date, time, currency, and so on. A system entity is represented by the
* `EntityType` type.
*
* <p>&#42; &#42;&#42;Developer&#42;&#42; - entities that are defined by you that represent
* actionable data that is meaningful to your application. For example, you could define a
* `pizza.sauce` entity for red or white pizza sauce, a `pizza.cheese` entity for the different
* types of cheese on a pizza, a `pizza.topping` entity for different toppings, and so on. A
* developer entity is represented by the `EntityType` type.
* <p>&#42; &#42;&#42;Custom&#42;&#42; - entities that are defined by you that represent actionable
* data that is meaningful to your application. For example, you could define a `pizza.sauce` entity
* for red or white pizza sauce, a `pizza.cheese` entity for the different types of cheese on a
* pizza, a `pizza.topping` entity for different toppings, and so on. A custom entity is represented
* by the `EntityType` type.
*
* <p>&#42; &#42;&#42;User&#42;&#42; - entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. A user entity is represented by the
Expand Down
Expand Up @@ -54,11 +54,11 @@
* data types such as date, time, currency, and so on. A system entity is represented by the
* `EntityType` type.
*
* <p>&#42; &#42;&#42;Developer&#42;&#42; - entities that are defined by you that represent
* actionable data that is meaningful to your application. For example, you could define a
* `pizza.sauce` entity for red or white pizza sauce, a `pizza.cheese` entity for the different
* types of cheese on a pizza, a `pizza.topping` entity for different toppings, and so on. A
* developer entity is represented by the `EntityType` type.
* <p>&#42; &#42;&#42;Custom&#42;&#42; - entities that are defined by you that represent actionable
* data that is meaningful to your application. For example, you could define a `pizza.sauce` entity
* for red or white pizza sauce, a `pizza.cheese` entity for the different types of cheese on a
* pizza, a `pizza.topping` entity for different toppings, and so on. A custom entity is represented
* by the `EntityType` type.
*
* <p>&#42; &#42;&#42;User&#42;&#42; - entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. A user entity is represented by the
Expand Down Expand Up @@ -1611,7 +1611,7 @@ public final UnaryCallable<BatchUpdateEntitiesRequest, Operation> batchUpdateEnt
*
* @param parent Required. The name of the entity type to delete entries for. Format:
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
* @param entityValues Required. The canonical `values` of the entities to delete. Note that these
* @param entityValues Required. The reference `values` of the entities to delete. Note that these
* are not fully-qualified names, i.e. they don't start with `projects/&lt;Project ID&gt;`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1645,7 +1645,7 @@ public final OperationFuture<Empty, Struct> batchDeleteEntitiesAsync(
*
* @param parent Required. The name of the entity type to delete entries for. Format:
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
* @param entityValues Required. The canonical `values` of the entities to delete. Note that these
* @param entityValues Required. The reference `values` of the entities to delete. Note that these
* are not fully-qualified names, i.e. they don't start with `projects/&lt;Project ID&gt;`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1680,7 +1680,7 @@ public final OperationFuture<Empty, Struct> batchDeleteEntitiesAsync(
*
* @param parent Required. The name of the entity type to delete entries for. Format:
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
* @param entityValues Required. The canonical `values` of the entities to delete. Note that these
* @param entityValues Required. The reference `values` of the entities to delete. Note that these
* are not fully-qualified names, i.e. they don't start with `projects/&lt;Project ID&gt;`.
* @param languageCode Optional. The language of entity synonyms defined in `entities`. If not
* specified, the agent's default language is used. [Many
Expand Down Expand Up @@ -1720,7 +1720,7 @@ public final OperationFuture<Empty, Struct> batchDeleteEntitiesAsync(
*
* @param parent Required. The name of the entity type to delete entries for. Format:
* `projects/&lt;Project ID&gt;/agent/entityTypes/&lt;Entity Type ID&gt;`.
* @param entityValues Required. The canonical `values` of the entities to delete. Note that these
* @param entityValues Required. The reference `values` of the entities to delete. Note that these
* are not fully-qualified names, i.e. they don't start with `projects/&lt;Project ID&gt;`.
* @param languageCode Optional. The language of entity synonyms defined in `entities`. If not
* specified, the agent's default language is used. [Many
Expand Down
Expand Up @@ -116,11 +116,11 @@
* data types such as date, time, currency, and so on. A system entity is represented by the
* `EntityType` type.
*
* <p>&#42; &#42;&#42;Developer&#42;&#42; - entities that are defined by you that represent
* actionable data that is meaningful to your application. For example, you could define a
* `pizza.sauce` entity for red or white pizza sauce, a `pizza.cheese` entity for the different
* types of cheese on a pizza, a `pizza.topping` entity for different toppings, and so on. A
* developer entity is represented by the `EntityType` type.
* <p>&#42; &#42;&#42;Custom&#42;&#42; - entities that are defined by you that represent actionable
* data that is meaningful to your application. For example, you could define a `pizza.sauce` entity
* for red or white pizza sauce, a `pizza.cheese` entity for the different types of cheese on a
* pizza, a `pizza.topping` entity for different toppings, and so on. A custom entity is represented
* by the `EntityType` type.
*
* <p>&#42; &#42;&#42;User&#42;&#42; - entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. A user entity is represented by the
Expand Down
Expand Up @@ -36,11 +36,11 @@
* * **System** - entities that are defined by the Dialogflow API for common
* data types such as date, time, currency, and so on. A system entity is
* represented by the `EntityType` type.
* * **Developer** - entities that are defined by you that represent
* * **Custom** - entities that are defined by you that represent
* actionable data that is meaningful to your application. For example,
* you could define a `pizza.sauce` entity for red or white pizza sauce,
* a `pizza.cheese` entity for the different types of cheese on a pizza,
* a `pizza.topping` entity for different toppings, and so on. A developer
* a `pizza.topping` entity for different toppings, and so on. A custom
* entity is represented by the `EntityType` type.
* * **User** - entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. A user entity is
Expand Down Expand Up @@ -670,11 +670,11 @@ public static EntityTypesFutureStub newFutureStub(io.grpc.Channel channel) {
* * **System** - entities that are defined by the Dialogflow API for common
* data types such as date, time, currency, and so on. A system entity is
* represented by the `EntityType` type.
* * **Developer** - entities that are defined by you that represent
* * **Custom** - entities that are defined by you that represent
* actionable data that is meaningful to your application. For example,
* you could define a `pizza.sauce` entity for red or white pizza sauce,
* a `pizza.cheese` entity for the different types of cheese on a pizza,
* a `pizza.topping` entity for different toppings, and so on. A developer
* a `pizza.topping` entity for different toppings, and so on. A custom
* entity is represented by the `EntityType` type.
* * **User** - entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. A user entity is
Expand Down Expand Up @@ -908,11 +908,11 @@ public final io.grpc.ServerServiceDefinition bindService() {
* * **System** - entities that are defined by the Dialogflow API for common
* data types such as date, time, currency, and so on. A system entity is
* represented by the `EntityType` type.
* * **Developer** - entities that are defined by you that represent
* * **Custom** - entities that are defined by you that represent
* actionable data that is meaningful to your application. For example,
* you could define a `pizza.sauce` entity for red or white pizza sauce,
* a `pizza.cheese` entity for the different types of cheese on a pizza,
* a `pizza.topping` entity for different toppings, and so on. A developer
* a `pizza.topping` entity for different toppings, and so on. A custom
* entity is represented by the `EntityType` type.
* * **User** - entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. A user entity is
Expand Down Expand Up @@ -1119,11 +1119,11 @@ public void batchDeleteEntities(
* * **System** - entities that are defined by the Dialogflow API for common
* data types such as date, time, currency, and so on. A system entity is
* represented by the `EntityType` type.
* * **Developer** - entities that are defined by you that represent
* * **Custom** - entities that are defined by you that represent
* actionable data that is meaningful to your application. For example,
* you could define a `pizza.sauce` entity for red or white pizza sauce,
* a `pizza.cheese` entity for the different types of cheese on a pizza,
* a `pizza.topping` entity for different toppings, and so on. A developer
* a `pizza.topping` entity for different toppings, and so on. A custom
* entity is represented by the `EntityType` type.
* * **User** - entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. A user entity is
Expand Down Expand Up @@ -1301,11 +1301,11 @@ public com.google.longrunning.Operation batchDeleteEntities(
* * **System** - entities that are defined by the Dialogflow API for common
* data types such as date, time, currency, and so on. A system entity is
* represented by the `EntityType` type.
* * **Developer** - entities that are defined by you that represent
* * **Custom** - entities that are defined by you that represent
* actionable data that is meaningful to your application. For example,
* you could define a `pizza.sauce` entity for red or white pizza sauce,
* a `pizza.cheese` entity for the different types of cheese on a pizza,
* a `pizza.topping` entity for different toppings, and so on. A developer
* a `pizza.topping` entity for different toppings, and so on. A custom
* entity is represented by the `EntityType` type.
* * **User** - entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. A user entity is
Expand Down

0 comments on commit 7df846f

Please sign in to comment.