Uses of Class
com.google.cloud.dialogflow.v2beta1.Agent
-
Packages that use Agent Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of Agent in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return Agent Modifier and Type Method Description Agent
Agent.Builder. build()
Agent
Agent.Builder. buildPartial()
Agent
AgentsClient. getAgent(GetAgentRequest request)
Retrieves the specified agent.Agent
AgentsClient. getAgent(LocationName parent)
Retrieves the specified agent.Agent
AgentsClient. getAgent(ProjectName parent)
Retrieves the specified agent.Agent
AgentsClient. getAgent(String parent)
Retrieves the specified agent.Agent
AgentsGrpc.AgentsBlockingStub. getAgent(GetAgentRequest request)
Retrieves the specified agent.Agent
SetAgentRequest.Builder. getAgent()
Required.Agent
SetAgentRequest. getAgent()
Required.Agent
SetAgentRequestOrBuilder. getAgent()
Required.Agent
SearchAgentsResponse.Builder. getAgents(int index)
The list of agents.Agent
SearchAgentsResponse. getAgents(int index)
The list of agents.Agent
SearchAgentsResponseOrBuilder. getAgents(int index)
The list of agents.static Agent
Agent. getDefaultInstance()
Agent
Agent.Builder. getDefaultInstanceForType()
Agent
Agent. getDefaultInstanceForType()
static Agent
Agent. parseDelimitedFrom(InputStream input)
static Agent
Agent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Agent
Agent. parseFrom(byte[] data)
static Agent
Agent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Agent
Agent. parseFrom(com.google.protobuf.ByteString data)
static Agent
Agent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Agent
Agent. parseFrom(com.google.protobuf.CodedInputStream input)
static Agent
Agent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Agent
Agent. parseFrom(InputStream input)
static Agent
Agent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Agent
Agent. parseFrom(ByteBuffer data)
static Agent
Agent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Agent
AgentsClient. setAgent(Agent agent)
Creates/updates the specified agent.Agent
AgentsClient. setAgent(SetAgentRequest request)
Creates/updates the specified agent.Agent
AgentsGrpc.AgentsBlockingStub. setAgent(SetAgentRequest request)
Creates/updates the specified agent.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type Agent Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Agent>
AgentsGrpc.AgentsFutureStub. getAgent(GetAgentRequest request)
Retrieves the specified agent.com.google.api.gax.rpc.UnaryCallable<GetAgentRequest,Agent>
AgentsClient. getAgentCallable()
Retrieves the specified agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAgentRequest,Agent>
AgentsSettings.Builder. getAgentSettings()
Returns the builder for the settings used for calls to getAgent.com.google.api.gax.rpc.UnaryCallSettings<GetAgentRequest,Agent>
AgentsSettings. getAgentSettings()
Returns the object with the settings used for calls to getAgent.List<Agent>
SearchAgentsResponse.Builder. getAgentsList()
The list of agents.List<Agent>
SearchAgentsResponse. getAgentsList()
The list of agents.List<Agent>
SearchAgentsResponseOrBuilder. getAgentsList()
The list of agents.static io.grpc.MethodDescriptor<GetAgentRequest,Agent>
AgentsGrpc. getGetAgentMethod()
com.google.protobuf.Parser<Agent>
Agent. getParserForType()
static io.grpc.MethodDescriptor<SetAgentRequest,Agent>
AgentsGrpc. getSetAgentMethod()
static com.google.protobuf.Parser<Agent>
Agent. parser()
com.google.common.util.concurrent.ListenableFuture<Agent>
AgentsGrpc.AgentsFutureStub. setAgent(SetAgentRequest request)
Creates/updates the specified agent.com.google.api.gax.rpc.UnaryCallable<SetAgentRequest,Agent>
AgentsClient. setAgentCallable()
Creates/updates the specified agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetAgentRequest,Agent>
AgentsSettings.Builder. setAgentSettings()
Returns the builder for the settings used for calls to setAgent.com.google.api.gax.rpc.UnaryCallSettings<SetAgentRequest,Agent>
AgentsSettings. setAgentSettings()
Returns the object with the settings used for calls to setAgent.Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type Agent Modifier and Type Method Description SearchAgentsResponse.Builder
SearchAgentsResponse.Builder. addAgents(int index, Agent value)
The list of agents.SearchAgentsResponse.Builder
SearchAgentsResponse.Builder. addAgents(Agent value)
The list of agents.SetAgentRequest.Builder
SetAgentRequest.Builder. mergeAgent(Agent value)
Required.Agent.Builder
Agent.Builder. mergeFrom(Agent other)
static Agent.Builder
Agent. newBuilder(Agent prototype)
Agent
AgentsClient. setAgent(Agent agent)
Creates/updates the specified agent.SetAgentRequest.Builder
SetAgentRequest.Builder. setAgent(Agent value)
Required.SearchAgentsResponse.Builder
SearchAgentsResponse.Builder. setAgents(int index, Agent value)
The list of agents.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type Agent Modifier and Type Method Description SearchAgentsResponse.Builder
SearchAgentsResponse.Builder. addAllAgents(Iterable<? extends Agent> values)
The list of agents.static com.google.api.core.ApiFuture<AgentsClient.SearchAgentsPagedResponse>
AgentsClient.SearchAgentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchAgentsRequest,SearchAgentsResponse,Agent> context, com.google.api.core.ApiFuture<SearchAgentsResponse> futureResponse)
protected AgentsClient.SearchAgentsPage
AgentsClient.SearchAgentsPage. createPage(com.google.api.gax.rpc.PageContext<SearchAgentsRequest,SearchAgentsResponse,Agent> context, SearchAgentsResponse response)
com.google.api.core.ApiFuture<AgentsClient.SearchAgentsPage>
AgentsClient.SearchAgentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchAgentsRequest,SearchAgentsResponse,Agent> context, com.google.api.core.ApiFuture<SearchAgentsResponse> futureResponse)
void
AgentsGrpc.AgentsStub. getAgent(GetAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)
Retrieves the specified agent.default void
AgentsGrpc.AsyncService. getAgent(GetAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)
Retrieves the specified agent.void
AgentsGrpc.AgentsStub. setAgent(SetAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)
Creates/updates the specified agent.default void
AgentsGrpc.AsyncService. setAgent(SetAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)
Creates/updates the specified agent. -
Uses of Agent in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type Agent Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAgentRequest,Agent>
AgentsStub. getAgentCallable()
com.google.api.gax.rpc.UnaryCallable<GetAgentRequest,Agent>
GrpcAgentsStub. getAgentCallable()
com.google.api.gax.rpc.UnaryCallable<GetAgentRequest,Agent>
HttpJsonAgentsStub. getAgentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAgentRequest,Agent>
AgentsStubSettings.Builder. getAgentSettings()
Returns the builder for the settings used for calls to getAgent.com.google.api.gax.rpc.UnaryCallSettings<GetAgentRequest,Agent>
AgentsStubSettings. getAgentSettings()
Returns the object with the settings used for calls to getAgent.com.google.api.gax.rpc.UnaryCallable<SetAgentRequest,Agent>
AgentsStub. setAgentCallable()
com.google.api.gax.rpc.UnaryCallable<SetAgentRequest,Agent>
GrpcAgentsStub. setAgentCallable()
com.google.api.gax.rpc.UnaryCallable<SetAgentRequest,Agent>
HttpJsonAgentsStub. setAgentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetAgentRequest,Agent>
AgentsStubSettings.Builder. setAgentSettings()
Returns the builder for the settings used for calls to setAgent.com.google.api.gax.rpc.UnaryCallSettings<SetAgentRequest,Agent>
AgentsStubSettings. setAgentSettings()
Returns the object with the settings used for calls to setAgent.
-