Uses of Class
com.google.cloud.dialogflow.v2beta1.AgentsClient.SearchAgentsPagedResponse
-
Packages that use AgentsClient.SearchAgentsPagedResponse Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of AgentsClient.SearchAgentsPagedResponse in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return AgentsClient.SearchAgentsPagedResponse Modifier and Type Method Description AgentsClient.SearchAgentsPagedResponse
AgentsClient. searchAgents(LocationName parent)
Returns the list of agents.AgentsClient.SearchAgentsPagedResponse
AgentsClient. searchAgents(ProjectName parent)
Returns the list of agents.AgentsClient.SearchAgentsPagedResponse
AgentsClient. searchAgents(SearchAgentsRequest request)
Returns the list of agents.AgentsClient.SearchAgentsPagedResponse
AgentsClient. searchAgents(String parent)
Returns the list of agents.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type AgentsClient.SearchAgentsPagedResponse Modifier and Type Method Description 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)
com.google.api.gax.rpc.UnaryCallable<SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse>
AgentsClient. searchAgentsPagedCallable()
Returns the list of agents.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchAgentsRequest,SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse>
AgentsSettings.Builder. searchAgentsSettings()
Returns the builder for the settings used for calls to searchAgents.com.google.api.gax.rpc.PagedCallSettings<SearchAgentsRequest,SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse>
AgentsSettings. searchAgentsSettings()
Returns the object with the settings used for calls to searchAgents. -
Uses of AgentsClient.SearchAgentsPagedResponse in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type AgentsClient.SearchAgentsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse>
AgentsStub. searchAgentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse>
GrpcAgentsStub. searchAgentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse>
HttpJsonAgentsStub. searchAgentsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchAgentsRequest,SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse>
AgentsStubSettings.Builder. searchAgentsSettings()
Returns the builder for the settings used for calls to searchAgents.com.google.api.gax.rpc.PagedCallSettings<SearchAgentsRequest,SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse>
AgentsStubSettings. searchAgentsSettings()
Returns the object with the settings used for calls to searchAgents.
-