Class DeleteIntentOptions.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.DeleteIntentOptions.Builder
- Enclosing class:
- DeleteIntentOptions
public static class DeleteIntentOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DeleteIntentOptions
build()
Builds a DeleteIntentOptions.DeleteIntentOptions.Builder
intent(String intent)
Set the intent.DeleteIntentOptions.Builder
workspaceId(String workspaceId)
Set the workspaceId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
workspaceId
- the workspaceIdintent
- the intent
-
-
Method Details
-
build
Builds a DeleteIntentOptions.- Returns:
- the new DeleteIntentOptions instance
-
workspaceId
Set the workspaceId.- Parameters:
workspaceId
- the workspaceId- Returns:
- the DeleteIntentOptions builder
-
intent
Set the intent.- Parameters:
intent
- the intent- Returns:
- the DeleteIntentOptions builder
-