public static final class SessionEntityTypesGrpc.SessionEntityTypesStub extends io.grpc.stub.AbstractAsyncStub<SessionEntityTypesGrpc.SessionEntityTypesStub>
Service for managing [SessionEntityTypes][google.cloud.dialogflow.cx.v3.SessionEntityType].
| Modifier and Type | Method and Description |
|---|---|
protected SessionEntityTypesGrpc.SessionEntityTypesStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
createSessionEntityType(CreateSessionEntityTypeRequest request,
io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Creates a session entity type.
|
void |
deleteSessionEntityType(DeleteSessionEntityTypeRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified session entity type.
|
void |
getSessionEntityType(GetSessionEntityTypeRequest request,
io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Retrieves the specified session entity type.
|
void |
listSessionEntityTypes(ListSessionEntityTypesRequest request,
io.grpc.stub.StreamObserver<ListSessionEntityTypesResponse> responseObserver)
Returns the list of all session entity types in the specified session.
|
void |
updateSessionEntityType(UpdateSessionEntityTypeRequest request,
io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Updates the specified session entity type.
|
protected SessionEntityTypesGrpc.SessionEntityTypesStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SessionEntityTypesGrpc.SessionEntityTypesStub>public void listSessionEntityTypes(ListSessionEntityTypesRequest request, io.grpc.stub.StreamObserver<ListSessionEntityTypesResponse> responseObserver)
Returns the list of all session entity types in the specified session.
public void getSessionEntityType(GetSessionEntityTypeRequest request, io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Retrieves the specified session entity type.
public void createSessionEntityType(CreateSessionEntityTypeRequest request, io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Creates a session entity type.
public void updateSessionEntityType(UpdateSessionEntityTypeRequest request, io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
Updates the specified session entity type.
public 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.