Show / Hide Table of Contents

Class CreateSkillCompositeEntityDetails

Properties that are required to create a skill composite entity.

Inheritance
object
CreateSkillEntityDetails
CreateSkillCompositeEntityDetails
Inherited Members
CreateSkillEntityDetails.Name
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class CreateSkillCompositeEntityDetails : CreateSkillEntityDetails

Properties

Actions

Declaration
[JsonProperty(PropertyName = "actions")]
public List<EntityAction> Actions { get; set; }
Property Value
Type Description
List<EntityAction>

List of entity actions.

Attributes

Declaration
[Required(ErrorMessage = "Attributes is required.")]
[JsonProperty(PropertyName = "attributes")]
public List<EntityAttribute> Attributes { get; set; }
Property Value
Type Description
List<EntityAttribute>

List of entity attributes.

Remarks

Required

NaturalLanguageMapping

Declaration
[JsonProperty(PropertyName = "naturalLanguageMapping")]
public EntityNaturalLanguageMapping NaturalLanguageMapping { get; set; }
Property Value
Type Description
EntityNaturalLanguageMapping
In this article
Back to top