Uses of Class
com.google.cloud.dialogflow.v2beta1.ParticipantsClient.ListSuggestionsPage
-
Packages that use ParticipantsClient.ListSuggestionsPage Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ParticipantsClient.ListSuggestionsPage in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ParticipantsClient.ListSuggestionsPage Modifier and Type Method Description protected ParticipantsClient.ListSuggestionsPage
ParticipantsClient.ListSuggestionsPage. createPage(com.google.api.gax.rpc.PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, ListSuggestionsResponse response)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ParticipantsClient.ListSuggestionsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ParticipantsClient.ListSuggestionsPage>
ParticipantsClient.ListSuggestionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, com.google.api.core.ApiFuture<ListSuggestionsResponse> futureResponse)
Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type ParticipantsClient.ListSuggestionsPage Modifier and Type Method Description protected ParticipantsClient.ListSuggestionsFixedSizeCollection
ParticipantsClient.ListSuggestionsFixedSizeCollection. createCollection(List<ParticipantsClient.ListSuggestionsPage> pages, int collectionSize)
-