Uses of Class
com.google.cloud.dialogflow.cx.v3.Agent
-
Packages that use Agent Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of Agent in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Agent Modifier and Type Method Description AgentAgent.Builder. build()AgentAgent.Builder. buildPartial()AgentAgentsClient. createAgent(CreateAgentRequest request)Creates an agent in the specified location.AgentAgentsClient. createAgent(LocationName parent, Agent agent)Creates an agent in the specified location.AgentAgentsClient. createAgent(String parent, Agent agent)Creates an agent in the specified location.AgentAgentsGrpc.AgentsBlockingStub. createAgent(CreateAgentRequest request)Creates an agent in the specified location.AgentAgentsClient. getAgent(AgentName name)Retrieves the specified agent.AgentAgentsClient. getAgent(GetAgentRequest request)Retrieves the specified agent.AgentAgentsClient. getAgent(String name)Retrieves the specified agent.AgentAgentsGrpc.AgentsBlockingStub. getAgent(GetAgentRequest request)Retrieves the specified agent.AgentCreateAgentRequest.Builder. getAgent()Required.AgentCreateAgentRequest. getAgent()Required.AgentCreateAgentRequestOrBuilder. getAgent()Required.AgentUpdateAgentRequest.Builder. getAgent()Required.AgentUpdateAgentRequest. getAgent()Required.AgentUpdateAgentRequestOrBuilder. getAgent()Required.AgentListAgentsResponse.Builder. getAgents(int index)The list of agents.AgentListAgentsResponse. getAgents(int index)The list of agents.AgentListAgentsResponseOrBuilder. 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. updateAgent(Agent agent, com.google.protobuf.FieldMask updateMask)Updates the specified agent.AgentAgentsClient. updateAgent(UpdateAgentRequest request)Updates the specified agent.AgentAgentsGrpc.AgentsBlockingStub. updateAgent(UpdateAgentRequest request)Updates the specified agent.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Agent Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Agent>AgentsGrpc.AgentsFutureStub. createAgent(CreateAgentRequest request)Creates an agent in the specified location.com.google.api.gax.rpc.UnaryCallable<CreateAgentRequest,Agent>AgentsClient. createAgentCallable()Creates an agent in the specified location.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAgentRequest,Agent>AgentsSettings.Builder. createAgentSettings()Returns the builder for the settings used for calls to createAgent.com.google.api.gax.rpc.UnaryCallSettings<CreateAgentRequest,Agent>AgentsSettings. createAgentSettings()Returns the object with the settings used for calls to createAgent.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>ListAgentsResponse.Builder. getAgentsList()The list of agents.List<Agent>ListAgentsResponse. getAgentsList()The list of agents.List<Agent>ListAgentsResponseOrBuilder. getAgentsList()The list of agents.static io.grpc.MethodDescriptor<CreateAgentRequest,Agent>AgentsGrpc. getCreateAgentMethod()static io.grpc.MethodDescriptor<GetAgentRequest,Agent>AgentsGrpc. getGetAgentMethod()com.google.protobuf.Parser<Agent>Agent. getParserForType()static io.grpc.MethodDescriptor<UpdateAgentRequest,Agent>AgentsGrpc. getUpdateAgentMethod()static com.google.protobuf.Parser<Agent>Agent. parser()com.google.common.util.concurrent.ListenableFuture<Agent>AgentsGrpc.AgentsFutureStub. updateAgent(UpdateAgentRequest request)Updates the specified agent.com.google.api.gax.rpc.UnaryCallable<UpdateAgentRequest,Agent>AgentsClient. updateAgentCallable()Updates the specified agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAgentRequest,Agent>AgentsSettings.Builder. updateAgentSettings()Returns the builder for the settings used for calls to updateAgent.com.google.api.gax.rpc.UnaryCallSettings<UpdateAgentRequest,Agent>AgentsSettings. updateAgentSettings()Returns the object with the settings used for calls to updateAgent.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Agent Modifier and Type Method Description ListAgentsResponse.BuilderListAgentsResponse.Builder. addAgents(int index, Agent value)The list of agents.ListAgentsResponse.BuilderListAgentsResponse.Builder. addAgents(Agent value)The list of agents.AgentAgentsClient. createAgent(LocationName parent, Agent agent)Creates an agent in the specified location.AgentAgentsClient. createAgent(String parent, Agent agent)Creates an agent in the specified location.CreateAgentRequest.BuilderCreateAgentRequest.Builder. mergeAgent(Agent value)Required.UpdateAgentRequest.BuilderUpdateAgentRequest.Builder. mergeAgent(Agent value)Required.Agent.BuilderAgent.Builder. mergeFrom(Agent other)static Agent.BuilderAgent. newBuilder(Agent prototype)CreateAgentRequest.BuilderCreateAgentRequest.Builder. setAgent(Agent value)Required.UpdateAgentRequest.BuilderUpdateAgentRequest.Builder. setAgent(Agent value)Required.ListAgentsResponse.BuilderListAgentsResponse.Builder. setAgents(int index, Agent value)The list of agents.AgentAgentsClient. updateAgent(Agent agent, com.google.protobuf.FieldMask updateMask)Updates the specified agent.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type Agent Modifier and Type Method Description ListAgentsResponse.BuilderListAgentsResponse.Builder. addAllAgents(Iterable<? extends Agent> values)The list of agents.voidAgentsGrpc.AgentsStub. createAgent(CreateAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)Creates an agent in the specified location.default voidAgentsGrpc.AsyncService. createAgent(CreateAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)Creates an agent in the specified location.static com.google.api.core.ApiFuture<AgentsClient.ListAgentsPagedResponse>AgentsClient.ListAgentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAgentsRequest,ListAgentsResponse,Agent> context, com.google.api.core.ApiFuture<ListAgentsResponse> futureResponse)protected AgentsClient.ListAgentsPageAgentsClient.ListAgentsPage. createPage(com.google.api.gax.rpc.PageContext<ListAgentsRequest,ListAgentsResponse,Agent> context, ListAgentsResponse response)com.google.api.core.ApiFuture<AgentsClient.ListAgentsPage>AgentsClient.ListAgentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAgentsRequest,ListAgentsResponse,Agent> context, com.google.api.core.ApiFuture<ListAgentsResponse> 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. updateAgent(UpdateAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)Updates the specified agent.default voidAgentsGrpc.AsyncService. updateAgent(UpdateAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)Updates the specified agent. -
Uses of Agent in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type Agent Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateAgentRequest,Agent>AgentsStub. createAgentCallable()com.google.api.gax.rpc.UnaryCallable<CreateAgentRequest,Agent>GrpcAgentsStub. createAgentCallable()com.google.api.gax.rpc.UnaryCallable<CreateAgentRequest,Agent>HttpJsonAgentsStub. createAgentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAgentRequest,Agent>AgentsStubSettings.Builder. createAgentSettings()Returns the builder for the settings used for calls to createAgent.com.google.api.gax.rpc.UnaryCallSettings<CreateAgentRequest,Agent>AgentsStubSettings. createAgentSettings()Returns the object with the settings used for calls to createAgent.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<UpdateAgentRequest,Agent>AgentsStub. updateAgentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateAgentRequest,Agent>GrpcAgentsStub. updateAgentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateAgentRequest,Agent>HttpJsonAgentsStub. updateAgentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAgentRequest,Agent>AgentsStubSettings.Builder. updateAgentSettings()Returns the builder for the settings used for calls to updateAgent.com.google.api.gax.rpc.UnaryCallSettings<UpdateAgentRequest,Agent>AgentsStubSettings. updateAgentSettings()Returns the object with the settings used for calls to updateAgent.
-