Show / Hide Table of Contents

Class ApiSchemaInlineInputLocation

The details of inline input of Api schema.

Inheritance
object
ApiSchemaInputLocation
ApiSchemaInlineInputLocation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top