Class GetTranslatorRequest
Implements
Inherited Members
Namespace: Oci.OdaService.Requests
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class GetTranslatorRequest : IOciRequest
Examples
Click here to see an example of how to use GetTranslator 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. |
TranslatorId
Declaration
[Required(ErrorMessage = "TranslatorId is required.")]
[HttpConverter(TargetEnum.Path, "translatorId")]
public string TranslatorId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Translator identifier. |
Remarks
Required