Click or drag to resize

OutputDataText Property

An array of responses to the user.

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 Dictionary<string, Object> Text { get; set; }

Property Value

Type: DictionaryString, Object
An array of responses to the user.
See Also