Class GetSkillParameterRequest
Implements
Inherited Members
Namespace: Oci.OdaService.Requests
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class GetSkillParameterRequest : IOciRequest
Examples
Click here to see an example of how to use GetSkillParameter request.
Properties
IfNoneMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-none-match")]
public string IfNoneMatch { get; set; }
Property Value
Type | Description |
---|---|
string | The If-None-Match HTTP request header makes the request conditional. For GET methods, the service will return the requested resource, with a 200 status, only if it doesn't have an ETag matching the given ones. When the condition fails for GET methods, then the service will return HTTP status code 304 (Not Modified). |
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. |
ParameterName
Declaration
[Required(ErrorMessage = "ParameterName is required.")]
[HttpConverter(TargetEnum.Path, "parameterName")]
public string ParameterName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of a Skill Parameter. |
Remarks
Required
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