public abstract static class IntentsGrpc.IntentsImplBase extends Object implements BindableService
Service for managing [Intents][google.cloud.dialogflow.v2beta1.Intent].
Constructor and Description |
---|
IntentsImplBase() |
Modifier and Type | Method and Description |
---|---|
void |
batchDeleteIntents(BatchDeleteIntentsRequest request,
StreamObserver<Operation> responseObserver)
Deletes intents in the specified agent.
|
void |
batchUpdateIntents(BatchUpdateIntentsRequest request,
StreamObserver<Operation> responseObserver)
Updates/Creates multiple intents in the specified agent.
|
ServerServiceDefinition |
bindService() |
void |
createIntent(CreateIntentRequest request,
StreamObserver<Intent> responseObserver)
Creates an intent in the specified agent.
|
void |
deleteIntent(DeleteIntentRequest request,
StreamObserver<Empty> responseObserver)
Deletes the specified intent and its direct or indirect followup intents.
|
void |
getIntent(GetIntentRequest request,
StreamObserver<Intent> responseObserver)
Retrieves the specified intent.
|
void |
listIntents(ListIntentsRequest request,
StreamObserver<ListIntentsResponse> responseObserver)
Returns the list of all intents in the specified agent.
|
void |
updateIntent(UpdateIntentRequest request,
StreamObserver<Intent> responseObserver)
Updates the specified intent.
|
public void listIntents(ListIntentsRequest request, StreamObserver<ListIntentsResponse> responseObserver)
Returns the list of all intents in the specified agent.
public void getIntent(GetIntentRequest request, StreamObserver<Intent> responseObserver)
Retrieves the specified intent.
public void createIntent(CreateIntentRequest request, StreamObserver<Intent> responseObserver)
Creates an intent in the specified agent.
public void updateIntent(UpdateIntentRequest request, StreamObserver<Intent> responseObserver)
Updates the specified intent.
public void deleteIntent(DeleteIntentRequest request, StreamObserver<Empty> responseObserver)
Deletes the specified intent and its direct or indirect followup intents.
public void batchUpdateIntents(BatchUpdateIntentsRequest request, StreamObserver<Operation> responseObserver)
Updates/Creates multiple intents in the specified agent. Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2beta1.BatchUpdateIntentsResponse]>
public void batchDeleteIntents(BatchDeleteIntentsRequest request, StreamObserver<Operation> responseObserver)
Deletes intents in the specified agent. Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2021 Google LLC. All rights reserved.