Class StaticEntityValue
Value in a static entity.
Inherited Members
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class StaticEntityValue
Properties
CanonicalName
Declaration
[Required(ErrorMessage = "CanonicalName is required.")]
[JsonProperty(PropertyName = "canonicalName")]
public string CanonicalName { get; set; }
Property Value
Type | Description |
---|---|
string | Value for a static entity. |
Remarks
Required
NaturalLanguageMapping
Declaration
[JsonProperty(PropertyName = "naturalLanguageMapping")]
public StaticEntityValueNaturalLanguageMapping NaturalLanguageMapping { get; set; }
Property Value
Type | Description |
---|---|
StaticEntityValueNaturalLanguageMapping |