Uses of Class
com.mypurecloud.sdk.v2.model.ProgramRequest
Packages that use ProgramRequest
Package
Description
-
Uses of ProgramRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ProgramRequestModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.postSpeechandtextanalyticsPrograms(ProgramRequest body) Create new Speech & Text Analytics programSpeechTextAnalyticsApi.postSpeechandtextanalyticsProgramsWithHttpInfo(ProgramRequest body) Create new Speech & Text Analytics programSpeechTextAnalyticsApi.putSpeechandtextanalyticsProgram(String programId, ProgramRequest body) Update existing Speech & Text Analytics programSpeechTextAnalyticsApi.putSpeechandtextanalyticsProgramWithHttpInfo(String programId, ProgramRequest body) Update existing Speech & Text Analytics programMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ProgramRequestModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.postSpeechandtextanalyticsPrograms(ApiRequest<ProgramRequest> request) Create new Speech & Text Analytics programSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsProgramsAsync(ApiRequest<ProgramRequest> request, AsyncApiCallback<ApiResponse<Program>> callback) Create new Speech & Text Analytics programSpeechTextAnalyticsApi.putSpeechandtextanalyticsProgram(ApiRequest<ProgramRequest> request) Update existing Speech & Text Analytics programSpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsProgramAsync(ApiRequest<ProgramRequest> request, AsyncApiCallback<ApiResponse<Program>> callback) Update existing Speech & Text Analytics program -
Uses of ProgramRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ProgramRequestModifier and TypeMethodDescriptionPostSpeechandtextanalyticsProgramsRequest.getBody()PutSpeechandtextanalyticsProgramRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ProgramRequestModifier and TypeMethodDescriptionPostSpeechandtextanalyticsProgramsRequest.withHttpInfo()PutSpeechandtextanalyticsProgramRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ProgramRequestModifier and TypeMethodDescriptionPostSpeechandtextanalyticsProgramsRequest.builder(ProgramRequest body) PutSpeechandtextanalyticsProgramRequest.builder(String programId, ProgramRequest body) voidPostSpeechandtextanalyticsProgramsRequest.setBody(ProgramRequest body) voidPutSpeechandtextanalyticsProgramRequest.setBody(ProgramRequest body) PostSpeechandtextanalyticsProgramsRequest.Builder.withBody(ProgramRequest body) PostSpeechandtextanalyticsProgramsRequest.withBody(ProgramRequest body) PutSpeechandtextanalyticsProgramRequest.Builder.withBody(ProgramRequest body) PutSpeechandtextanalyticsProgramRequest.withBody(ProgramRequest body) PostSpeechandtextanalyticsProgramsRequest.Builder.withRequiredParams(ProgramRequest body) PutSpeechandtextanalyticsProgramRequest.Builder.withRequiredParams(String programId, ProgramRequest body) -
Uses of ProgramRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ProgramRequestModifier and TypeMethodDescriptionProgramRequest.description(String description) The program descriptionThe program nameThe program tagsThe ids of topics associated to the program