Uses of Class
com.mypurecloud.sdk.v2.api.request.PutArchitectSystempromptResourceRequest.Builder
Packages that use PutArchitectSystempromptResourceRequest.Builder
-
Uses of PutArchitectSystempromptResourceRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutArchitectSystempromptResourceRequest.BuilderModifier and TypeMethodDescriptionPutArchitectSystempromptResourceRequest.builder()PutArchitectSystempromptResourceRequest.builder(String promptId, String languageCode, SystemPromptAsset body) PutArchitectSystempromptResourceRequest.Builder.withBody(SystemPromptAsset body) PutArchitectSystempromptResourceRequest.Builder.withLanguageCode(String languageCode) PutArchitectSystempromptResourceRequest.Builder.withPromptId(String promptId) PutArchitectSystempromptResourceRequest.Builder.withRequiredParams(String promptId, String languageCode, SystemPromptAsset body)