Class ContactCenterInsightsClient.ListConversationsPage (2.44.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)
Parameters
Name Description
context PageContext<ListConversationsRequest,ListConversationsResponse,Conversation>
response ListConversationsResponse
Returns
Type Description
ContactCenterInsightsClient.ListConversationsPage
Overrides

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

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