Uses of Class
com.mypurecloud.sdk.v2.model.CustomerSourceIntentListing
Packages that use CustomerSourceIntentListing
-
Uses of CustomerSourceIntentListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CustomerSourceIntentListingModifier and TypeMethodDescriptionIntentsApi.getIntentsCustomerintentSourceintents(GetIntentsCustomerintentSourceintentsRequest request) Get source intents mapped to a customer intentIntentsApi.getIntentsCustomerintentSourceintents(String customerIntentId, Integer pageSize, Integer pageNumber, String queryValue) Get source intents mapped to a customer intentIntentsApi.getIntentsSourceintents(GetIntentsSourceintentsRequest request) Get all mapped source intents by type.IntentsApi.getIntentsSourceintents(Integer pageSize, Integer pageNumber, String type, String sourceId) Get all mapped source intents by type.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CustomerSourceIntentListingModifier and TypeMethodDescriptionIntentsApi.getIntentsCustomerintentSourceintents(ApiRequest<Void> request) Get source intents mapped to a customer intentIntentsApiAsync.getIntentsCustomerintentSourceintentsAsync(GetIntentsCustomerintentSourceintentsRequest request, AsyncApiCallback<CustomerSourceIntentListing> callback) Get source intents mapped to a customer intentIntentsApiAsync.getIntentsCustomerintentSourceintentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomerSourceIntentListing>> callback) Get source intents mapped to a customer intentIntentsApi.getIntentsCustomerintentSourceintentsWithHttpInfo(String customerIntentId, Integer pageSize, Integer pageNumber, String queryValue) Get source intents mapped to a customer intentIntentsApi.getIntentsSourceintents(ApiRequest<Void> request) Get all mapped source intents by type.IntentsApiAsync.getIntentsSourceintentsAsync(GetIntentsSourceintentsRequest request, AsyncApiCallback<CustomerSourceIntentListing> callback) Get all mapped source intents by type.IntentsApiAsync.getIntentsSourceintentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomerSourceIntentListing>> callback) Get all mapped source intents by type.IntentsApi.getIntentsSourceintentsWithHttpInfo(Integer pageSize, Integer pageNumber, String type, String sourceId) Get all mapped source intents by type.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CustomerSourceIntentListingModifier and TypeMethodDescriptionIntentsApiAsync.getIntentsCustomerintentSourceintentsAsync(GetIntentsCustomerintentSourceintentsRequest request, AsyncApiCallback<CustomerSourceIntentListing> callback) Get source intents mapped to a customer intentIntentsApiAsync.getIntentsCustomerintentSourceintentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomerSourceIntentListing>> callback) Get source intents mapped to a customer intentIntentsApiAsync.getIntentsSourceintentsAsync(GetIntentsSourceintentsRequest request, AsyncApiCallback<CustomerSourceIntentListing> callback) Get all mapped source intents by type.IntentsApiAsync.getIntentsSourceintentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomerSourceIntentListing>> callback) Get all mapped source intents by type. -
Uses of CustomerSourceIntentListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomerSourceIntentListingModifier and TypeMethodDescriptionCustomerSourceIntentListing.entities(List<CustomerSourceIntent> entities) CustomerSourceIntentListing.pageNumber(Integer pageNumber) CustomerSourceIntentListing.previousUri(String previousUri)