Uses of Class
com.mypurecloud.sdk.v2.model.CustomerIntentListing
Packages that use CustomerIntentListing
-
Uses of CustomerIntentListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CustomerIntentListingModifier and TypeMethodDescriptionIntentsApi.getIntentsCustomerintents(GetIntentsCustomerintentsRequest request) Get customer intentsIntentsApi.getIntentsCustomerintents(Integer pageSize, Integer pageNumber, String queryValue, String categoryId) Get customer intentsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CustomerIntentListingModifier and TypeMethodDescriptionIntentsApi.getIntentsCustomerintents(ApiRequest<Void> request) Get customer intentsIntentsApiAsync.getIntentsCustomerintentsAsync(GetIntentsCustomerintentsRequest request, AsyncApiCallback<CustomerIntentListing> callback) Get customer intentsIntentsApiAsync.getIntentsCustomerintentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomerIntentListing>> callback) Get customer intentsIntentsApi.getIntentsCustomerintentsWithHttpInfo(Integer pageSize, Integer pageNumber, String queryValue, String categoryId) Get customer intentsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CustomerIntentListingModifier and TypeMethodDescriptionIntentsApiAsync.getIntentsCustomerintentsAsync(GetIntentsCustomerintentsRequest request, AsyncApiCallback<CustomerIntentListing> callback) Get customer intentsIntentsApiAsync.getIntentsCustomerintentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomerIntentListing>> callback) Get customer intents -
Uses of CustomerIntentListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomerIntentListingModifier and TypeMethodDescriptionCustomerIntentListing.entities(List<CustomerIntentResponse> entities) CustomerIntentListing.pageNumber(Integer pageNumber) CustomerIntentListing.previousUri(String previousUri)