Click or drag to resize

IntentExport Class

IntentExport.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1IntentExport

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class IntentExport

The IntentExport type exposes the following members.

Constructors
  NameDescription
Public methodIntentExport
Initializes a new instance of the IntentExport class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp for creation of the intent.
Public propertyDescription
The description of the intent.
Public propertyExamples
An array of objects describing the user input examples for the intent.
Public propertyIntentName
The name of the intent.
Public propertyUpdated
The timestamp for the last update to the intent.
Top
See Also