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.modelMethods in com.merative.acd.v1.model that return AnalyzeWithFlowOptions.Builder Modifier and Type Method Description AnalyzeWithFlowOptions.BuilderAnalyzeWithFlowOptions.Builder. contentType(java.lang.String contentType)Set the flowId.AnalyzeWithFlowOptions.BuilderAnalyzeWithFlowOptions.Builder. debug(boolean debug)Set the debug.AnalyzeWithFlowOptions.BuilderAnalyzeWithFlowOptions.Builder. flowId(java.lang.String flowId)Set the flowId.AnalyzeWithFlowOptions.BuilderAnalyzeWithFlowOptions. newBuilder()New builder.AnalyzeWithFlowOptions.BuilderAnalyzeWithFlowOptions.Builder. request(RequestContainer request)Set the request.AnalyzeWithFlowOptions.BuilderAnalyzeWithFlowOptions.Builder. returnAnalyzedText(boolean returnAnalyzedText)Set the returnAnalyzedText.AnalyzeWithFlowOptions.BuilderAnalyzeWithFlowOptions.Builder. text(java.lang.String text)Set the text.
 
-