IBM.Watson.DeveloperCloud.Services.Assistant.v1 Namespace |
[Missing <summary> documentation for "N:IBM.Watson.DeveloperCloud.Services.Assistant.v1"]
| Class | Description | |
|---|---|---|
| Assistant | ||
| CaptureGroup |
CaptureGroup.
| |
| Context |
State information for the conversation. To maintain state, include the context from the previous response.
| |
| Counterexample |
Counterexample.
| |
| CounterexampleCollection |
CounterexampleCollection.
| |
| CreateCounterexample |
CreateCounterexample.
| |
| CreateDialogNode |
CreateDialogNode.
| |
| CreateEntity |
CreateEntity.
| |
| CreateExample |
CreateExample.
| |
| CreateIntent |
CreateIntent.
| |
| CreateSynonym |
CreateSynonym.
| |
| CreateValue |
CreateValue.
| |
| CreateValueConverter | ||
| CreateWorkspace |
CreateWorkspace.
| |
| DialogNode |
DialogNode.
| |
| DialogNodeAction |
DialogNodeAction.
| |
| DialogNodeCollection |
An array of dialog nodes.
| |
| DialogNodeNextStep |
The next step to execute following this dialog node.
| |
| DialogNodeVisitedDetails |
DialogNodeVisitedDetails.
| |
| Entity |
Entity.
| |
| EntityCollection |
An array of entities.
| |
| EntityExport |
EntityExport.
| |
| Example |
Example.
| |
| ExampleCollection |
ExampleCollection.
| |
| InputData |
The user input.
| |
| Intent |
Intent.
| |
| IntentCollection |
IntentCollection.
| |
| IntentExport |
IntentExport.
| |
| LogCollection |
LogCollection.
| |
| LogExport |
LogExport.
| |
| LogMessage |
Log message details.
| |
| LogPagination |
The pagination data for the returned objects.
| |
| MessageInput |
The text of the user input.
| |
| MessageRequest |
A request formatted for the Assistant service.
| |
| MessageResponse |
A response from the Assistant service.
| |
| OutputData |
An output object that includes the response to the user, the nodes that were hit, and messages from the log.
| |
| Pagination |
The pagination data for the returned objects.
| |
| RuntimeEntity |
A term from the request that was identified as an entity.
| |
| RuntimeIntent |
An intent identified in the user input.
| |
| Synonym |
Synonym.
| |
| SynonymCollection |
SynonymCollection.
| |
| SystemResponse |
For internal use only.
| |
| UpdateCounterexample |
UpdateCounterexample.
| |
| UpdateDialogNode |
UpdateDialogNode.
| |
| UpdateEntity |
UpdateEntity.
| |
| UpdateExample |
UpdateExample.
| |
| UpdateIntent |
UpdateIntent.
| |
| UpdateSynonym |
UpdateSynonym.
| |
| UpdateValue |
UpdateValue.
| |
| UpdateValueConverter | ||
| UpdateWorkspace |
UpdateWorkspace.
| |
| Value |
Value.
| |
| ValueCollection |
ValueCollection.
| |
| ValueExport |
ValueExport.
| |
| Workspace |
Workspace.
| |
| WorkspaceCollection |
WorkspaceCollection.
| |
| WorkspaceExport |
WorkspaceExport.
|
| Interface | Description | |
|---|---|---|
| IAssistant |
| Delegate | Description | |
|---|---|---|
| FailCallback |
Fail callback delegate.
| |
| SuccessCallbackT |
Success callback delegate.
|
| Enumeration | Description | |
|---|---|---|
| CreateDialogNodeEventNameEnum |
How an `event_handler` node is processed.
| |
| CreateDialogNodeNodeTypeEnum |
How the dialog node is processed.
| |
| CreateValueValueTypeEnum |
Specifies the type of value.
| |
| DialogNodeEventNameEnum |
How an `event_handler` node is processed.
| |
| DialogNodeNodeTypeEnum |
How the dialog node is processed.
| |
| DialogNodeActionActionTypeEnum |
The type of action to invoke.
| |
| DialogNodeNextStepBehaviorEnum |
What happens after the dialog node completes. The valid values depend on the node type: - The following values are valid for any node: - `get_user_input` - `skip_user_input` - `jump_to` - If the node is of type `event_handler` and its parent node is of type `slot` or `frame`, additional values are also valid: - if **event_name**=`filled` and the type of the parent node is `slot`: - `reprompt` - `skip_all_slots` - if **event_name**=`nomatch` and the type of the parent node is `slot`: - `reprompt` - `skip_slot` - `skip_all_slots` - if **event_name**=`generic` and the type of the parent node is `frame`: - `reprompt` - `skip_slot` - `skip_all_slots` If you specify `jump_to`, then you must also specify a value for the `dialog_node` property.
| |
| DialogNodeNextStepSelectorEnum |
Which part of the dialog node to process next.
| |
| LogMessageLevelEnum |
The severity of the log message.
| |
| UpdateDialogNodeEventNameEnum |
How an `event_handler` node is processed.
| |
| UpdateDialogNodeNodeTypeEnum |
How the dialog node is processed.
| |
| UpdateValueValueTypeEnum |
Specifies the type of value.
| |
| ValueValueTypeEnum |
Specifies the type of value.
| |
| ValueExportValueTypeEnum |
Specifies the type of value.
| |
| WorkspaceExportStatusEnum |
The current status of the workspace.
|