public abstract static class SessionEntityTypesGrpc.SessionEntityTypesImplBase extends Object implements BindableService
Service for managing [SessionEntityTypes][google.cloud.dialogflow.v2beta1.SessionEntityType].
Constructor and Description |
---|
SessionEntityTypesImplBase() |
Modifier and Type | Method and Description |
---|---|
ServerServiceDefinition |
bindService() |
void |
createSessionEntityType(CreateSessionEntityTypeRequest request,
StreamObserver<SessionEntityType> responseObserver)
Creates a session entity type.
|
void |
deleteSessionEntityType(DeleteSessionEntityTypeRequest request,
StreamObserver<Empty> responseObserver)
Deletes the specified session entity type.
|
void |
getSessionEntityType(GetSessionEntityTypeRequest request,
StreamObserver<SessionEntityType> responseObserver)
Retrieves the specified session entity type.
|
void |
listSessionEntityTypes(ListSessionEntityTypesRequest request,
StreamObserver<ListSessionEntityTypesResponse> responseObserver)
Returns the list of all session entity types in the specified session.
|
void |
updateSessionEntityType(UpdateSessionEntityTypeRequest request,
StreamObserver<SessionEntityType> responseObserver)
Updates the specified session entity type.
|
public void listSessionEntityTypes(ListSessionEntityTypesRequest request, StreamObserver<ListSessionEntityTypesResponse> responseObserver)
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.
public void getSessionEntityType(GetSessionEntityTypeRequest request, StreamObserver<SessionEntityType> responseObserver)
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.
public void createSessionEntityType(CreateSessionEntityTypeRequest request, StreamObserver<SessionEntityType> responseObserver)
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.
public void updateSessionEntityType(UpdateSessionEntityTypeRequest request, StreamObserver<SessionEntityType> responseObserver)
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.
public void deleteSessionEntityType(DeleteSessionEntityTypeRequest request, StreamObserver<Empty> responseObserver)
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.
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2021 Google LLC. All rights reserved.