Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DeleteContextRequest,Empty> |
ContextsClient.deleteContextCallable()
Deletes the specified context.
|
UnaryCallSettings<DeleteContextRequest,Empty> |
ContextsSettings.deleteContextSettings()
Returns the object with the settings used for calls to deleteContext.
|
UnaryCallSettings.Builder<DeleteContextRequest,Empty> |
ContextsSettings.Builder.deleteContextSettings()
Returns the builder for the settings used for calls to deleteContext.
|
static MethodDescriptor<DeleteContextRequest,Empty> |
ContextsGrpc.getDeleteContextMethod() |
Parser<DeleteContextRequest> |
DeleteContextRequest.getParserForType() |
static Parser<DeleteContextRequest> |
DeleteContextRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Empty |
ContextsGrpc.ContextsBlockingStub.deleteContext(DeleteContextRequest request)
Deletes the specified context.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
ContextsGrpc.ContextsFutureStub.deleteContext(DeleteContextRequest request)
Deletes the specified context.
|
void |
ContextsClient.deleteContext(DeleteContextRequest request)
Deletes the specified context.
|
void |
ContextsGrpc.ContextsImplBase.deleteContext(DeleteContextRequest request,
StreamObserver<Empty> responseObserver)
Deletes the specified context.
|
void |
ContextsGrpc.ContextsStub.deleteContext(DeleteContextRequest request,
StreamObserver<Empty> responseObserver)
Deletes the specified context.
|
DeleteContextRequest.Builder |
DeleteContextRequest.Builder.mergeFrom(DeleteContextRequest other) |
static DeleteContextRequest.Builder |
DeleteContextRequest.newBuilder(DeleteContextRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DeleteContextRequest,Empty> |
GrpcContextsStub.deleteContextCallable() |
UnaryCallable<DeleteContextRequest,Empty> |
HttpJsonContextsStub.deleteContextCallable() |
UnaryCallable<DeleteContextRequest,Empty> |
ContextsStub.deleteContextCallable() |
UnaryCallSettings<DeleteContextRequest,Empty> |
ContextsStubSettings.deleteContextSettings()
Returns the object with the settings used for calls to deleteContext.
|
UnaryCallSettings.Builder<DeleteContextRequest,Empty> |
ContextsStubSettings.Builder.deleteContextSettings()
Returns the builder for the settings used for calls to deleteContext.
|
Copyright © 2022 Google LLC. All rights reserved.