Uses of Class
com.mypurecloud.sdk.v2.model.SuggestionEngagement
Packages that use SuggestionEngagement
Package
Description
-
Uses of SuggestionEngagement in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SuggestionEngagementModifier and TypeMethodDescriptionConversationsApi.postConversationSuggestionEngagement(PostConversationSuggestionEngagementRequest request) Save an engagement on the suggestion.ConversationsApi.postConversationSuggestionEngagement(String conversationId, String suggestionId, SuggestionEngagement body) Save an engagement on the suggestion.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SuggestionEngagementModifier and TypeMethodDescriptionConversationsApi.postConversationSuggestionEngagement(ApiRequest<SuggestionEngagement> request) Save an engagement on the suggestion.ConversationsApiAsync.postConversationSuggestionEngagementAsync(PostConversationSuggestionEngagementRequest request, AsyncApiCallback<SuggestionEngagement> callback) Save an engagement on the suggestion.ConversationsApiAsync.postConversationSuggestionEngagementAsync(ApiRequest<SuggestionEngagement> request, AsyncApiCallback<ApiResponse<SuggestionEngagement>> callback) Save an engagement on the suggestion.ConversationsApi.postConversationSuggestionEngagementWithHttpInfo(String conversationId, String suggestionId, SuggestionEngagement body) Save an engagement on the suggestion.Methods in com.mypurecloud.sdk.v2.api with parameters of type SuggestionEngagementModifier and TypeMethodDescriptionConversationsApi.postConversationSuggestionEngagement(String conversationId, String suggestionId, SuggestionEngagement body) Save an engagement on the suggestion.ConversationsApi.postConversationSuggestionEngagementWithHttpInfo(String conversationId, String suggestionId, SuggestionEngagement body) Save an engagement on the suggestion.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SuggestionEngagementModifier and TypeMethodDescriptionConversationsApi.postConversationSuggestionEngagement(ApiRequest<SuggestionEngagement> request) Save an engagement on the suggestion.ConversationsApiAsync.postConversationSuggestionEngagementAsync(PostConversationSuggestionEngagementRequest request, AsyncApiCallback<SuggestionEngagement> callback) Save an engagement on the suggestion.ConversationsApiAsync.postConversationSuggestionEngagementAsync(ApiRequest<SuggestionEngagement> request, AsyncApiCallback<ApiResponse<SuggestionEngagement>> callback) Save an engagement on the suggestion.ConversationsApiAsync.postConversationSuggestionEngagementAsync(ApiRequest<SuggestionEngagement> request, AsyncApiCallback<ApiResponse<SuggestionEngagement>> callback) Save an engagement on the suggestion. -
Uses of SuggestionEngagement in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SuggestionEngagementMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SuggestionEngagementMethods in com.mypurecloud.sdk.v2.api.request with parameters of type SuggestionEngagementModifier and TypeMethodDescriptionPostConversationSuggestionEngagementRequest.builder(String conversationId, String suggestionId, SuggestionEngagement body) voidPostConversationSuggestionEngagementRequest.setBody(SuggestionEngagement body) PostConversationSuggestionEngagementRequest.Builder.withBody(SuggestionEngagement body) PostConversationSuggestionEngagementRequest.withBody(SuggestionEngagement body) PostConversationSuggestionEngagementRequest.Builder.withRequiredParams(String conversationId, String suggestionId, SuggestionEngagement body) -
Uses of SuggestionEngagement in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SuggestionEngagementModifier and TypeMethodDescriptionSuggestionEngagement.engagementType(SuggestionEngagement.EngagementTypeEnum engagementType) The type of engagement with the suggestion.SuggestionEngagement.feedback(SuggestionFeedback feedback) The given feedback on the suggestion, if any.