Package com.mypurecloud.sdk.v2.api
Class AIStudioApi
java.lang.Object
com.mypurecloud.sdk.v2.api.AIStudioApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDelete a summary setting.Delete a summary setting.voiddeleteConversationsSummariesSetting(String summarySettingId) Delete a summary setting.deleteConversationsSummariesSettingWithHttpInfo(String summarySettingId) Delete a summary setting.deleteGuideJobs(DeleteGuideJobsRequest request) Start the deletion of a guide.deleteGuideJobs(ApiRequest<Void> request) Start the deletion of a guide.deleteGuideJobs(String guideId) Start the deletion of a guide.deleteGuideJobsWithHttpInfo(String guideId) Start the deletion of a guide.Receive a summary setting.getConversationsSummariesSetting(ApiRequest<Void> request) Receive a summary setting.getConversationsSummariesSetting(String summarySettingId) Receive a summary setting.Get all summary settings.getConversationsSummariesSettings(ApiRequest<Void> request) Get all summary settings.getConversationsSummariesSettings(Integer pageNumber, Integer pageSize, String name, String sortOrder, String language, String sortBy) Get all summary settings.getConversationsSummariesSettingsWithHttpInfo(Integer pageNumber, Integer pageSize, String name, String sortOrder, String language, String sortBy) Get all summary settings.getConversationsSummariesSettingWithHttpInfo(String summarySettingId) Receive a summary setting.getGuide(GetGuideRequest request) Get guide.getGuide(ApiRequest<Void> request) Get guide.Get guide.getGuideJob(GetGuideJobRequest request) Get the specified guide deletion job.getGuideJob(ApiRequest<Void> request) Get the specified guide deletion job.getGuideJob(String guideId, String jobId) Get the specified guide deletion job.getGuideJobWithHttpInfo(String guideId, String jobId) Get the specified guide deletion job.getGuides(GetGuidesRequest request) Get all guides.getGuides(ApiRequest<Void> request) Get all guides.getGuides(String name, String nameContains, String status, String sortBy, String sortOrder, Integer pageNumber, Integer pageSize) Get all guides.getGuidesJob(GetGuidesJobRequest request) Get the status of the guide content generation job.getGuidesJob(ApiRequest<Void> request) Get the status of the guide content generation job.getGuidesJob(String jobId) Get the status of the guide content generation job.getGuidesJobWithHttpInfo(String jobId) Get the status of the guide content generation job.getGuidesWithHttpInfo(String name, String nameContains, String status, String sortBy, String sortOrder, Integer pageNumber, Integer pageSize) Get all guides.getGuideVersion(GetGuideVersionRequest request) Get a guide version.getGuideVersion(ApiRequest<Void> request) Get a guide version.getGuideVersion(String guideId, String versionId) Get a guide version.Get the status of the publishing job for this guide version.getGuideVersionJob(ApiRequest<Void> request) Get the status of the publishing job for this guide version.getGuideVersionJob(String guideId, String versionId, String jobId) Get the status of the publishing job for this guide version.getGuideVersionJobWithHttpInfo(String guideId, String versionId, String jobId) Get the status of the publishing job for this guide version.getGuideVersionWithHttpInfo(String guideId, String versionId) Get a guide version.getGuideWithHttpInfo(String guideId) Get guide.patchGuide(PatchGuideRequest request) Update a guide.patchGuide(ApiRequest<UpdateGuide> request) Update a guide.patchGuide(String guideId, UpdateGuide body) Update a guide.Update a guide version.patchGuideVersion(ApiRequest<UpdateGuideVersion> request) Update a guide version.patchGuideVersion(String guideId, String versionId, UpdateGuideVersion body) Update a guide version.patchGuideVersionWithHttpInfo(String guideId, String versionId, UpdateGuideVersion body) Update a guide version.patchGuideWithHttpInfo(String guideId, UpdateGuide body) Update a guide.voidTrigger summary preview event generation.Trigger summary preview event generation.voidTrigger summary preview event generation.Trigger summary preview event generation.Create a summary setting.Create a summary setting.Create a summary setting.Create a summary setting.postGuides(PostGuidesRequest request) Create a guide.postGuides(ApiRequest<CreateGuide> request) Create a guide.postGuides(CreateGuide body) Create a guide.Add a turn to a guide session.Add a turn to a guide session.postGuideSessionTurns(String guideId, String guideSessionId, GuideSessionTurnRequest body) Add a turn to a guide session.postGuideSessionTurnsWithHttpInfo(String guideId, String guideSessionId, GuideSessionTurnRequest body) Add a turn to a guide session.postGuidesJobs(PostGuidesJobsRequest request) Start a guide content generation job.Start a guide content generation job.Start a guide content generation job.Start a guide content generation job.Generate presigned URL for uploading a file content to generate guidepostGuidesUploads(ApiRequest<UploadUrlRequest> request) Generate presigned URL for uploading a file content to generate guideGenerate presigned URL for uploading a file content to generate guideGenerate presigned URL for uploading a file content to generate guideCreate a guide.Start the publishing of a guide version.Start the publishing of a guide version.postGuideVersionJobs(String guideId, String versionId, GuideVersionPublishJobRequest body) Start the publishing of a guide version.postGuideVersionJobsWithHttpInfo(String guideId, String versionId, GuideVersionPublishJobRequest body) Start the publishing of a guide version.Create a guide version.postGuideVersions(ApiRequest<CreateGuideVersion> request) Create a guide version.postGuideVersions(String guideId, CreateGuideVersion body) Create a guide version.postGuideVersionsWithHttpInfo(String guideId, CreateGuideVersion body) Create a guide version.Update a summary setting.Update a summary setting.putConversationsSummariesSetting(String summarySettingId, SummarySetting body) Update a summary setting.putConversationsSummariesSettingWithHttpInfo(String summarySettingId, SummarySetting body) Update a summary setting.
-
Constructor Details
-
AIStudioApi
public AIStudioApi() -
AIStudioApi
-
-
Method Details
-
deleteConversationsSummariesSetting
public void deleteConversationsSummariesSetting(String summarySettingId) throws IOException, ApiException Delete a summary setting.- Parameters:
summarySettingId- Summary setting id (required)- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteConversationsSummariesSettingWithHttpInfo
public ApiResponse<Void> deleteConversationsSummariesSettingWithHttpInfo(String summarySettingId) throws IOException Delete a summary setting.- Parameters:
summarySettingId- Summary setting id (required)- Throws:
IOException- if the request fails to be processed
-
deleteConversationsSummariesSetting
public void deleteConversationsSummariesSetting(DeleteConversationsSummariesSettingRequest request) throws IOException, ApiException Delete a summary setting.- Parameters:
request- The request object- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteConversationsSummariesSetting
public ApiResponse<Void> deleteConversationsSummariesSetting(ApiRequest<Void> request) throws IOException Delete a summary setting.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
deleteGuideJobs
Start the deletion of a guide.- Parameters:
guideId- Guide ID (required)- Returns:
- GuideJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteGuideJobsWithHttpInfo
Start the deletion of a guide.- Parameters:
guideId- Guide ID (required)- Returns:
- GuideJob
- Throws:
IOException- if the request fails to be processed
-
deleteGuideJobs
Start the deletion of a guide.- Parameters:
request- The request object- Returns:
- GuideJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteGuideJobs
Start the deletion of a guide.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getConversationsSummariesSetting
public SummarySetting getConversationsSummariesSetting(String summarySettingId) throws IOException, ApiException Receive a summary setting.- Parameters:
summarySettingId- Summary setting id (required)- Returns:
- SummarySetting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getConversationsSummariesSettingWithHttpInfo
public ApiResponse<SummarySetting> getConversationsSummariesSettingWithHttpInfo(String summarySettingId) throws IOException Receive a summary setting.- Parameters:
summarySettingId- Summary setting id (required)- Returns:
- SummarySetting
- Throws:
IOException- if the request fails to be processed
-
getConversationsSummariesSetting
public SummarySetting getConversationsSummariesSetting(GetConversationsSummariesSettingRequest request) throws IOException, ApiException Receive a summary setting.- Parameters:
request- The request object- Returns:
- SummarySetting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getConversationsSummariesSetting
public ApiResponse<SummarySetting> getConversationsSummariesSetting(ApiRequest<Void> request) throws IOException Receive a summary setting.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getConversationsSummariesSettings
public SummarySettingEntityListing getConversationsSummariesSettings(Integer pageNumber, Integer pageSize, String name, String sortOrder, String language, String sortBy) throws IOException, ApiException Get all summary settings.- Parameters:
pageNumber- Page number. (optional, default to 1)pageSize- Page size. The maximum page size is 100. (optional, default to 25)name- Filter by partially matching name - case insensitive. (optional)sortOrder- Sort Order. Default value desc. (optional, default to desc)language- Filter by matching language - case insensitive. (optional)sortBy- Sort by. Default value dateModified. (optional, default to dateModified)- Returns:
- SummarySettingEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getConversationsSummariesSettingsWithHttpInfo
public ApiResponse<SummarySettingEntityListing> getConversationsSummariesSettingsWithHttpInfo(Integer pageNumber, Integer pageSize, String name, String sortOrder, String language, String sortBy) throws IOException Get all summary settings.- Parameters:
pageNumber- Page number. (optional, default to 1)pageSize- Page size. The maximum page size is 100. (optional, default to 25)name- Filter by partially matching name - case insensitive. (optional)sortOrder- Sort Order. Default value desc. (optional, default to desc)language- Filter by matching language - case insensitive. (optional)sortBy- Sort by. Default value dateModified. (optional, default to dateModified)- Returns:
- SummarySettingEntityListing
- Throws:
IOException- if the request fails to be processed
-
getConversationsSummariesSettings
public SummarySettingEntityListing getConversationsSummariesSettings(GetConversationsSummariesSettingsRequest request) throws IOException, ApiException Get all summary settings.- Parameters:
request- The request object- Returns:
- SummarySettingEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getConversationsSummariesSettings
public ApiResponse<SummarySettingEntityListing> getConversationsSummariesSettings(ApiRequest<Void> request) throws IOException Get all summary settings.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGuide
Get guide.- Parameters:
guideId- Guide ID (required)- Returns:
- Guide
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuideWithHttpInfo
Get guide.- Parameters:
guideId- Guide ID (required)- Returns:
- Guide
- Throws:
IOException- if the request fails to be processed
-
getGuide
Get guide.- Parameters:
request- The request object- Returns:
- Guide
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuide
Get guide.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGuideJob
Get the specified guide deletion job.- Parameters:
guideId- Guide ID (required)jobId- jobId (required)- Returns:
- GuideJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuideJobWithHttpInfo
public ApiResponse<GuideJob> getGuideJobWithHttpInfo(String guideId, String jobId) throws IOException Get the specified guide deletion job.- Parameters:
guideId- Guide ID (required)jobId- jobId (required)- Returns:
- GuideJob
- Throws:
IOException- if the request fails to be processed
-
getGuideJob
Get the specified guide deletion job.- Parameters:
request- The request object- Returns:
- GuideJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuideJob
Get the specified guide deletion job.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGuideVersion
public GuideVersion getGuideVersion(String guideId, String versionId) throws IOException, ApiException Get a guide version.- Parameters:
guideId- Guide ID (required)versionId- Version ID (required)- Returns:
- GuideVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuideVersionWithHttpInfo
public ApiResponse<GuideVersion> getGuideVersionWithHttpInfo(String guideId, String versionId) throws IOException Get a guide version.- Parameters:
guideId- Guide ID (required)versionId- Version ID (required)- Returns:
- GuideVersion
- Throws:
IOException- if the request fails to be processed
-
getGuideVersion
public GuideVersion getGuideVersion(GetGuideVersionRequest request) throws IOException, ApiException Get a guide version.- Parameters:
request- The request object- Returns:
- GuideVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuideVersion
Get a guide version.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGuideVersionJob
public GuideVersionPublishJob getGuideVersionJob(String guideId, String versionId, String jobId) throws IOException, ApiException Get the status of the publishing job for this guide version.- Parameters:
guideId- Guide ID (required)versionId- Version ID (required)jobId- jobId (required)- Returns:
- GuideVersionPublishJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuideVersionJobWithHttpInfo
public ApiResponse<GuideVersionPublishJob> getGuideVersionJobWithHttpInfo(String guideId, String versionId, String jobId) throws IOException Get the status of the publishing job for this guide version.- Parameters:
guideId- Guide ID (required)versionId- Version ID (required)jobId- jobId (required)- Returns:
- GuideVersionPublishJob
- Throws:
IOException- if the request fails to be processed
-
getGuideVersionJob
public GuideVersionPublishJob getGuideVersionJob(GetGuideVersionJobRequest request) throws IOException, ApiException Get the status of the publishing job for this guide version.- Parameters:
request- The request object- Returns:
- GuideVersionPublishJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuideVersionJob
public ApiResponse<GuideVersionPublishJob> getGuideVersionJob(ApiRequest<Void> request) throws IOException Get the status of the publishing job for this guide version.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGuides
public GuideEntityListing getGuides(String name, String nameContains, String status, String sortBy, String sortOrder, Integer pageNumber, Integer pageSize) throws IOException, ApiException Get all guides.- Parameters:
name- Filter by matching name - case insensitive. (optional)nameContains- Filter by name contains - case insensitive. (optional)status- Filter by status. (optional)sortBy- Sort by. Default value dateModified. (optional, default to dateModified)sortOrder- Sort Order. Default value desc. (optional, default to desc)pageNumber- Page number. (optional, default to 1)pageSize- Page size. The maximum page size is 100. (optional, default to 25)- Returns:
- GuideEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuidesWithHttpInfo
public ApiResponse<GuideEntityListing> getGuidesWithHttpInfo(String name, String nameContains, String status, String sortBy, String sortOrder, Integer pageNumber, Integer pageSize) throws IOException Get all guides.- Parameters:
name- Filter by matching name - case insensitive. (optional)nameContains- Filter by name contains - case insensitive. (optional)status- Filter by status. (optional)sortBy- Sort by. Default value dateModified. (optional, default to dateModified)sortOrder- Sort Order. Default value desc. (optional, default to desc)pageNumber- Page number. (optional, default to 1)pageSize- Page size. The maximum page size is 100. (optional, default to 25)- Returns:
- GuideEntityListing
- Throws:
IOException- if the request fails to be processed
-
getGuides
Get all guides.- Parameters:
request- The request object- Returns:
- GuideEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuides
Get all guides.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGuidesJob
Get the status of the guide content generation job.- Parameters:
jobId- jobId (required)- Returns:
- GuideContentGenerationJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuidesJobWithHttpInfo
public ApiResponse<GuideContentGenerationJob> getGuidesJobWithHttpInfo(String jobId) throws IOException Get the status of the guide content generation job.- Parameters:
jobId- jobId (required)- Returns:
- GuideContentGenerationJob
- Throws:
IOException- if the request fails to be processed
-
getGuidesJob
public GuideContentGenerationJob getGuidesJob(GetGuidesJobRequest request) throws IOException, ApiException Get the status of the guide content generation job.- Parameters:
request- The request object- Returns:
- GuideContentGenerationJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGuidesJob
public ApiResponse<GuideContentGenerationJob> getGuidesJob(ApiRequest<Void> request) throws IOException Get the status of the guide content generation job.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
patchGuide
Update a guide.- Parameters:
guideId- Guide ID (required)body- (required)- Returns:
- Guide
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
patchGuideWithHttpInfo
public ApiResponse<Guide> patchGuideWithHttpInfo(String guideId, UpdateGuide body) throws IOException Update a guide.- Parameters:
guideId- Guide ID (required)body- (required)- Returns:
- Guide
- Throws:
IOException- if the request fails to be processed
-
patchGuide
Update a guide.- Parameters:
request- The request object- Returns:
- Guide
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
patchGuide
Update a guide.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
patchGuideVersion
public GuideVersion patchGuideVersion(String guideId, String versionId, UpdateGuideVersion body) throws IOException, ApiException Update a guide version.- Parameters:
guideId- Guide ID (required)versionId- Version ID (required)body- (required)- Returns:
- GuideVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
patchGuideVersionWithHttpInfo
public ApiResponse<GuideVersion> patchGuideVersionWithHttpInfo(String guideId, String versionId, UpdateGuideVersion body) throws IOException Update a guide version.- Parameters:
guideId- Guide ID (required)versionId- Version ID (required)body- (required)- Returns:
- GuideVersion
- Throws:
IOException- if the request fails to be processed
-
patchGuideVersion
public GuideVersion patchGuideVersion(PatchGuideVersionRequest request) throws IOException, ApiException Update a guide version.- Parameters:
request- The request object- Returns:
- GuideVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
patchGuideVersion
public ApiResponse<GuideVersion> patchGuideVersion(ApiRequest<UpdateGuideVersion> request) throws IOException Update a guide version.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postConversationsSummariesPreview
public void postConversationsSummariesPreview(SummarySettingWithTranscript body) throws IOException, ApiException Trigger summary preview event generation.- Parameters:
body- (required)- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postConversationsSummariesPreviewWithHttpInfo
public ApiResponse<Void> postConversationsSummariesPreviewWithHttpInfo(SummarySettingWithTranscript body) throws IOException Trigger summary preview event generation.- Parameters:
body- (required)- Throws:
IOException- if the request fails to be processed
-
postConversationsSummariesPreview
public void postConversationsSummariesPreview(PostConversationsSummariesPreviewRequest request) throws IOException, ApiException Trigger summary preview event generation.- Parameters:
request- The request object- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postConversationsSummariesPreview
public ApiResponse<Void> postConversationsSummariesPreview(ApiRequest<SummarySettingWithTranscript> request) throws IOException Trigger summary preview event generation.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postConversationsSummariesSettings
public SummarySetting postConversationsSummariesSettings(SummarySetting body) throws IOException, ApiException Create a summary setting.- Parameters:
body- (required)- Returns:
- SummarySetting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postConversationsSummariesSettingsWithHttpInfo
public ApiResponse<SummarySetting> postConversationsSummariesSettingsWithHttpInfo(SummarySetting body) throws IOException Create a summary setting.- Parameters:
body- (required)- Returns:
- SummarySetting
- Throws:
IOException- if the request fails to be processed
-
postConversationsSummariesSettings
public SummarySetting postConversationsSummariesSettings(PostConversationsSummariesSettingsRequest request) throws IOException, ApiException Create a summary setting.- Parameters:
request- The request object- Returns:
- SummarySetting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postConversationsSummariesSettings
public ApiResponse<SummarySetting> postConversationsSummariesSettings(ApiRequest<SummarySetting> request) throws IOException Create a summary setting.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postGuideSessionTurns
public GuideSessionTurnResponse postGuideSessionTurns(String guideId, String guideSessionId, GuideSessionTurnRequest body) throws IOException, ApiException Add a turn to a guide session. Creates a new turn in the specified guide session with the provided request data. If the session ID doesn't exist, a new session will be created automatically.- Parameters:
guideId- Guide ID (required)guideSessionId- Guide Session ID (required)body- (required)- Returns:
- GuideSessionTurnResponse
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuideSessionTurnsWithHttpInfo
public ApiResponse<GuideSessionTurnResponse> postGuideSessionTurnsWithHttpInfo(String guideId, String guideSessionId, GuideSessionTurnRequest body) throws IOException Add a turn to a guide session. Creates a new turn in the specified guide session with the provided request data. If the session ID doesn't exist, a new session will be created automatically.- Parameters:
guideId- Guide ID (required)guideSessionId- Guide Session ID (required)body- (required)- Returns:
- GuideSessionTurnResponse
- Throws:
IOException- if the request fails to be processed
-
postGuideSessionTurns
public GuideSessionTurnResponse postGuideSessionTurns(PostGuideSessionTurnsRequest request) throws IOException, ApiException Add a turn to a guide session. Creates a new turn in the specified guide session with the provided request data. If the session ID doesn't exist, a new session will be created automatically.- Parameters:
request- The request object- Returns:
- GuideSessionTurnResponse
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuideSessionTurns
public ApiResponse<GuideSessionTurnResponse> postGuideSessionTurns(ApiRequest<GuideSessionTurnRequest> request) throws IOException Add a turn to a guide session. Creates a new turn in the specified guide session with the provided request data. If the session ID doesn't exist, a new session will be created automatically.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postGuideVersionJobs
public GuideVersionPublishJob postGuideVersionJobs(String guideId, String versionId, GuideVersionPublishJobRequest body) throws IOException, ApiException Start the publishing of a guide version.- Parameters:
guideId- Guide ID (required)versionId- Version ID (required)body- (required)- Returns:
- GuideVersionPublishJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuideVersionJobsWithHttpInfo
public ApiResponse<GuideVersionPublishJob> postGuideVersionJobsWithHttpInfo(String guideId, String versionId, GuideVersionPublishJobRequest body) throws IOException Start the publishing of a guide version.- Parameters:
guideId- Guide ID (required)versionId- Version ID (required)body- (required)- Returns:
- GuideVersionPublishJob
- Throws:
IOException- if the request fails to be processed
-
postGuideVersionJobs
public GuideVersionPublishJob postGuideVersionJobs(PostGuideVersionJobsRequest request) throws IOException, ApiException Start the publishing of a guide version.- Parameters:
request- The request object- Returns:
- GuideVersionPublishJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuideVersionJobs
public ApiResponse<GuideVersionPublishJob> postGuideVersionJobs(ApiRequest<GuideVersionPublishJobRequest> request) throws IOException Start the publishing of a guide version.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postGuideVersions
public GuideVersion postGuideVersions(String guideId, CreateGuideVersion body) throws IOException, ApiException Create a guide version.- Parameters:
guideId- Guide ID (required)body- (optional)- Returns:
- GuideVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuideVersionsWithHttpInfo
public ApiResponse<GuideVersion> postGuideVersionsWithHttpInfo(String guideId, CreateGuideVersion body) throws IOException Create a guide version.- Parameters:
guideId- Guide ID (required)body- (optional)- Returns:
- GuideVersion
- Throws:
IOException- if the request fails to be processed
-
postGuideVersions
public GuideVersion postGuideVersions(PostGuideVersionsRequest request) throws IOException, ApiException Create a guide version.- Parameters:
request- The request object- Returns:
- GuideVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuideVersions
public ApiResponse<GuideVersion> postGuideVersions(ApiRequest<CreateGuideVersion> request) throws IOException Create a guide version.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postGuides
Create a guide.- Parameters:
body- (required)- Returns:
- Guide
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuidesWithHttpInfo
Create a guide.- Parameters:
body- (required)- Returns:
- Guide
- Throws:
IOException- if the request fails to be processed
-
postGuides
Create a guide.- Parameters:
request- The request object- Returns:
- Guide
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuides
Create a guide.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postGuidesJobs
public GuideContentGenerationJob postGuidesJobs(GenerateGuideContentRequest body) throws IOException, ApiException Start a guide content generation job.- Parameters:
body- (required)- Returns:
- GuideContentGenerationJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuidesJobsWithHttpInfo
public ApiResponse<GuideContentGenerationJob> postGuidesJobsWithHttpInfo(GenerateGuideContentRequest body) throws IOException Start a guide content generation job.- Parameters:
body- (required)- Returns:
- GuideContentGenerationJob
- Throws:
IOException- if the request fails to be processed
-
postGuidesJobs
public GuideContentGenerationJob postGuidesJobs(PostGuidesJobsRequest request) throws IOException, ApiException Start a guide content generation job.- Parameters:
request- The request object- Returns:
- GuideContentGenerationJob
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuidesJobs
public ApiResponse<GuideContentGenerationJob> postGuidesJobs(ApiRequest<GenerateGuideContentRequest> request) throws IOException Start a guide content generation job.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postGuidesUploads
Generate presigned URL for uploading a file content to generate guide- Parameters:
body- query (required)- Returns:
- UploadUrlResponse
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuidesUploadsWithHttpInfo
public ApiResponse<UploadUrlResponse> postGuidesUploadsWithHttpInfo(UploadUrlRequest body) throws IOException Generate presigned URL for uploading a file content to generate guide- Parameters:
body- query (required)- Returns:
- UploadUrlResponse
- Throws:
IOException- if the request fails to be processed
-
postGuidesUploads
public UploadUrlResponse postGuidesUploads(PostGuidesUploadsRequest request) throws IOException, ApiException Generate presigned URL for uploading a file content to generate guide- Parameters:
request- The request object- Returns:
- UploadUrlResponse
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGuidesUploads
public ApiResponse<UploadUrlResponse> postGuidesUploads(ApiRequest<UploadUrlRequest> request) throws IOException Generate presigned URL for uploading a file content to generate guide- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
putConversationsSummariesSetting
public SummarySetting putConversationsSummariesSetting(String summarySettingId, SummarySetting body) throws IOException, ApiException Update a summary setting.- Parameters:
summarySettingId- Summary setting id (required)body- (required)- Returns:
- SummarySetting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putConversationsSummariesSettingWithHttpInfo
public ApiResponse<SummarySetting> putConversationsSummariesSettingWithHttpInfo(String summarySettingId, SummarySetting body) throws IOException Update a summary setting.- Parameters:
summarySettingId- Summary setting id (required)body- (required)- Returns:
- SummarySetting
- Throws:
IOException- if the request fails to be processed
-
putConversationsSummariesSetting
public SummarySetting putConversationsSummariesSetting(PutConversationsSummariesSettingRequest request) throws IOException, ApiException Update a summary setting.- Parameters:
request- The request object- Returns:
- SummarySetting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putConversationsSummariesSetting
public ApiResponse<SummarySetting> putConversationsSummariesSetting(ApiRequest<SummarySetting> request) throws IOException Update a summary setting.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-