Class ContactCenterInsightsClient.ListPhraseMatchersPage (2.45.0)

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

Inheritance

java.lang.Object > AbstractPage > ContactCenterInsightsClient.ListPhraseMatchersPage

Methods

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

protected ContactCenterInsightsClient.ListPhraseMatchersPage createPage(PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, ListPhraseMatchersResponse response)
Parameters
Name Description
context PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher>
response ListPhraseMatchersResponse
Returns
Type Description
ContactCenterInsightsClient.ListPhraseMatchersPage
Overrides

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

public ApiFuture<ContactCenterInsightsClient.ListPhraseMatchersPage> createPageAsync(PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, ApiFuture<ListPhraseMatchersResponse> futureResponse)
Parameters
Name Description
context PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher>
futureResponse ApiFuture<ListPhraseMatchersResponse>
Returns
Type Description
ApiFuture<ListPhraseMatchersPage>
Overrides