Click or drag to resize

RuntimeIntent Class

An intent identified in the user input.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1RuntimeIntent

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 RuntimeIntent

The RuntimeIntent type exposes the following members.

Constructors
  NameDescription
Public methodRuntimeIntent
Initializes a new instance of the RuntimeIntent class
Top
Properties
  NameDescription
Public propertyConfidence
A decimal percentage that represents Watson's confidence in the intent.
Public propertyIntent
The name of the recognized intent.
Top
See Also