Package com.merative.acd.v1.model
Class AnalyzeWithFlowOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.merative.acd.v1.model.AnalyzeWithFlowOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class AnalyzeWithFlowOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe analyzeWithFlow options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAnalyzeWithFlowOptions.BuilderBuilder.static interfaceAnalyzeWithFlowOptions.ContentTypeThe type of the input: text/plain or application/json.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringbody()Gets the body.java.lang.StringcontentType()Gets the contentType.booleandebug()Gets the debug flag.java.lang.StringflowId()Gets the flowId.AnalyzeWithFlowOptions.BuildernewBuilder()New builder.RequestContainerrequest()Gets the request.booleanreturnAnalyzedText()Gets the returnAnalyzedText.
 
- 
- 
- 
Method Detail- 
newBuilderpublic AnalyzeWithFlowOptions.Builder newBuilder() New builder.- Returns:
- a AnalyzeWithFlowOptions builder
 
 - 
flowIdpublic java.lang.String flowId() Gets the flowId. flow identifier .- Returns:
- the flowId
 
 - 
requestpublic RequestContainer request() Gets the request. Input request data in TEXT or JSON format .- Returns:
- the request
 
 - 
bodypublic java.lang.String body() Gets the body. Input request data in TEXT or JSON format .- Returns:
- the body
 
 - 
contentTypepublic java.lang.String contentType() Gets the contentType. The type of the input: text/plain or application/json. A character encoding can be specified by including a `charset` parameter. For example, 'text/plain;charset=utf-8'.- Returns:
- the contentType
 
 - 
returnAnalyzedTextpublic boolean returnAnalyzedText() Gets the returnAnalyzedText. true or false- Returns:
- the returnAnalyzedText
 
 - 
debugpublic boolean debug() Gets the debug flag. true or false- Returns:
- the debug flag
 
 
- 
 
-