Class GetFlowVersionIntentHealthRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetFlowVersionIntentHealthRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetIntentId(String intentId) voidsetLanguage(String language) voidsetVersionId(String versionId) withCustomHeader(String name, String value) withFlowId(String flowId) withIntentId(String intentId) withLanguage(String language) withVersionId(String versionId)
-
Constructor Details
-
GetFlowVersionIntentHealthRequest
public GetFlowVersionIntentHealthRequest()
-
-
Method Details
-
getFlowId
-
setFlowId
-
withFlowId
-
getVersionId
-
setVersionId
-
withVersionId
-
getIntentId
-
setIntentId
-
withIntentId
-
getLanguage
-
setLanguage
-
withLanguage
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetFlowVersionIntentHealthRequest.Builder builder(String flowId, String versionId, String intentId, String language)
-