Uses of Class
com.merative.acd.v1.model.AnalyzeWithFlowOptions.Builder
-
Packages that use AnalyzeWithFlowOptions.Builder Package Description com.merative.acd.v1.model -
-
Uses of AnalyzeWithFlowOptions.Builder in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return AnalyzeWithFlowOptions.Builder Modifier and Type Method Description AnalyzeWithFlowOptions.Builder
AnalyzeWithFlowOptions.Builder. contentType(java.lang.String contentType)
Set the flowId.AnalyzeWithFlowOptions.Builder
AnalyzeWithFlowOptions.Builder. debug(boolean debug)
Set the debug.AnalyzeWithFlowOptions.Builder
AnalyzeWithFlowOptions.Builder. flowId(java.lang.String flowId)
Set the flowId.AnalyzeWithFlowOptions.Builder
AnalyzeWithFlowOptions. newBuilder()
New builder.AnalyzeWithFlowOptions.Builder
AnalyzeWithFlowOptions.Builder. request(RequestContainer request)
Set the request.AnalyzeWithFlowOptions.Builder
AnalyzeWithFlowOptions.Builder. returnAnalyzedText(boolean returnAnalyzedText)
Set the returnAnalyzedText.AnalyzeWithFlowOptions.Builder
AnalyzeWithFlowOptions.Builder. text(java.lang.String text)
Set the text.
-