Uses of Class
com.mypurecloud.sdk.v2.model.MandatoryPostCallActionInput
Packages that use MandatoryPostCallActionInput
Package
Description
-
Uses of MandatoryPostCallActionInput in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type MandatoryPostCallActionInputModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationsCallParticipantCommunicationPostflowaction(String conversationId, String participantId, String communicationId, MandatoryPostCallActionInput body) Set mandatory post call actions.ConversationsApi.patchConversationsCallParticipantCommunicationPostflowactionWithHttpInfo(String conversationId, String participantId, String communicationId, MandatoryPostCallActionInput body) Set mandatory post call actions.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type MandatoryPostCallActionInputModifier and TypeMethodDescriptionConversationsApi.patchConversationsCallParticipantCommunicationPostflowaction(ApiRequest<MandatoryPostCallActionInput> request) Set mandatory post call actions.ConversationsApiAsync.patchConversationsCallParticipantCommunicationPostflowactionAsync(ApiRequest<MandatoryPostCallActionInput> request, AsyncApiCallback<ApiResponse<Void>> callback) Set mandatory post call actions. -
Uses of MandatoryPostCallActionInput in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return MandatoryPostCallActionInputModifier and TypeMethodDescriptionPatchConversationsCallParticipantCommunicationPostflowactionRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type MandatoryPostCallActionInputModifier and TypeMethodDescriptionPatchConversationsCallParticipantCommunicationPostflowactionRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type MandatoryPostCallActionInputModifier and TypeMethodDescriptionvoidPatchConversationsCallParticipantCommunicationPostflowactionRequest.setBody(MandatoryPostCallActionInput body) PatchConversationsCallParticipantCommunicationPostflowactionRequest.Builder.withBody(MandatoryPostCallActionInput body) PatchConversationsCallParticipantCommunicationPostflowactionRequest.withBody(MandatoryPostCallActionInput body) -
Uses of MandatoryPostCallActionInput in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MandatoryPostCallActionInputModifier and TypeMethodDescriptionMandatoryPostCallActionInput.destination(String destination) The destination phone number or phone id to send the flow to after completion.MandatoryPostCallActionInput.invocationData(String invocationData) The invocation data to send the destination after completion.