Class ContactCenterInsightsClient.ListConversationsPage (2.36.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
NameDescription
contextPageContext<ListConversationsRequest,ListConversationsResponse,Conversation>
responseListConversationsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListConversationsRequest,ListConversationsResponse,Conversation>
futureResponseApiFuture<ListConversationsResponse>
Returns
TypeDescription
ApiFuture<ListConversationsPage>
Overrides