Show / Hide Table of Contents

Class InlineInputLocation

The details of inline input location.

Inheritance
object
InputLocation
InlineInputLocation
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 InlineInputLocation : InputLocation

Properties

Content

Declaration
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }
Property Value
Type Description
string

Inline content as input.

In this article
Back to top