Class ContactCenterInsightsClient.ListPhraseMatchersPage (2.95.0)

public static class ContactCenterInsightsClient.ListPhraseMatchersPage extends AbstractPage<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher,ContactCenterInsightsClient.ListPhraseMatchersPage>

Inheritance

java.lang.Object > AbstractPage > ContactCenterInsightsClient.ListPhraseMatchersPage

Methods

createPage(@Nullable PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, @Nullable ListPhraseMatchersResponse response)

protected ContactCenterInsightsClient.ListPhraseMatchersPage createPage(@Nullable PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, @Nullable ListPhraseMatchersResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher>
response @org.jspecify.annotations.Nullable com.google.cloud.contactcenterinsights.v1.ListPhraseMatchersResponse
Returns
Type Description
ContactCenterInsightsClient.ListPhraseMatchersPage
Overrides

createPageAsync(@Nullable PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, ApiFuture<ListPhraseMatchersResponse> futureResponse)

public ApiFuture<ContactCenterInsightsClient.ListPhraseMatchersPage> createPageAsync(@Nullable PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, ApiFuture<ListPhraseMatchersResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher>
futureResponse ApiFuture<ListPhraseMatchersResponse>
Returns
Type Description
ApiFuture<ListPhraseMatchersPage>
Overrides