Class ApiSchemaInlineInputLocation
The details of inline input of Api schema.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class ApiSchemaInlineInputLocation : ApiSchemaInputLocation
  Properties
Content
Declaration
[Required(ErrorMessage = "Content is required.")]
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Inline content as input.  | 
      
Remarks
Required