Uses of Class
com.google.cloud.dialogflow.v2beta1.ConversationsClient.ListMessagesPagedResponse
-
Packages that use ConversationsClient.ListMessagesPagedResponse Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of ConversationsClient.ListMessagesPagedResponse in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ConversationsClient.ListMessagesPagedResponse Modifier and Type Method Description ConversationsClient.ListMessagesPagedResponseConversationsClient. listMessages(ConversationName parent)Lists messages that belong to a given conversation.ConversationsClient.ListMessagesPagedResponseConversationsClient. listMessages(ListMessagesRequest request)Lists messages that belong to a given conversation.ConversationsClient.ListMessagesPagedResponseConversationsClient. listMessages(String parent)Lists messages that belong to a given conversation.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ConversationsClient.ListMessagesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ConversationsClient.ListMessagesPagedResponse>ConversationsClient.ListMessagesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMessagesRequest,ListMessagesResponse,Message> context, com.google.api.core.ApiFuture<ListMessagesResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse>ConversationsClient. listMessagesPagedCallable()Lists messages that belong to a given conversation.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMessagesRequest,ListMessagesResponse,ConversationsClient.ListMessagesPagedResponse>ConversationsSettings.Builder. listMessagesSettings()Returns the builder for the settings used for calls to listMessages.com.google.api.gax.rpc.PagedCallSettings<ListMessagesRequest,ListMessagesResponse,ConversationsClient.ListMessagesPagedResponse>ConversationsSettings. listMessagesSettings()Returns the object with the settings used for calls to listMessages. -
Uses of ConversationsClient.ListMessagesPagedResponse in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type ConversationsClient.ListMessagesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse>ConversationsStub. listMessagesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse>GrpcConversationsStub. listMessagesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse>HttpJsonConversationsStub. listMessagesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListMessagesRequest,ListMessagesResponse,ConversationsClient.ListMessagesPagedResponse>ConversationsStubSettings.Builder. listMessagesSettings()Returns the builder for the settings used for calls to listMessages.com.google.api.gax.rpc.PagedCallSettings<ListMessagesRequest,ListMessagesResponse,ConversationsClient.ListMessagesPagedResponse>ConversationsStubSettings. listMessagesSettings()Returns the object with the settings used for calls to listMessages.
-