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