Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchGuideRequest
Packages that use PatchGuideRequest
-
Uses of PatchGuideRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchGuideRequestModifier and TypeMethodDescriptionAIStudioApi.patchGuide(PatchGuideRequest request) Update a guide.AIStudioApiAsync.patchGuideAsync(PatchGuideRequest request, AsyncApiCallback<Guide> callback) Update a guide. -
Uses of PatchGuideRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchGuideRequestModifier and TypeMethodDescriptionPatchGuideRequest.Builder.build()PatchGuideRequest.withBody(UpdateGuide body) PatchGuideRequest.withCustomHeader(String name, String value) PatchGuideRequest.withGuideId(String guideId)