public class AssistantState
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AssistantState.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
actionDisabled()
Gets the actionDisabled.
|
Boolean |
dialogDisabled()
Gets the dialogDisabled.
|
AssistantState.Builder |
newBuilder()
New builder.
|
public AssistantState.Builder newBuilder()
public Boolean actionDisabled()
Whether the action skill is disabled in the draft environment.
public Boolean dialogDisabled()
Whether the dialog skill is disabled in the draft environment.
Copyright © 2024 IBM Cloud. All rights reserved.