public static interface SessionEntityTypesGrpc.AsyncService
Service for managing [SessionEntityTypes][google.cloud.dialogflow.cx.v3.SessionEntityType].
| Modifier and Type | Method and Description |
|---|---|
default void |
createSessionEntityType(CreateSessionEntityTypeRequest request,
io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Creates a session entity type.
|
default void |
deleteSessionEntityType(DeleteSessionEntityTypeRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified session entity type.
|
default void |
getSessionEntityType(GetSessionEntityTypeRequest request,
io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Retrieves the specified session entity type.
|
default void |
listSessionEntityTypes(ListSessionEntityTypesRequest request,
io.grpc.stub.StreamObserver<ListSessionEntityTypesResponse> responseObserver)
Returns the list of all session entity types in the specified session.
|
default void |
updateSessionEntityType(UpdateSessionEntityTypeRequest request,
io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Updates the specified session entity type.
|
default void listSessionEntityTypes(ListSessionEntityTypesRequest request, io.grpc.stub.StreamObserver<ListSessionEntityTypesResponse> responseObserver)
Returns the list of all session entity types in the specified session.
default void getSessionEntityType(GetSessionEntityTypeRequest request, io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Retrieves the specified session entity type.
default void createSessionEntityType(CreateSessionEntityTypeRequest request, io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Creates a session entity type.
default void updateSessionEntityType(UpdateSessionEntityTypeRequest request, io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Updates the specified session entity type.
default void deleteSessionEntityType(DeleteSessionEntityTypeRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified session entity type.
Copyright © 2023 Google LLC. All rights reserved.