public static class GetIntentOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
GetIntentOptions.Builder()
Instantiates a new builder.
|
GetIntentOptions.Builder(java.lang.String workspaceId,
java.lang.String intent)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
GetIntentOptions |
build()
Builds a GetIntentOptions.
|
GetIntentOptions.Builder |
export(java.lang.Boolean export)
Set the export.
|
GetIntentOptions.Builder |
includeAudit(java.lang.Boolean includeAudit)
Set the includeAudit.
|
GetIntentOptions.Builder |
intent(java.lang.String intent)
Set the intent.
|
GetIntentOptions.Builder |
workspaceId(java.lang.String workspaceId)
Set the workspaceId.
|
public GetIntentOptions.Builder()
public GetIntentOptions.Builder(java.lang.String workspaceId, java.lang.String intent)
workspaceId
- the workspaceIdintent
- the intentpublic GetIntentOptions build()
public GetIntentOptions.Builder workspaceId(java.lang.String workspaceId)
workspaceId
- the workspaceIdpublic GetIntentOptions.Builder intent(java.lang.String intent)
intent
- the intentpublic GetIntentOptions.Builder export(java.lang.Boolean export)
export
- the exportpublic GetIntentOptions.Builder includeAudit(java.lang.Boolean includeAudit)
includeAudit
- the includeAudit