Uses of Class
com.mypurecloud.sdk.v2.model.UpdateGuideVersion
Packages that use UpdateGuideVersion
Package
Description
-
Uses of UpdateGuideVersion in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateGuideVersionModifier and TypeMethodDescriptionAIStudioApi.patchGuideVersion(String guideId, String versionId, UpdateGuideVersion body) Update a guide version.AIStudioApi.patchGuideVersionWithHttpInfo(String guideId, String versionId, UpdateGuideVersion body) Update a guide version.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateGuideVersionModifier and TypeMethodDescriptionAIStudioApi.patchGuideVersion(ApiRequest<UpdateGuideVersion> request) Update a guide version.AIStudioApiAsync.patchGuideVersionAsync(ApiRequest<UpdateGuideVersion> request, AsyncApiCallback<ApiResponse<GuideVersion>> callback) Update a guide version. -
Uses of UpdateGuideVersion in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateGuideVersionMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateGuideVersionMethods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateGuideVersionModifier and TypeMethodDescriptionPatchGuideVersionRequest.builder(String guideId, String versionId, UpdateGuideVersion body) voidPatchGuideVersionRequest.setBody(UpdateGuideVersion body) PatchGuideVersionRequest.Builder.withBody(UpdateGuideVersion body) PatchGuideVersionRequest.withBody(UpdateGuideVersion body) PatchGuideVersionRequest.Builder.withRequiredParams(String guideId, String versionId, UpdateGuideVersion body) -
Uses of UpdateGuideVersion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateGuideVersionModifier and TypeMethodDescriptionUpdateGuideVersion.instruction(String instruction) The instruction given to this version of the guide, for how it should behave when interacting with a User.UpdateGuideVersion.knowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) The knowledge settings associated with this version of the guide.UpdateGuideVersion.resources(GuideVersionResources resources) The resources associated with this version of the guide.The variables associated with this version of the guide.