public class AnalyzeWithFlowOptions
extends com.ibm.watson.developer_cloud.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.
|
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()
Copyright © 2021 IBM Cloud. All rights reserved.