Uses of Class
com.mypurecloud.sdk.v2.model.SentimentFeedback
Packages that use SentimentFeedback
Package
Description
-
Uses of SentimentFeedback in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SentimentFeedbackModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.postSpeechandtextanalyticsSentimentfeedback(PostSpeechandtextanalyticsSentimentfeedbackRequest request) Create a Speech & Text Analytics SentimentFeedbackSpeechTextAnalyticsApi.postSpeechandtextanalyticsSentimentfeedback(SentimentFeedback body) Create a Speech & Text Analytics SentimentFeedbackMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type SentimentFeedbackModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.postSpeechandtextanalyticsSentimentfeedback(ApiRequest<SentimentFeedback> request) Create a Speech & Text Analytics SentimentFeedbackSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsSentimentfeedbackAsync(PostSpeechandtextanalyticsSentimentfeedbackRequest request, AsyncApiCallback<SentimentFeedback> callback) Create a Speech & Text Analytics SentimentFeedbackSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsSentimentfeedbackAsync(ApiRequest<SentimentFeedback> request, AsyncApiCallback<ApiResponse<SentimentFeedback>> callback) Create a Speech & Text Analytics SentimentFeedbackSpeechTextAnalyticsApi.postSpeechandtextanalyticsSentimentfeedbackWithHttpInfo(SentimentFeedback body) Create a Speech & Text Analytics SentimentFeedbackMethods in com.mypurecloud.sdk.v2.api with parameters of type SentimentFeedbackModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.postSpeechandtextanalyticsSentimentfeedback(SentimentFeedback body) Create a Speech & Text Analytics SentimentFeedbackSpeechTextAnalyticsApi.postSpeechandtextanalyticsSentimentfeedbackWithHttpInfo(SentimentFeedback body) Create a Speech & Text Analytics SentimentFeedbackMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SentimentFeedbackModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.postSpeechandtextanalyticsSentimentfeedback(ApiRequest<SentimentFeedback> request) Create a Speech & Text Analytics SentimentFeedbackSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsSentimentfeedbackAsync(PostSpeechandtextanalyticsSentimentfeedbackRequest request, AsyncApiCallback<SentimentFeedback> callback) Create a Speech & Text Analytics SentimentFeedbackSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsSentimentfeedbackAsync(ApiRequest<SentimentFeedback> request, AsyncApiCallback<ApiResponse<SentimentFeedback>> callback) Create a Speech & Text Analytics SentimentFeedbackSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsSentimentfeedbackAsync(ApiRequest<SentimentFeedback> request, AsyncApiCallback<ApiResponse<SentimentFeedback>> callback) Create a Speech & Text Analytics SentimentFeedback -
Uses of SentimentFeedback in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SentimentFeedbackMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SentimentFeedbackModifier and TypeMethodDescriptionPostSpeechandtextanalyticsSentimentfeedbackRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type SentimentFeedbackModifier and TypeMethodDescriptionPostSpeechandtextanalyticsSentimentfeedbackRequest.builder(SentimentFeedback body) voidPostSpeechandtextanalyticsSentimentfeedbackRequest.setBody(SentimentFeedback body) PostSpeechandtextanalyticsSentimentfeedbackRequest.Builder.withBody(SentimentFeedback body) PostSpeechandtextanalyticsSentimentfeedbackRequest.withBody(SentimentFeedback body) PostSpeechandtextanalyticsSentimentfeedbackRequest.Builder.withRequiredParams(SentimentFeedback body) -
Uses of SentimentFeedback in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SentimentFeedbackModifier and TypeMethodDescriptionThe dialect for the given phrase, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standardSentimentFeedback.feedbackValue(SentimentFeedback.FeedbackValueEnum feedbackValue) The sentiment feedback value for the given phraseThe phrase for which sentiment feedback is providedMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type SentimentFeedbackMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SentimentFeedbackModifier and TypeMethodDescriptionSentimentFeedbackEntityListing.entities(List<SentimentFeedback> entities) voidSentimentFeedbackEntityListing.setEntities(List<SentimentFeedback> entities)