Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
Parser<TrainAgentRequest> |
TrainAgentRequest.getParserForType() |
static MethodDescriptor<TrainAgentRequest,Operation> |
AgentsGrpc.getTrainAgentMethod() |
static Parser<TrainAgentRequest> |
TrainAgentRequest.parser() |
UnaryCallable<TrainAgentRequest,Operation> |
AgentsClient.trainAgentCallable()
Trains the specified agent.
|
OperationCallable<TrainAgentRequest,Empty,Struct> |
AgentsClient.trainAgentOperationCallable()
Trains the specified agent.
|
OperationCallSettings<TrainAgentRequest,Empty,Struct> |
AgentsSettings.trainAgentOperationSettings()
Returns the object with the settings used for calls to trainAgent.
|
OperationCallSettings.Builder<TrainAgentRequest,Empty,Struct> |
AgentsSettings.Builder.trainAgentOperationSettings()
Returns the builder for the settings used for calls to trainAgent.
|
UnaryCallSettings<TrainAgentRequest,Operation> |
AgentsSettings.trainAgentSettings()
Returns the object with the settings used for calls to trainAgent.
|
UnaryCallSettings.Builder<TrainAgentRequest,Operation> |
AgentsSettings.Builder.trainAgentSettings()
Returns the builder for the settings used for calls to trainAgent.
|
Modifier and Type | Method and Description |
---|---|
TrainAgentRequest.Builder |
TrainAgentRequest.Builder.mergeFrom(TrainAgentRequest other) |
static TrainAgentRequest.Builder |
TrainAgentRequest.newBuilder(TrainAgentRequest prototype) |
Operation |
AgentsGrpc.AgentsBlockingStub.trainAgent(TrainAgentRequest request)
Trains the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
AgentsGrpc.AgentsFutureStub.trainAgent(TrainAgentRequest request)
Trains the specified agent.
|
void |
AgentsGrpc.AgentsImplBase.trainAgent(TrainAgentRequest request,
StreamObserver<Operation> responseObserver)
Trains the specified agent.
|
void |
AgentsGrpc.AgentsStub.trainAgent(TrainAgentRequest request,
StreamObserver<Operation> responseObserver)
Trains the specified agent.
|
OperationFuture<Empty,Struct> |
AgentsClient.trainAgentAsync(TrainAgentRequest request)
Trains the specified agent.
|
Copyright © 2022 Google LLC. All rights reserved.