Uses of Class
com.mypurecloud.sdk.v2.model.CreateGuide
Packages that use CreateGuide
Package
Description
-
Uses of CreateGuide in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateGuideModifier and TypeMethodDescriptionAIStudioApi.postGuides(CreateGuide body) Create a guide.AIStudioApi.postGuidesWithHttpInfo(CreateGuide body) Create a guide.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateGuideModifier and TypeMethodDescriptionAIStudioApi.postGuides(ApiRequest<CreateGuide> request) Create a guide.AIStudioApiAsync.postGuidesAsync(ApiRequest<CreateGuide> request, AsyncApiCallback<ApiResponse<Guide>> callback) Create a guide. -
Uses of CreateGuide in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateGuideMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateGuideMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateGuideModifier and TypeMethodDescriptionstatic PostGuidesRequest.BuilderPostGuidesRequest.builder(CreateGuide body) voidPostGuidesRequest.setBody(CreateGuide body) PostGuidesRequest.Builder.withBody(CreateGuide body) PostGuidesRequest.withBody(CreateGuide body) PostGuidesRequest.Builder.withRequiredParams(CreateGuide body) -
Uses of CreateGuide in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateGuideModifier and TypeMethodDescriptionThe name of the guide.CreateGuide.source(CreateGuide.SourceEnum source) Indicates how the guide content was generated.