Class ContactCenterInsightsClient.ListQaQuestionsPage (2.95.0)

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

Inheritance

java.lang.Object > AbstractPage > ContactCenterInsightsClient.ListQaQuestionsPage

Methods

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

protected ContactCenterInsightsClient.ListQaQuestionsPage createPage(@Nullable PageContext<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion> context, @Nullable ListQaQuestionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion>
response @org.jspecify.annotations.Nullable com.google.cloud.contactcenterinsights.v1.ListQaQuestionsResponse
Returns
Type Description
ContactCenterInsightsClient.ListQaQuestionsPage
Overrides

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

public ApiFuture<ContactCenterInsightsClient.ListQaQuestionsPage> createPageAsync(@Nullable PageContext<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion> context, ApiFuture<ListQaQuestionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListQaQuestionsRequest,ListQaQuestionsResponse,QaQuestion>
futureResponse ApiFuture<ListQaQuestionsResponse>
Returns
Type Description
ApiFuture<ListQaQuestionsPage>
Overrides