Class PutSpeechandtextanalyticsProgramSettingsInsightsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutSpeechandtextanalyticsProgramSettingsInsightsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String programId, InsightsSettingsRequest body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetProgramId(String programId) withCustomHeader(String name, String value) withProgramId(String programId)
-
Constructor Details
-
PutSpeechandtextanalyticsProgramSettingsInsightsRequest
public PutSpeechandtextanalyticsProgramSettingsInsightsRequest()
-
-
Method Details
-
getProgramId
-
setProgramId
-
withProgramId
-
getBody
-
setBody
-
withBody
public PutSpeechandtextanalyticsProgramSettingsInsightsRequest withBody(InsightsSettingsRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PutSpeechandtextanalyticsProgramSettingsInsightsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PutSpeechandtextanalyticsProgramSettingsInsightsRequest.Builder builder(String programId, InsightsSettingsRequest body)
-