Uses of Class
com.mypurecloud.sdk.v2.model.MinerIntent
Packages that use MinerIntent
-
Uses of MinerIntent in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MinerIntentModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerIntent(GetLanguageunderstandingMinerIntentRequest request) Get information about a mined intentLanguageUnderstandingApi.getLanguageunderstandingMinerIntent(String minerId, String intentId, String expand) Get information about a mined intentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type MinerIntentModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerIntent(ApiRequest<Void> request) Get information about a mined intentLanguageUnderstandingApiAsync.getLanguageunderstandingMinerIntentAsync(GetLanguageunderstandingMinerIntentRequest request, AsyncApiCallback<MinerIntent> callback) Get information about a mined intentLanguageUnderstandingApiAsync.getLanguageunderstandingMinerIntentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinerIntent>> callback) Get information about a mined intentLanguageUnderstandingApi.getLanguageunderstandingMinerIntentWithHttpInfo(String minerId, String intentId, String expand) Get information about a mined intentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type MinerIntentModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingMinerIntentAsync(GetLanguageunderstandingMinerIntentRequest request, AsyncApiCallback<MinerIntent> callback) Get information about a mined intentLanguageUnderstandingApiAsync.getLanguageunderstandingMinerIntentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinerIntent>> callback) Get information about a mined intent -
Uses of MinerIntent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MinerIntentModifier and TypeMethodDescriptionMinerIntent.analyticVolumePercent(Double analyticVolumePercent) Percentage of conversations belonging to the intent.The miner to which the intent belongs.Intent name.MinerIntent.utterances(List<Utterance> utterances) The utterances that are extracted for an Intent.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type MinerIntentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type MinerIntentModifier and TypeMethodDescriptionMinedIntentsListing.entities(List<MinerIntent> entities) voidMinedIntentsListing.setEntities(List<MinerIntent> entities)