Class ContactCenterInsightsClient.ListConversationsPage (2.95.0)

public static class ContactCenterInsightsClient.ListConversationsPage extends AbstractPage<ListConversationsRequest,ListConversationsResponse,Conversation,ContactCenterInsightsClient.ListConversationsPage>

Inheritance

java.lang.Object > AbstractPage > ContactCenterInsightsClient.ListConversationsPage

Methods

createPage(@Nullable PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, @Nullable ListConversationsResponse response)

protected ContactCenterInsightsClient.ListConversationsPage createPage(@Nullable PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, @Nullable ListConversationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation>
response @org.jspecify.annotations.Nullable com.google.cloud.contactcenterinsights.v1.ListConversationsResponse
Returns
Type Description
ContactCenterInsightsClient.ListConversationsPage
Overrides

createPageAsync(@Nullable PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ApiFuture<ListConversationsResponse> futureResponse)

public ApiFuture<ContactCenterInsightsClient.ListConversationsPage> createPageAsync(@Nullable PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ApiFuture<ListConversationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation>
futureResponse ApiFuture<ListConversationsResponse>
Returns
Type Description
ApiFuture<ListConversationsPage>
Overrides