Class ContactCenterInsightsClient.ListConversationsPage (2.58.0)

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

Inheritance

java.lang.Object > AbstractPage > ContactCenterInsightsClient.ListConversationsPage

Methods

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

protected ContactCenterInsightsClient.ListConversationsPage createPage(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ListConversationsResponse response)
Overrides

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

public ApiFuture<ContactCenterInsightsClient.ListConversationsPage> createPageAsync(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ApiFuture<ListConversationsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListConversationsPage>
Overrides