Uses of Class
com.mypurecloud.sdk.v2.model.Miner
Packages that use Miner
Package
Description
-
Uses of Miner in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MinerModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMiner(GetLanguageunderstandingMinerRequest request) Get information about a miner.LanguageUnderstandingApi.getLanguageunderstandingMiner(String minerId) Get information about a miner.LanguageUnderstandingApi.postLanguageunderstandingMinerExecute(PostLanguageunderstandingMinerExecuteRequest request) Start the mining process.LanguageUnderstandingApi.postLanguageunderstandingMinerExecute(String minerId, MinerExecuteRequest body) Start the mining process.LanguageUnderstandingApi.postLanguageunderstandingMiners(PostLanguageunderstandingMinersRequest request) Create a unique miner.LanguageUnderstandingApi.postLanguageunderstandingMiners(Miner body) Create a unique miner.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type MinerModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMiner(ApiRequest<Void> request) Get information about a miner.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerAsync(GetLanguageunderstandingMinerRequest request, AsyncApiCallback<Miner> callback) Get information about a miner.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Miner>> callback) Get information about a miner.LanguageUnderstandingApi.getLanguageunderstandingMinerWithHttpInfo(String minerId) Get information about a miner.LanguageUnderstandingApi.postLanguageunderstandingMinerExecute(ApiRequest<MinerExecuteRequest> request) Start the mining process.LanguageUnderstandingApiAsync.postLanguageunderstandingMinerExecuteAsync(PostLanguageunderstandingMinerExecuteRequest request, AsyncApiCallback<Miner> callback) Start the mining process.LanguageUnderstandingApiAsync.postLanguageunderstandingMinerExecuteAsync(ApiRequest<MinerExecuteRequest> request, AsyncApiCallback<ApiResponse<Miner>> callback) Start the mining process.LanguageUnderstandingApi.postLanguageunderstandingMinerExecuteWithHttpInfo(String minerId, MinerExecuteRequest body) Start the mining process.LanguageUnderstandingApi.postLanguageunderstandingMiners(ApiRequest<Miner> request) Create a unique miner.LanguageUnderstandingApiAsync.postLanguageunderstandingMinersAsync(PostLanguageunderstandingMinersRequest request, AsyncApiCallback<Miner> callback) Create a unique miner.LanguageUnderstandingApiAsync.postLanguageunderstandingMinersAsync(ApiRequest<Miner> request, AsyncApiCallback<ApiResponse<Miner>> callback) Create a unique miner.LanguageUnderstandingApi.postLanguageunderstandingMinersWithHttpInfo(Miner body) Create a unique miner.Methods in com.mypurecloud.sdk.v2.api with parameters of type MinerModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingMiners(Miner body) Create a unique miner.LanguageUnderstandingApi.postLanguageunderstandingMinersWithHttpInfo(Miner body) Create a unique miner.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type MinerModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingMinerAsync(GetLanguageunderstandingMinerRequest request, AsyncApiCallback<Miner> callback) Get information about a miner.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Miner>> callback) Get information about a miner.LanguageUnderstandingApiAsync.postLanguageunderstandingMinerExecuteAsync(PostLanguageunderstandingMinerExecuteRequest request, AsyncApiCallback<Miner> callback) Start the mining process.LanguageUnderstandingApiAsync.postLanguageunderstandingMinerExecuteAsync(ApiRequest<MinerExecuteRequest> request, AsyncApiCallback<ApiResponse<Miner>> callback) Start the mining process.LanguageUnderstandingApi.postLanguageunderstandingMiners(ApiRequest<Miner> request) Create a unique miner.LanguageUnderstandingApiAsync.postLanguageunderstandingMinersAsync(PostLanguageunderstandingMinersRequest request, AsyncApiCallback<Miner> callback) Create a unique miner.LanguageUnderstandingApiAsync.postLanguageunderstandingMinersAsync(ApiRequest<Miner> request, AsyncApiCallback<ApiResponse<Miner>> callback) Create a unique miner.LanguageUnderstandingApiAsync.postLanguageunderstandingMinersAsync(ApiRequest<Miner> request, AsyncApiCallback<ApiResponse<Miner>> callback) Create a unique miner. -
Uses of Miner in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return MinerMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type MinerMethods in com.mypurecloud.sdk.v2.api.request with parameters of type MinerModifier and TypeMethodDescriptionvoidPostLanguageunderstandingMinersRequest.Builder.withRequiredParams(Miner body) -
Uses of Miner in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MinerModifier and TypeMethodDescriptionDraft.getMiner()DraftTopics.getMiner()MinerIntent.getMiner()MinerTopic.getMiner()Miner.language(Miner.LanguageEnum language) Language Localization code.Miner.minerType(Miner.MinerTypeEnum minerType) Type of the miner, intent or topic.Chat Corpus Name.Flag to indicate whether seeding is supported for this miner.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type MinerMethods in com.mypurecloud.sdk.v2.model with parameters of type MinerModifier and TypeMethodDescriptionThe miner to which the intent belongs.voidMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Miner