Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<RestoreAgentRequest> |
RestoreAgentRequest.getParserForType() |
static MethodDescriptor<RestoreAgentRequest,Operation> |
AgentsGrpc.getRestoreAgentMethod() |
static Parser<RestoreAgentRequest> |
RestoreAgentRequest.parser() |
UnaryCallable<RestoreAgentRequest,Operation> |
AgentsClient.restoreAgentCallable()
Restores the specified agent from a ZIP file.
|
OperationCallable<RestoreAgentRequest,Empty,Struct> |
AgentsClient.restoreAgentOperationCallable()
Restores the specified agent from a ZIP file.
|
OperationCallSettings<RestoreAgentRequest,Empty,Struct> |
AgentsSettings.restoreAgentOperationSettings()
Returns the object with the settings used for calls to restoreAgent.
|
OperationCallSettings.Builder<RestoreAgentRequest,Empty,Struct> |
AgentsSettings.Builder.restoreAgentOperationSettings()
Returns the builder for the settings used for calls to restoreAgent.
|
UnaryCallSettings<RestoreAgentRequest,Operation> |
AgentsSettings.restoreAgentSettings()
Returns the object with the settings used for calls to restoreAgent.
|
UnaryCallSettings.Builder<RestoreAgentRequest,Operation> |
AgentsSettings.Builder.restoreAgentSettings()
Returns the builder for the settings used for calls to restoreAgent.
|
Modifier and Type | Method and Description |
---|---|
RestoreAgentRequest.Builder |
RestoreAgentRequest.Builder.mergeFrom(RestoreAgentRequest other) |
static RestoreAgentRequest.Builder |
RestoreAgentRequest.newBuilder(RestoreAgentRequest prototype) |
Operation |
AgentsGrpc.AgentsBlockingStub.restoreAgent(RestoreAgentRequest request)
Restores the specified agent from a ZIP file.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
AgentsGrpc.AgentsFutureStub.restoreAgent(RestoreAgentRequest request)
Restores the specified agent from a ZIP file.
|
void |
AgentsGrpc.AgentsImplBase.restoreAgent(RestoreAgentRequest request,
StreamObserver<Operation> responseObserver)
Restores the specified agent from a ZIP file.
|
void |
AgentsGrpc.AgentsStub.restoreAgent(RestoreAgentRequest request,
StreamObserver<Operation> responseObserver)
Restores the specified agent from a ZIP file.
|
OperationFuture<Empty,Struct> |
AgentsClient.restoreAgentAsync(RestoreAgentRequest request)
Restores the specified agent from a ZIP file.
|
Copyright © 2022 Google LLC. All rights reserved.