public class AnalyzeWithFlowOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AnalyzeWithFlowOptions.Builder
Builder. 
 | 
static interface  | 
AnalyzeWithFlowOptions.ContentType
The type of the input: text/plain or application/json. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
body()
Gets the body. 
 | 
java.lang.String | 
contentType()
Gets the contentType. 
 | 
boolean | 
debug()
Gets the debug flag. 
 | 
java.lang.String | 
flowId()
Gets the flowId. 
 | 
AnalyzeWithFlowOptions.Builder | 
newBuilder()
New builder. 
 | 
RequestContainer | 
request()
Gets the request. 
 | 
boolean | 
returnAnalyzedText()
Gets the returnAnalyzedText. 
 | 
public AnalyzeWithFlowOptions.Builder newBuilder()
public java.lang.String flowId()
public RequestContainer request()
public java.lang.String body()
public java.lang.String contentType()
public boolean returnAnalyzedText()
public boolean debug()
Copyright © 2022 IBM Cloud. All rights reserved.