Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
* entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. You can redefine a session
* entity type at the session level.
* Session entity methods do not work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* For more information about entity types, see the
* [Dialogflow
* documentation](https://cloud.google.com/dialogflow/docs/entities-overview).
Expand Down Expand Up @@ -372,6 +375,9 @@ public static SessionEntityTypesFutureStub newFutureStub(io.grpc.Channel channel
* entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. You can redefine a session
* entity type at the session level.
* Session entity methods do not work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* For more information about entity types, see the
* [Dialogflow
* documentation](https://cloud.google.com/dialogflow/docs/entities-overview).
Expand All @@ -384,6 +390,9 @@ public abstract static class SessionEntityTypesImplBase implements io.grpc.Binda
*
* <pre>
* Returns the list of all session entity types in the specified session.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public void listSessionEntityTypes(
Expand All @@ -398,6 +407,9 @@ public void listSessionEntityTypes(
*
* <pre>
* Retrieves the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public void getSessionEntityType(
Expand All @@ -414,6 +426,9 @@ public void getSessionEntityType(
* Creates a session entity type.
* If the specified session entity type already exists, overrides the session
* entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public void createSessionEntityType(
Expand All @@ -428,6 +443,9 @@ public void createSessionEntityType(
*
* <pre>
* Updates the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public void updateSessionEntityType(
Expand All @@ -442,6 +460,9 @@ public void updateSessionEntityType(
*
* <pre>
* Deletes the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public void deleteSessionEntityType(
Expand Down Expand Up @@ -503,6 +524,9 @@ public final io.grpc.ServerServiceDefinition bindService() {
* entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. You can redefine a session
* entity type at the session level.
* Session entity methods do not work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* For more information about entity types, see the
* [Dialogflow
* documentation](https://cloud.google.com/dialogflow/docs/entities-overview).
Expand All @@ -529,6 +553,9 @@ protected SessionEntityTypesStub build(
*
* <pre>
* Returns the list of all session entity types in the specified session.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public void listSessionEntityTypes(
Expand All @@ -546,6 +573,9 @@ public void listSessionEntityTypes(
*
* <pre>
* Retrieves the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public void getSessionEntityType(
Expand All @@ -565,6 +595,9 @@ public void getSessionEntityType(
* Creates a session entity type.
* If the specified session entity type already exists, overrides the session
* entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public void createSessionEntityType(
Expand All @@ -582,6 +615,9 @@ public void createSessionEntityType(
*
* <pre>
* Updates the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public void updateSessionEntityType(
Expand All @@ -599,6 +635,9 @@ public void updateSessionEntityType(
*
* <pre>
* Deletes the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public void deleteSessionEntityType(
Expand All @@ -623,6 +662,9 @@ public void deleteSessionEntityType(
* entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. You can redefine a session
* entity type at the session level.
* Session entity methods do not work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* For more information about entity types, see the
* [Dialogflow
* documentation](https://cloud.google.com/dialogflow/docs/entities-overview).
Expand Down Expand Up @@ -650,6 +692,9 @@ protected SessionEntityTypesBlockingStub build(
*
* <pre>
* Returns the list of all session entity types in the specified session.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public com.google.cloud.dialogflow.v2.ListSessionEntityTypesResponse listSessionEntityTypes(
Expand All @@ -663,6 +708,9 @@ public com.google.cloud.dialogflow.v2.ListSessionEntityTypesResponse listSession
*
* <pre>
* Retrieves the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public com.google.cloud.dialogflow.v2.SessionEntityType getSessionEntityType(
Expand All @@ -678,6 +726,9 @@ public com.google.cloud.dialogflow.v2.SessionEntityType getSessionEntityType(
* Creates a session entity type.
* If the specified session entity type already exists, overrides the session
* entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public com.google.cloud.dialogflow.v2.SessionEntityType createSessionEntityType(
Expand All @@ -691,6 +742,9 @@ public com.google.cloud.dialogflow.v2.SessionEntityType createSessionEntityType(
*
* <pre>
* Updates the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public com.google.cloud.dialogflow.v2.SessionEntityType updateSessionEntityType(
Expand All @@ -704,6 +758,9 @@ public com.google.cloud.dialogflow.v2.SessionEntityType updateSessionEntityType(
*
* <pre>
* Deletes the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public com.google.protobuf.Empty deleteSessionEntityType(
Expand All @@ -725,6 +782,9 @@ public com.google.protobuf.Empty deleteSessionEntityType(
* entities that are built for an individual user such as
* favorites, preferences, playlists, and so on. You can redefine a session
* entity type at the session level.
* Session entity methods do not work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* For more information about entity types, see the
* [Dialogflow
* documentation](https://cloud.google.com/dialogflow/docs/entities-overview).
Expand All @@ -751,6 +811,9 @@ protected SessionEntityTypesFutureStub build(
*
* <pre>
* Returns the list of all session entity types in the specified session.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -766,6 +829,9 @@ protected SessionEntityTypesFutureStub build(
*
* <pre>
* Retrieves the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -782,6 +848,9 @@ protected SessionEntityTypesFutureStub build(
* Creates a session entity type.
* If the specified session entity type already exists, overrides the session
* entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -798,6 +867,9 @@ protected SessionEntityTypesFutureStub build(
*
* <pre>
* Updates the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -814,6 +886,9 @@ protected SessionEntityTypesFutureStub build(
*
* <pre>
* Deletes the specified session entity type.
* This method doesn't work with Google Assistant integration.
* Contact Dialogflow support if you need to use session entities
* with Google Assistant integration.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
Expand Down
Loading