public abstract static class IntentsGrpc.IntentsImplBase implements BindableServiceService for managing Intents.
Implements
io.grpc.BindableServiceConstructors
IntentsImplBase()
public IntentsImplBase()Methods
bindService()
public final ServerServiceDefinition bindService()| Type | Description |
io.grpc.ServerServiceDefinition |
createIntent(CreateIntentRequest request, StreamObserver<Intent> responseObserver)
public void createIntent(CreateIntentRequest request, StreamObserver<Intent> responseObserver)Creates an intent in the specified agent. Note: You should always train a flow prior to sending it queries. See the training documentation.
| Name | Description |
request |
CreateIntentRequest |
responseObserver |
io.grpc.stub.StreamObserver<Intent> |
deleteIntent(DeleteIntentRequest request, StreamObserver<Empty> responseObserver)
public void deleteIntent(DeleteIntentRequest request, StreamObserver<Empty> responseObserver)Deletes the specified intent. Note: You should always train a flow prior to sending it queries. See the training documentation.
| Name | Description |
request |
DeleteIntentRequest |
responseObserver |
io.grpc.stub.StreamObserver<Empty> |
getIntent(GetIntentRequest request, StreamObserver<Intent> responseObserver)
public void getIntent(GetIntentRequest request, StreamObserver<Intent> responseObserver)Retrieves the specified intent.
| Name | Description |
request |
GetIntentRequest |
responseObserver |
io.grpc.stub.StreamObserver<Intent> |
listIntents(ListIntentsRequest request, StreamObserver<ListIntentsResponse> responseObserver)
public void listIntents(ListIntentsRequest request, StreamObserver<ListIntentsResponse> responseObserver)Returns the list of all intents in the specified agent.
| Name | Description |
request |
ListIntentsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListIntentsResponse> |
updateIntent(UpdateIntentRequest request, StreamObserver<Intent> responseObserver)
public void updateIntent(UpdateIntentRequest request, StreamObserver<Intent> responseObserver)Updates the specified intent. Note: You should always train a flow prior to sending it queries. See the training documentation.
| Name | Description |
request |
UpdateIntentRequest |
responseObserver |
io.grpc.stub.StreamObserver<Intent> |