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 AgentAgent.Builder. build()AgentAgent.Builder. buildPartial()AgentAgentsClient. getAgent(GetAgentRequest request)Retrieves the specified agent.AgentAgentsClient. getAgent(LocationName parent)Retrieves the specified agent.AgentAgentsClient. getAgent(ProjectName parent)Retrieves the specified agent.AgentAgentsClient. getAgent(String parent)Retrieves the specified agent.AgentAgentsGrpc.AgentsBlockingStub. getAgent(GetAgentRequest request)Retrieves the specified agent.AgentSetAgentRequest.Builder. getAgent()Required.AgentSetAgentRequest. getAgent()Required.AgentSetAgentRequestOrBuilder. getAgent()Required.AgentSearchAgentsResponse.Builder. getAgents(int index)The list of agents.AgentSearchAgentsResponse. getAgents(int index)The list of agents.AgentSearchAgentsResponseOrBuilder. getAgents(int index)The list of agents.static AgentAgent. getDefaultInstance()AgentAgent.Builder. getDefaultInstanceForType()AgentAgent. getDefaultInstanceForType()static AgentAgent. parseDelimitedFrom(InputStream input)static AgentAgent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AgentAgent. parseFrom(byte[] data)static AgentAgent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AgentAgent. parseFrom(com.google.protobuf.ByteString data)static AgentAgent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AgentAgent. parseFrom(com.google.protobuf.CodedInputStream input)static AgentAgent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AgentAgent. parseFrom(InputStream input)static AgentAgent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AgentAgent. parseFrom(ByteBuffer data)static AgentAgent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AgentAgentsClient. setAgent(Agent agent)Creates/updates the specified agent.AgentAgentsClient. setAgent(SetAgentRequest request)Creates/updates the specified agent.AgentAgentsGrpc.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.BuilderSearchAgentsResponse.Builder. addAgents(int index, Agent value)The list of agents.SearchAgentsResponse.BuilderSearchAgentsResponse.Builder. addAgents(Agent value)The list of agents.SetAgentRequest.BuilderSetAgentRequest.Builder. mergeAgent(Agent value)Required.Agent.BuilderAgent.Builder. mergeFrom(Agent other)static Agent.BuilderAgent. newBuilder(Agent prototype)AgentAgentsClient. setAgent(Agent agent)Creates/updates the specified agent.SetAgentRequest.BuilderSetAgentRequest.Builder. setAgent(Agent value)Required.SearchAgentsResponse.BuilderSearchAgentsResponse.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.BuilderSearchAgentsResponse.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.SearchAgentsPageAgentsClient.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)voidAgentsGrpc.AgentsStub. getAgent(GetAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)Retrieves the specified agent.default voidAgentsGrpc.AsyncService. getAgent(GetAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)Retrieves the specified agent.voidAgentsGrpc.AgentsStub. setAgent(SetAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)Creates/updates the specified agent.default voidAgentsGrpc.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.
-