- 0.64.0 (latest)
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.7
- 0.13.1
- 0.12.1
- 0.11.5
public static final class AgentsGrpc.AgentsFutureStub extends AbstractFutureStub<AgentsGrpc.AgentsFutureStub>
Service for managing Agents.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > AgentsGrpc.AgentsFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected AgentsGrpc.AgentsFutureStub build(Channel channel, CallOptions callOptions)
Name | Description |
channel | io.grpc.Channel |
callOptions | io.grpc.CallOptions |
Type | Description |
AgentsGrpc.AgentsFutureStub |
createAgent(CreateAgentRequest request)
public ListenableFuture<Agent> createAgent(CreateAgentRequest request)
Creates an agent in the specified location. Note: You should always train a flow prior to sending it queries. See the training documentation.
Name | Description |
request | CreateAgentRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Agent> |
deleteAgent(DeleteAgentRequest request)
public ListenableFuture<Empty> deleteAgent(DeleteAgentRequest request)
Deletes the specified agent.
Name | Description |
request | DeleteAgentRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Empty> |
exportAgent(ExportAgentRequest request)
public ListenableFuture<Operation> exportAgent(ExportAgentRequest request)
Exports the specified agent to a binary file.
This method is a long-running
operation.
The returned Operation
type has the following method-specific fields:
metadata
: An empty Struct messageresponse
: ExportAgentResponse
Name | Description |
request | ExportAgentRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
getAgent(GetAgentRequest request)
public ListenableFuture<Agent> getAgent(GetAgentRequest request)
Retrieves the specified agent.
Name | Description |
request | GetAgentRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Agent> |
getAgentValidationResult(GetAgentValidationResultRequest request)
public ListenableFuture<AgentValidationResult> getAgentValidationResult(GetAgentValidationResultRequest request)
Gets the latest agent validation result. Agent validation is performed when ValidateAgent is called.
Name | Description |
request | GetAgentValidationResultRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<AgentValidationResult> |
listAgents(ListAgentsRequest request)
public ListenableFuture<ListAgentsResponse> listAgents(ListAgentsRequest request)
Returns the list of all agents in the specified location.
Name | Description |
request | ListAgentsRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<ListAgentsResponse> |
restoreAgent(RestoreAgentRequest request)
public ListenableFuture<Operation> restoreAgent(RestoreAgentRequest request)
Restores the specified agent from a binary file.
Replaces the current agent with a new one. Note that all existing resources
in agent (e.g. intents, entity types, flows) will be removed.
This method is a long-running
operation.
The returned Operation
type has the following method-specific fields:
metadata
: An empty Struct messageresponse
: An Empty message Note: You should always train a flow prior to sending it queries. See the training documentation.
Name | Description |
request | RestoreAgentRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
updateAgent(UpdateAgentRequest request)
public ListenableFuture<Agent> updateAgent(UpdateAgentRequest request)
Updates the specified agent. Note: You should always train a flow prior to sending it queries. See the training documentation.
Name | Description |
request | UpdateAgentRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Agent> |
validateAgent(ValidateAgentRequest request)
public ListenableFuture<AgentValidationResult> validateAgent(ValidateAgentRequest request)
Validates the specified agent and creates or updates validation results. The agent in draft version is validated. Please call this API after the training is completed to get the complete validation results.
Name | Description |
request | ValidateAgentRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<AgentValidationResult> |