| Interface | Description | 
|---|---|
| CreateDialogNodeOptions.DigressIn | Whether this top-level dialog node can be digressed into. | 
| CreateDialogNodeOptions.DigressOut | Whether this dialog node can be returned to after a digression. | 
| CreateDialogNodeOptions.DigressOutSlots | Whether the user can digress to top-level nodes while filling out slots. | 
| CreateDialogNodeOptions.EventName | How an `event_handler` node is processed. | 
| CreateDialogNodeOptions.Type | How the dialog node is processed. | 
| CreateValue.Type | Specifies the type of entity value. | 
| CreateValueOptions.Type | Specifies the type of entity value. | 
| DialogNode.DigressIn | Whether this top-level dialog node can be digressed into. | 
| DialogNode.DigressOut | Whether this dialog node can be returned to after a digression. | 
| DialogNode.DigressOutSlots | Whether the user can digress to top-level nodes while filling out slots. | 
| DialogNode.EventName | How an `event_handler` node is processed. | 
| DialogNode.Type | How the dialog node is processed. | 
| DialogNodeAction.Type | The type of action to invoke. | 
| DialogNodeNextStep.Behavior | What happens after the dialog node completes. | 
| DialogNodeNextStep.Selector | Which part of the dialog node to process next. | 
| DialogNodeOutputGeneric.Preference | The preferred type of control to display, if supported by the channel. | 
| DialogNodeOutputGeneric.QueryType | The type of the search query. | 
| DialogNodeOutputGeneric.ResponseType | The type of response returned by the dialog node. | 
| DialogNodeOutputGeneric.SelectionPolicy | How a response is selected from the list, if more than one response is specified. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.ResponseType | The type of response returned by the dialog node. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.ResponseType | The type of response returned by the dialog node. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.Preference | The preferred type of control to display, if supported by the channel. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.ResponseType | The type of response returned by the dialog node. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypePause.ResponseType | The type of response returned by the dialog node. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.QueryType | The type of the search query. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.ResponseType | The type of response returned by the dialog node. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeText.ResponseType | The type of response returned by the dialog node. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeText.SelectionPolicy | How a response is selected from the list, if more than one response is specified. | 
| GetWorkspaceOptions.Sort | Indicates how the returned workspace data will be sorted. | 
| ListCounterexamplesOptions.Sort | The attribute by which returned counterexamples will be sorted. | 
| ListDialogNodesOptions.Sort | The attribute by which returned dialog nodes will be sorted. | 
| ListEntitiesOptions.Sort | The attribute by which returned entities will be sorted. | 
| ListExamplesOptions.Sort | The attribute by which returned examples will be sorted. | 
| ListIntentsOptions.Sort | The attribute by which returned intents will be sorted. | 
| ListSynonymsOptions.Sort | The attribute by which returned entity value synonyms will be sorted. | 
| ListValuesOptions.Sort | The attribute by which returned entity values will be sorted. | 
| ListWorkspacesOptions.Sort | The attribute by which returned workspaces will be sorted. | 
| LogMessage.Level | The severity of the log message. | 
| RuntimeEntityInterpretation.Granularity | The precision or duration of a time range specified by a recognized `@sys-time` or `@sys-date`
 entity. | 
| RuntimeEntityRole.Type | The relationship of the entity to the range. | 
| RuntimeResponseGeneric.Preference | The preferred type of control to display. | 
| RuntimeResponseGeneric.ResponseType | The type of response returned by the dialog node. | 
| RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.ResponseType | The type of response returned by the dialog node. | 
| RuntimeResponseGenericRuntimeResponseTypeImage.ResponseType | The type of response returned by the dialog node. | 
| RuntimeResponseGenericRuntimeResponseTypeOption.Preference | The preferred type of control to display. | 
| RuntimeResponseGenericRuntimeResponseTypeOption.ResponseType | The type of response returned by the dialog node. | 
| RuntimeResponseGenericRuntimeResponseTypePause.ResponseType | The type of response returned by the dialog node. | 
| RuntimeResponseGenericRuntimeResponseTypeSuggestion.ResponseType | The type of response returned by the dialog node. | 
| RuntimeResponseGenericRuntimeResponseTypeText.ResponseType | The type of response returned by the dialog node. | 
| UpdateDialogNodeOptions.NewDigressIn | Whether this top-level dialog node can be digressed into. | 
| UpdateDialogNodeOptions.NewDigressOut | Whether this dialog node can be returned to after a digression. | 
| UpdateDialogNodeOptions.NewDigressOutSlots | Whether the user can digress to top-level nodes while filling out slots. | 
| UpdateDialogNodeOptions.NewEventName | How an `event_handler` node is processed. | 
| UpdateDialogNodeOptions.NewType | How the dialog node is processed. | 
| UpdateValueOptions.NewType | Specifies the type of entity value. | 
| Value.Type | Specifies the type of entity value. | 
| Workspace.Status | The current status of the workspace. | 
| WorkspaceSystemSettingsDisambiguation.Sensitivity | The sensitivity of the disambiguation feature to intent detection conflicts. | 
| Class | Description | 
|---|---|
| BulkClassifyOptions | The bulkClassify options. | 
| BulkClassifyOptions.Builder | Builder. | 
| BulkClassifyOutput | BulkClassifyOutput. | 
| BulkClassifyResponse | BulkClassifyResponse. | 
| BulkClassifyUtterance | The user input utterance to classify. | 
| BulkClassifyUtterance.Builder | Builder. | 
| CaptureGroup | A recognized capture group for a pattern-based entity. | 
| CaptureGroup.Builder | Builder. | 
| Context | State information for the conversation. | 
| Context.Builder | Builder. | 
| Counterexample | Counterexample. | 
| Counterexample.Builder | Builder. | 
| CounterexampleCollection | CounterexampleCollection. | 
| CreateCounterexampleOptions | The createCounterexample options. | 
| CreateCounterexampleOptions.Builder | Builder. | 
| CreateDialogNodeOptions | The createDialogNode options. | 
| CreateDialogNodeOptions.Builder | Builder. | 
| CreateEntity | CreateEntity. | 
| CreateEntity.Builder | Builder. | 
| CreateEntityOptions | The createEntity options. | 
| CreateEntityOptions.Builder | Builder. | 
| CreateExampleOptions | The createExample options. | 
| CreateExampleOptions.Builder | Builder. | 
| CreateIntent | CreateIntent. | 
| CreateIntent.Builder | Builder. | 
| CreateIntentOptions | The createIntent options. | 
| CreateIntentOptions.Builder | Builder. | 
| CreateSynonymOptions | The createSynonym options. | 
| CreateSynonymOptions.Builder | Builder. | 
| CreateValue | CreateValue. | 
| CreateValue.Builder | Builder. | 
| CreateValueOptions | The createValue options. | 
| CreateValueOptions.Builder | Builder. | 
| CreateWorkspaceOptions | The createWorkspace options. | 
| CreateWorkspaceOptions.Builder | Builder. | 
| DeleteCounterexampleOptions | The deleteCounterexample options. | 
| DeleteCounterexampleOptions.Builder | Builder. | 
| DeleteDialogNodeOptions | The deleteDialogNode options. | 
| DeleteDialogNodeOptions.Builder | Builder. | 
| DeleteEntityOptions | The deleteEntity options. | 
| DeleteEntityOptions.Builder | Builder. | 
| DeleteExampleOptions | The deleteExample options. | 
| DeleteExampleOptions.Builder | Builder. | 
| DeleteIntentOptions | The deleteIntent options. | 
| DeleteIntentOptions.Builder | Builder. | 
| DeleteSynonymOptions | The deleteSynonym options. | 
| DeleteSynonymOptions.Builder | Builder. | 
| DeleteUserDataOptions | The deleteUserData options. | 
| DeleteUserDataOptions.Builder | Builder. | 
| DeleteValueOptions | The deleteValue options. | 
| DeleteValueOptions.Builder | Builder. | 
| DeleteWorkspaceOptions | The deleteWorkspace options. | 
| DeleteWorkspaceOptions.Builder | Builder. | 
| DialogNode | DialogNode. | 
| DialogNode.Builder | Builder. | 
| DialogNodeAction | DialogNodeAction. | 
| DialogNodeAction.Builder | Builder. | 
| DialogNodeCollection | An array of dialog nodes. | 
| DialogNodeContext | The context for the dialog node. | 
| DialogNodeContext.Builder | Builder. | 
| DialogNodeNextStep | The next step to execute following this dialog node. | 
| DialogNodeNextStep.Builder | Builder. | 
| DialogNodeOutput | The output of the dialog node. | 
| DialogNodeOutput.Builder | Builder. | 
| DialogNodeOutputConnectToAgentTransferInfo | Routing or other contextual information to be used by target service desk systems. | 
| DialogNodeOutputConnectToAgentTransferInfo.Builder | Builder. | 
| DialogNodeOutputGeneric | DialogNodeOutputGeneric. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent | An object that describes a response with response type `connect_to_agent`. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.Builder | Builder. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeImage | An object that describes a response with response type `image`. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder | Builder. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeOption | An object that describes a response with response type `option`. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.Builder | Builder. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypePause | An object that describes a response with response type `pause`. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder | Builder. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill | An object that describes a response with response type `search_skill`. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.Builder | Builder. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeText | An object that describes a response with response type `text`. | 
| DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder | Builder. | 
| DialogNodeOutputModifiers | Options that modify how specified output is handled. | 
| DialogNodeOutputModifiers.Builder | Builder. | 
| DialogNodeOutputOptionsElement | DialogNodeOutputOptionsElement. | 
| DialogNodeOutputOptionsElement.Builder | Builder. | 
| DialogNodeOutputOptionsElementValue | An object defining the message input to be sent to the Watson Assistant service if the user
 selects the corresponding option. | 
| DialogNodeOutputOptionsElementValue.Builder | Builder. | 
| DialogNodeOutputTextValuesElement | DialogNodeOutputTextValuesElement. | 
| DialogNodeOutputTextValuesElement.Builder | Builder. | 
| DialogNodeVisitedDetails | DialogNodeVisitedDetails. | 
| DialogNodeVisitedDetails.Builder | Builder. | 
| DialogSuggestion | DialogSuggestion. | 
| DialogSuggestion.Builder | Builder. | 
| DialogSuggestionValue | An object defining the message input, intents, and entities to be sent to the Watson Assistant
 service if the user selects the corresponding disambiguation option. | 
| DialogSuggestionValue.Builder | Builder. | 
| Entity | Entity. | 
| EntityCollection | An array of objects describing the entities for the workspace. | 
| EntityMention | An object describing a contextual entity mention. | 
| EntityMentionCollection | EntityMentionCollection. | 
| Example | Example. | 
| Example.Builder | Builder. | 
| ExampleCollection | ExampleCollection. | 
| GetCounterexampleOptions | The getCounterexample options. | 
| GetCounterexampleOptions.Builder | Builder. | 
| GetDialogNodeOptions | The getDialogNode options. | 
| GetDialogNodeOptions.Builder | Builder. | 
| GetEntityOptions | The getEntity options. | 
| GetEntityOptions.Builder | Builder. | 
| GetExampleOptions | The getExample options. | 
| GetExampleOptions.Builder | Builder. | 
| GetIntentOptions | The getIntent options. | 
| GetIntentOptions.Builder | Builder. | 
| GetSynonymOptions | The getSynonym options. | 
| GetSynonymOptions.Builder | Builder. | 
| GetValueOptions | The getValue options. | 
| GetValueOptions.Builder | Builder. | 
| GetWorkspaceOptions | The getWorkspace options. | 
| GetWorkspaceOptions.Builder | Builder. | 
| Intent | Intent. | 
| IntentCollection | IntentCollection. | 
| ListAllLogsOptions | The listAllLogs options. | 
| ListAllLogsOptions.Builder | Builder. | 
| ListCounterexamplesOptions | The listCounterexamples options. | 
| ListCounterexamplesOptions.Builder | Builder. | 
| ListDialogNodesOptions | The listDialogNodes options. | 
| ListDialogNodesOptions.Builder | Builder. | 
| ListEntitiesOptions | The listEntities options. | 
| ListEntitiesOptions.Builder | Builder. | 
| ListExamplesOptions | The listExamples options. | 
| ListExamplesOptions.Builder | Builder. | 
| ListIntentsOptions | The listIntents options. | 
| ListIntentsOptions.Builder | Builder. | 
| ListLogsOptions | The listLogs options. | 
| ListLogsOptions.Builder | Builder. | 
| ListMentionsOptions | The listMentions options. | 
| ListMentionsOptions.Builder | Builder. | 
| ListSynonymsOptions | The listSynonyms options. | 
| ListSynonymsOptions.Builder | Builder. | 
| ListValuesOptions | The listValues options. | 
| ListValuesOptions.Builder | Builder. | 
| ListWorkspacesOptions | The listWorkspaces options. | 
| ListWorkspacesOptions.Builder | Builder. | 
| Log | Log. | 
| LogCollection | LogCollection. | 
| LogMessage | Log message details. | 
| LogMessage.Builder | Builder. | 
| LogPagination | The pagination data for the returned objects. | 
| Mention | A mention of a contextual entity. | 
| Mention.Builder | Builder. | 
| MessageContextMetadata | Metadata related to the message. | 
| MessageContextMetadata.Builder | Builder. | 
| MessageInput | An input object that includes the input text. | 
| MessageInput.Builder | Builder. | 
| MessageOptions | The message options. | 
| MessageOptions.Builder | Builder. | 
| MessageRequest | A request sent to the workspace, including the user input and context. | 
| MessageRequest.Builder | Builder. | 
| MessageResponse | The response sent by the workspace, including the output text, detected intents and entities, and
 context. | 
| OutputData | An output object that includes the response to the user, the dialog nodes that were triggered,
 and messages from the log. | 
| OutputData.Builder | Builder. | 
| Pagination | The pagination data for the returned objects. | 
| RuntimeEntity | A term from the request that was identified as an entity. | 
| RuntimeEntity.Builder | Builder. | 
| RuntimeEntityAlternative | An alternative value for the recognized entity. | 
| RuntimeEntityAlternative.Builder | Builder. | 
| RuntimeEntityInterpretation | RuntimeEntityInterpretation. | 
| RuntimeEntityInterpretation.Builder | Builder. | 
| RuntimeEntityRole | An object describing the role played by a system entity that is specifies the beginning or end of
 a range recognized in the user input. | 
| RuntimeEntityRole.Builder | Builder. | 
| RuntimeIntent | An intent identified in the user input. | 
| RuntimeIntent.Builder | Builder. | 
| RuntimeResponseGeneric | RuntimeResponseGeneric. | 
| RuntimeResponseGenericRuntimeResponseTypeConnectToAgent | An object that describes a response with response type `connect_to_agent`. | 
| RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.Builder | Builder. | 
| RuntimeResponseGenericRuntimeResponseTypeImage | An object that describes a response with response type `image`. | 
| RuntimeResponseGenericRuntimeResponseTypeImage.Builder | Builder. | 
| RuntimeResponseGenericRuntimeResponseTypeOption | An object that describes a response with response type `option`. | 
| RuntimeResponseGenericRuntimeResponseTypeOption.Builder | Builder. | 
| RuntimeResponseGenericRuntimeResponseTypePause | An object that describes a response with response type `pause`. | 
| RuntimeResponseGenericRuntimeResponseTypePause.Builder | Builder. | 
| RuntimeResponseGenericRuntimeResponseTypeSuggestion | An object that describes a response with response type `suggestion`. | 
| RuntimeResponseGenericRuntimeResponseTypeSuggestion.Builder | Builder. | 
| RuntimeResponseGenericRuntimeResponseTypeText | An object that describes a response with response type `text`. | 
| RuntimeResponseGenericRuntimeResponseTypeText.Builder | Builder. | 
| Synonym | Synonym. | 
| Synonym.Builder | Builder. | 
| SynonymCollection | SynonymCollection. | 
| UpdateCounterexampleOptions | The updateCounterexample options. | 
| UpdateCounterexampleOptions.Builder | Builder. | 
| UpdateDialogNodeOptions | The updateDialogNode options. | 
| UpdateDialogNodeOptions.Builder | Builder. | 
| UpdateEntityOptions | The updateEntity options. | 
| UpdateEntityOptions.Builder | Builder. | 
| UpdateExampleOptions | The updateExample options. | 
| UpdateExampleOptions.Builder | Builder. | 
| UpdateIntentOptions | The updateIntent options. | 
| UpdateIntentOptions.Builder | Builder. | 
| UpdateSynonymOptions | The updateSynonym options. | 
| UpdateSynonymOptions.Builder | Builder. | 
| UpdateValueOptions | The updateValue options. | 
| UpdateValueOptions.Builder | Builder. | 
| UpdateWorkspaceOptions | The updateWorkspace options. | 
| UpdateWorkspaceOptions.Builder | Builder. | 
| Value | Value. | 
| Value.Builder | Builder. | 
| ValueCollection | ValueCollection. | 
| Webhook | A webhook that can be used by dialog nodes to make programmatic calls to an external function. | 
| Webhook.Builder | Builder. | 
| WebhookHeader | A key/value pair defining an HTTP header and a value. | 
| WebhookHeader.Builder | Builder. | 
| Workspace | Workspace. | 
| WorkspaceCollection | WorkspaceCollection. | 
| WorkspaceSystemSettings | Global settings for the workspace. | 
| WorkspaceSystemSettings.Builder | Builder. | 
| WorkspaceSystemSettingsDisambiguation | Workspace settings related to the disambiguation feature. | 
| WorkspaceSystemSettingsDisambiguation.Builder | Builder. | 
| WorkspaceSystemSettingsOffTopic | Workspace settings related to detection of irrelevant input. | 
| WorkspaceSystemSettingsOffTopic.Builder | Builder. | 
| WorkspaceSystemSettingsSystemEntities | Workspace settings related to the behavior of system entities. | 
| WorkspaceSystemSettingsSystemEntities.Builder | Builder. | 
| WorkspaceSystemSettingsTooling | Workspace settings related to the Watson Assistant user interface. | 
| WorkspaceSystemSettingsTooling.Builder | Builder. |