Class PostConversationSuggestionEngagementRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationSuggestionEngagementRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String conversationId, String suggestionId, SuggestionEngagement body) getBody()voidsetBody(SuggestionEngagement body) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetSuggestionId(String suggestionId) withBody(SuggestionEngagement body) withConversationId(String conversationId) withCustomHeader(String name, String value) withSuggestionId(String suggestionId)
-
Constructor Details
-
PostConversationSuggestionEngagementRequest
public PostConversationSuggestionEngagementRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getSuggestionId
-
setSuggestionId
-
withSuggestionId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostConversationSuggestionEngagementRequest.Builder builder(String conversationId, String suggestionId, SuggestionEngagement body)
-