Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsMessageMessagesBulkRequest
Packages that use PostConversationsMessageMessagesBulkRequest
-
Uses of PostConversationsMessageMessagesBulkRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsMessageMessagesBulkRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsMessageMessagesBulk(PostConversationsMessageMessagesBulkRequest request) Get messages in batch The path parameter [conversationId] should contain the conversationId of the conversation being filtered.ConversationsApiAsync.postConversationsMessageMessagesBulkAsync(PostConversationsMessageMessagesBulkRequest request, AsyncApiCallback<TextMessageListing> callback) Get messages in batch The path parameter [conversationId] should contain the conversationId of the conversation being filtered. -
Uses of PostConversationsMessageMessagesBulkRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsMessageMessagesBulkRequestModifier and TypeMethodDescriptionPostConversationsMessageMessagesBulkRequest.Builder.build()PostConversationsMessageMessagesBulkRequest.withConversationId(String conversationId) PostConversationsMessageMessagesBulkRequest.withCustomHeader(String name, String value) PostConversationsMessageMessagesBulkRequest.withUseNormalizedMessage(Boolean useNormalizedMessage)