Click or drag to resize

IBM.Watson.DeveloperCloud.Services.Assistant.v1 Namespace

[Missing <summary> documentation for "N:IBM.Watson.DeveloperCloud.Services.Assistant.v1"]

Classes
  ClassDescription
Public classAssistant
Public classCaptureGroup
CaptureGroup.
Public classContext
State information for the conversation. To maintain state, include the context from the previous response.
Public classCounterexample
Counterexample.
Public classCounterexampleCollection
CounterexampleCollection.
Public classCreateCounterexample
CreateCounterexample.
Public classCreateDialogNode
CreateDialogNode.
Public classCreateEntity
CreateEntity.
Public classCreateExample
CreateExample.
Public classCreateIntent
CreateIntent.
Public classCreateSynonym
CreateSynonym.
Public classCreateValue
CreateValue.
Public classCreateValueConverter
Public classCreateWorkspace
CreateWorkspace.
Public classDialogNode
DialogNode.
Public classDialogNodeAction
DialogNodeAction.
Public classDialogNodeCollection
An array of dialog nodes.
Public classDialogNodeNextStep
The next step to execute following this dialog node.
Public classDialogNodeVisitedDetails
DialogNodeVisitedDetails.
Public classEntity
Entity.
Public classEntityCollection
An array of entities.
Public classEntityExport
EntityExport.
Public classExample
Example.
Public classExampleCollection
ExampleCollection.
Public classInputData
The user input.
Public classIntent
Intent.
Public classIntentCollection
IntentCollection.
Public classIntentExport
IntentExport.
Public classLogCollection
LogCollection.
Public classLogExport
LogExport.
Public classLogMessage
Log message details.
Public classLogPagination
The pagination data for the returned objects.
Public classMessageInput
The text of the user input.
Public classMessageRequest
A request formatted for the Assistant service.
Public classMessageResponse
A response from the Assistant service.
Public classOutputData
An output object that includes the response to the user, the nodes that were hit, and messages from the log.
Public classPagination
The pagination data for the returned objects.
Public classRuntimeEntity
A term from the request that was identified as an entity.
Public classRuntimeIntent
An intent identified in the user input.
Public classSynonym
Synonym.
Public classSynonymCollection
SynonymCollection.
Public classSystemResponse
For internal use only.
Public classUpdateCounterexample
UpdateCounterexample.
Public classUpdateDialogNode
UpdateDialogNode.
Public classUpdateEntity
UpdateEntity.
Public classUpdateExample
UpdateExample.
Public classUpdateIntent
UpdateIntent.
Public classUpdateSynonym
UpdateSynonym.
Public classUpdateValue
UpdateValue.
Public classUpdateValueConverter
Public classUpdateWorkspace
UpdateWorkspace.
Public classValue
Value.
Public classValueCollection
ValueCollection.
Public classValueExport
ValueExport.
Public classWorkspace
Workspace.
Public classWorkspaceCollection
WorkspaceCollection.
Public classWorkspaceExport
WorkspaceExport.
Interfaces
  InterfaceDescription
Public interfaceIAssistant
Delegates
Enumerations
  EnumerationDescription
Public enumerationCreateDialogNodeEventNameEnum
How an `event_handler` node is processed.
Public enumerationCreateDialogNodeNodeTypeEnum
How the dialog node is processed.
Public enumerationCreateValueValueTypeEnum
Specifies the type of value.
Public enumerationDialogNodeEventNameEnum
How an `event_handler` node is processed.
Public enumerationDialogNodeNodeTypeEnum
How the dialog node is processed.
Public enumerationDialogNodeActionActionTypeEnum
The type of action to invoke.
Public enumerationDialogNodeNextStepBehaviorEnum
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.
Public enumerationDialogNodeNextStepSelectorEnum
Which part of the dialog node to process next.
Public enumerationLogMessageLevelEnum
The severity of the log message.
Public enumerationUpdateDialogNodeEventNameEnum
How an `event_handler` node is processed.
Public enumerationUpdateDialogNodeNodeTypeEnum
How the dialog node is processed.
Public enumerationUpdateValueValueTypeEnum
Specifies the type of value.
Public enumerationValueValueTypeEnum
Specifies the type of value.
Public enumerationValueExportValueTypeEnum
Specifies the type of value.
Public enumerationWorkspaceExportStatusEnum
The current status of the workspace.