public static final class IntentsGrpc.IntentsFutureStub extends AbstractFutureStub<IntentsGrpc.IntentsFutureStub>
Service for managing [Intents][google.cloud.dialogflow.v2.Intent].
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Operation> |
batchDeleteIntents(BatchDeleteIntentsRequest request)
Deletes intents in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
batchUpdateIntents(BatchUpdateIntentsRequest request)
Updates/Creates multiple intents in the specified agent.
|
protected IntentsGrpc.IntentsFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Intent> |
createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
deleteIntent(DeleteIntentRequest request)
Deletes the specified intent and its direct or indirect followup intents.
|
com.google.common.util.concurrent.ListenableFuture<Intent> |
getIntent(GetIntentRequest request)
Retrieves the specified intent.
|
com.google.common.util.concurrent.ListenableFuture<ListIntentsResponse> |
listIntents(ListIntentsRequest request)
Returns the list of all intents in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<Intent> |
updateIntent(UpdateIntentRequest request)
Updates the specified intent.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected IntentsGrpc.IntentsFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<IntentsGrpc.IntentsFutureStub>
public com.google.common.util.concurrent.ListenableFuture<ListIntentsResponse> listIntents(ListIntentsRequest request)
Returns the list of all intents in the specified agent.
public com.google.common.util.concurrent.ListenableFuture<Intent> getIntent(GetIntentRequest request)
Retrieves the specified intent.
public com.google.common.util.concurrent.ListenableFuture<Intent> createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.
public com.google.common.util.concurrent.ListenableFuture<Intent> updateIntent(UpdateIntentRequest request)
Updates the specified intent.
public com.google.common.util.concurrent.ListenableFuture<Empty> deleteIntent(DeleteIntentRequest request)
Deletes the specified intent and its direct or indirect followup intents.
public com.google.common.util.concurrent.ListenableFuture<Operation> batchUpdateIntents(BatchUpdateIntentsRequest request)
Updates/Creates multiple intents in the specified agent. Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]>
public com.google.common.util.concurrent.ListenableFuture<Operation> batchDeleteIntents(BatchDeleteIntentsRequest request)
Deletes intents in the specified agent. Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
Copyright © 2021 Google LLC. All rights reserved.