Class PostConversationsCallParticipantConsultAgentRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationsCallParticipantConsultAgentRequest.Builder
- Enclosing class:
- PostConversationsCallParticipantConsultAgentRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withConversationId(String conversationId) withParticipantId(String participantId) withRequiredParams(String conversationId, String participantId, ConsultTransferToAgent body)
-
Method Details
-
withConversationId
public PostConversationsCallParticipantConsultAgentRequest.Builder withConversationId(String conversationId) -
withParticipantId
public PostConversationsCallParticipantConsultAgentRequest.Builder withParticipantId(String participantId) -
withBody
public PostConversationsCallParticipantConsultAgentRequest.Builder withBody(ConsultTransferToAgent body) -
withRequiredParams
public PostConversationsCallParticipantConsultAgentRequest.Builder withRequiredParams(String conversationId, String participantId, ConsultTransferToAgent body) -
build
-