Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsCallRequest
Packages that use PostConversationsCallRequest
-
Uses of PostConversationsCallRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsCallRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsCall(PostConversationsCallRequest request) Place a new call as part of a callback conversation.ConversationsApiAsync.postConversationsCallAsync(PostConversationsCallRequest request, AsyncApiCallback<Conversation> callback) Place a new call as part of a callback conversation. -
Uses of PostConversationsCallRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsCallRequestModifier and TypeMethodDescriptionPostConversationsCallRequest.Builder.build()PostConversationsCallRequest.withBody(CallCommand body) PostConversationsCallRequest.withConversationId(String conversationId) PostConversationsCallRequest.withCustomHeader(String name, String value)