Class TrainSkillRequest
Implements
Inherited Members
Namespace: Oci.OdaService.Requests
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class TrainSkillRequest : IOciRequest
Examples
Click here to see an example of how to use TrainSkill request.
Properties
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control in a PUT or DELETE call for
a Digital Assistant instance, set the |
OdaInstanceId
Declaration
[Required(ErrorMessage = "OdaInstanceId is required.")]
[HttpConverter(TargetEnum.Path, "odaInstanceId")]
public string OdaInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Digital Assistant instance identifier. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. This value is included in the opc-request-id response header. |
OpcRetryToken
Declaration
[HttpConverter(TargetEnum.Header, "opc-retry-token")]
public string OpcRetryToken { get; set; }
Property Value
Type | Description |
---|---|
string | A token that uniquely identifies a request so that you can retry the request if there's
a timeout or server error without the risk of executing that same action again.
|
SkillId
Declaration
[Required(ErrorMessage = "SkillId is required.")]
[HttpConverter(TargetEnum.Path, "skillId")]
public string SkillId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Skill identifier. |
Remarks
Required
TrainSkillDetails
Declaration
[Required(ErrorMessage = "TrainSkillDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public TrainSkillDetails TrainSkillDetails { get; set; }
Property Value
Type | Description |
---|---|
TrainSkillDetails | Metadata for training a skill. |
Remarks
Required