Uses of Class
com.mypurecloud.sdk.v2.model.GuideContentGenerationJob
Packages that use GuideContentGenerationJob
-
Uses of GuideContentGenerationJob in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return GuideContentGenerationJobModifier and TypeMethodDescriptionAIStudioApi.getGuidesJob(GetGuidesJobRequest request) Get the status of the guide content generation job.AIStudioApi.getGuidesJob(String jobId) Get the status of the guide content generation job.AIStudioApi.postGuidesJobs(PostGuidesJobsRequest request) Start a guide content generation job.AIStudioApi.postGuidesJobs(GenerateGuideContentRequest body) Start a guide content generation job.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type GuideContentGenerationJobModifier and TypeMethodDescriptionAIStudioApi.getGuidesJob(ApiRequest<Void> request) Get the status of the guide content generation job.AIStudioApiAsync.getGuidesJobAsync(GetGuidesJobRequest request, AsyncApiCallback<GuideContentGenerationJob> callback) Get the status of the guide content generation job.AIStudioApiAsync.getGuidesJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GuideContentGenerationJob>> callback) Get the status of the guide content generation job.AIStudioApi.getGuidesJobWithHttpInfo(String jobId) Get the status of the guide content generation job.AIStudioApi.postGuidesJobs(ApiRequest<GenerateGuideContentRequest> request) Start a guide content generation job.AIStudioApiAsync.postGuidesJobsAsync(PostGuidesJobsRequest request, AsyncApiCallback<GuideContentGenerationJob> callback) Start a guide content generation job.AIStudioApiAsync.postGuidesJobsAsync(ApiRequest<GenerateGuideContentRequest> request, AsyncApiCallback<ApiResponse<GuideContentGenerationJob>> callback) Start a guide content generation job.AIStudioApi.postGuidesJobsWithHttpInfo(GenerateGuideContentRequest body) Start a guide content generation job.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type GuideContentGenerationJobModifier and TypeMethodDescriptionAIStudioApiAsync.getGuidesJobAsync(GetGuidesJobRequest request, AsyncApiCallback<GuideContentGenerationJob> callback) Get the status of the guide content generation job.AIStudioApiAsync.getGuidesJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GuideContentGenerationJob>> callback) Get the status of the guide content generation job.AIStudioApiAsync.postGuidesJobsAsync(PostGuidesJobsRequest request, AsyncApiCallback<GuideContentGenerationJob> callback) Start a guide content generation job.AIStudioApiAsync.postGuidesJobsAsync(ApiRequest<GenerateGuideContentRequest> request, AsyncApiCallback<ApiResponse<GuideContentGenerationJob>> callback) Start a guide content generation job. -
Uses of GuideContentGenerationJob in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GuideContentGenerationJobModifier and TypeMethodDescriptionGuideContentGenerationJob.guide(AddressableEntityRef guide) GuideContentGenerationJob.guideContent(GeneratedGuideContent guideContent)