Uses of Class
com.mypurecloud.sdk.v2.model.CreateGuideVersion
Packages that use CreateGuideVersion
Package
Description
-
Uses of CreateGuideVersion in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateGuideVersionModifier and TypeMethodDescriptionAIStudioApi.postGuideVersions(String guideId, CreateGuideVersion body) Create a guide version.AIStudioApi.postGuideVersionsWithHttpInfo(String guideId, CreateGuideVersion body) Create a guide version.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateGuideVersionModifier and TypeMethodDescriptionAIStudioApi.postGuideVersions(ApiRequest<CreateGuideVersion> request) Create a guide version.AIStudioApiAsync.postGuideVersionsAsync(ApiRequest<CreateGuideVersion> request, AsyncApiCallback<ApiResponse<GuideVersion>> callback) Create a guide version. -
Uses of CreateGuideVersion in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateGuideVersionMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateGuideVersionMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateGuideVersionModifier and TypeMethodDescriptionvoidPostGuideVersionsRequest.setBody(CreateGuideVersion body) PostGuideVersionsRequest.Builder.withBody(CreateGuideVersion body) PostGuideVersionsRequest.withBody(CreateGuideVersion body) -
Uses of CreateGuideVersion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateGuideVersionModifier and TypeMethodDescriptionCreateGuideVersion.instruction(String instruction) The instruction given to this version of the guide, for how it should behave when interacting with a User.CreateGuideVersion.knowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) The knowledge settings associated with this version of the guide.CreateGuideVersion.resources(GuideVersionResources resources) The resources associated with this version of the guide.The variables associated with this version of the guide.