Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationParticipantDigitsRequest
Packages that use PostConversationParticipantDigitsRequest
-
Uses of PostConversationParticipantDigitsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationParticipantDigitsRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantDigits(PostConversationParticipantDigitsRequest request) Sends DTMF to the participantConversationsApiAsync.postConversationParticipantDigitsAsync(PostConversationParticipantDigitsRequest request, AsyncApiCallback<Void> callback) Sends DTMF to the participant -
Uses of PostConversationParticipantDigitsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationParticipantDigitsRequestModifier and TypeMethodDescriptionPostConversationParticipantDigitsRequest.Builder.build()PostConversationParticipantDigitsRequest.withConversationId(String conversationId) PostConversationParticipantDigitsRequest.withCustomHeader(String name, String value) PostConversationParticipantDigitsRequest.withParticipantId(String participantId)