Watson Developer Cloud .NET Standard SDK  4.3.1
The .NET SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.Assistant.v1.Model.Value Class Reference

Value. More...

Classes

class  TypeEnumValue
 Specifies the type of entity value. More...
 

Properties

string Type [get, set]
 Specifies the type of entity value. Constants for possible values can be found using Value.TypeEnumValue More...
 
string _Value [get, set]
 The text of the entity value. This string must conform to the following restrictions: More...
 
Dictionary< string, object > Metadata [get, set]
 Any metadata related to the entity value. More...
 
List< string > Synonyms [get, set]
 An array of synonyms for the entity value. A value can specify either synonyms or patterns (depending on the value type), but not both. A synonym must conform to the following resrictions: More...
 
List< string > Patterns [get, set]
 An array of patterns for the entity value. A value can specify either synonyms or patterns (depending on the value type), but not both. A pattern is a regular expression; for more information about how to specify a pattern, see the documentation. More...
 
virtual DateTime Created [get]
 The timestamp for creation of the object. More...
 
virtual DateTime Updated [get]
 The timestamp for the most recent update to the object. More...
 

Detailed Description

Property Documentation

◆ _Value

string IBM.Watson.Assistant.v1.Model.Value._Value
getset

The text of the entity value. This string must conform to the following restrictions:

  • It cannot contain carriage return, newline, or tab characters.
  • It cannot consist of only whitespace characters.

◆ Created

virtual DateTime IBM.Watson.Assistant.v1.Model.Value.Created
get

The timestamp for creation of the object.

◆ Metadata

Dictionary<string, object> IBM.Watson.Assistant.v1.Model.Value.Metadata
getset

Any metadata related to the entity value.

◆ Patterns

List<string> IBM.Watson.Assistant.v1.Model.Value.Patterns
getset

An array of patterns for the entity value. A value can specify either synonyms or patterns (depending on the value type), but not both. A pattern is a regular expression; for more information about how to specify a pattern, see the documentation.

◆ Synonyms

List<string> IBM.Watson.Assistant.v1.Model.Value.Synonyms
getset

An array of synonyms for the entity value. A value can specify either synonyms or patterns (depending on the value type), but not both. A synonym must conform to the following resrictions:

  • It cannot contain carriage return, newline, or tab characters.
  • It cannot consist of only whitespace characters.

◆ Type

string IBM.Watson.Assistant.v1.Model.Value.Type
getset

Specifies the type of entity value. Constants for possible values can be found using Value.TypeEnumValue

◆ Updated

virtual DateTime IBM.Watson.Assistant.v1.Model.Value.Updated
get

The timestamp for the most recent update to the object.


The documentation for this class was generated from the following file: