Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static ApiFuture<AgentsClient.SearchAgentsPagedResponse> |
AgentsClient.SearchAgentsPagedResponse.createAsync(PageContext<SearchAgentsRequest,SearchAgentsResponse,Agent> context,
ApiFuture<SearchAgentsResponse> futureResponse) |
UnaryCallable<SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse> |
AgentsClient.searchAgentsPagedCallable()
Returns the list of agents.
|
PagedCallSettings<SearchAgentsRequest,SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse> |
AgentsSettings.searchAgentsSettings()
Returns the object with the settings used for calls to searchAgents.
|
PagedCallSettings.Builder<SearchAgentsRequest,SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse> |
AgentsSettings.Builder.searchAgentsSettings()
Returns the builder for the settings used for calls to searchAgents.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse> |
AgentsStub.searchAgentsPagedCallable() |
UnaryCallable<SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse> |
GrpcAgentsStub.searchAgentsPagedCallable() |
UnaryCallable<SearchAgentsRequest,AgentsClient.SearchAgentsPagedResponse> |
HttpJsonAgentsStub.searchAgentsPagedCallable() |
PagedCallSettings<SearchAgentsRequest,SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse> |
AgentsStubSettings.searchAgentsSettings()
Returns the object with the settings used for calls to searchAgents.
|
PagedCallSettings.Builder<SearchAgentsRequest,SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse> |
AgentsStubSettings.Builder.searchAgentsSettings()
Returns the builder for the settings used for calls to searchAgents.
|
Copyright © 2022 Google LLC. All rights reserved.