Class ContactCenterInsightsClient.ListQaQuestionsPage (2.54.0)

public static class ContactCenterInsightsClient.ListQaQuestionsPage extends AbstractPage<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion,ContactCenterInsightsClient.ListQaQuestionsPage>

Inheritance

java.lang.Object > AbstractPage > ContactCenterInsightsClient.ListQaQuestionsPage

Methods

createPage(PageContext<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion> context, ListQaQuestionsResponse response)

protected ContactCenterInsightsClient.ListQaQuestionsPage createPage(PageContext<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion> context, ListQaQuestionsResponse response)
Parameters
Name Description
context PageContext<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion>
response ListQaQuestionsResponse
Returns
Type Description
ContactCenterInsightsClient.ListQaQuestionsPage
Overrides

createPageAsync(PageContext<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion> context, ApiFuture<ListQaQuestionsResponse> futureResponse)

public ApiFuture<ContactCenterInsightsClient.ListQaQuestionsPage> createPageAsync(PageContext<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion> context, ApiFuture<ListQaQuestionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion>
futureResponse ApiFuture<ListQaQuestionsResponse>
Returns
Type Description
ApiFuture<ListQaQuestionsPage>
Overrides