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