Uses of Class
com.mypurecloud.sdk.v2.model.MinedIntentsListing
Packages that use MinedIntentsListing
-
Uses of MinedIntentsListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MinedIntentsListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerIntents(GetLanguageunderstandingMinerIntentsRequest request) Retrieve a list of mined intents.LanguageUnderstandingApi.getLanguageunderstandingMinerIntents(String minerId, String expand) Retrieve a list of mined intents.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type MinedIntentsListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerIntents(ApiRequest<Void> request) Retrieve a list of mined intents.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerIntentsAsync(GetLanguageunderstandingMinerIntentsRequest request, AsyncApiCallback<MinedIntentsListing> callback) Retrieve a list of mined intents.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerIntentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinedIntentsListing>> callback) Retrieve a list of mined intents.LanguageUnderstandingApi.getLanguageunderstandingMinerIntentsWithHttpInfo(String minerId, String expand) Retrieve a list of mined intents.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type MinedIntentsListingModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingMinerIntentsAsync(GetLanguageunderstandingMinerIntentsRequest request, AsyncApiCallback<MinedIntentsListing> callback) Retrieve a list of mined intents.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerIntentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinedIntentsListing>> callback) Retrieve a list of mined intents. -
Uses of MinedIntentsListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MinedIntentsListingModifier and TypeMethodDescriptionMinedIntentsListing.entities(List<MinerIntent> entities) MinedIntentsListing.previousUri(String previousUri)