Show / Hide Table of Contents

Class ParagraphCitation

The source of information for the paragraph of agent's response.

Inheritance
object
ParagraphCitation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class ParagraphCitation

Properties

Citations

Declaration
[JsonProperty(PropertyName = "citations")]
public List<Citation> Citations { get; set; }
Property Value
Type Description
List<Citation>

A list of citations for the paragraph of the generated message.

Paragraph

Declaration
[Required(ErrorMessage = "Paragraph is required.")]
[JsonProperty(PropertyName = "paragraph")]
public Paragraph Paragraph { get; set; }
Property Value
Type Description
Paragraph
Remarks

Required

In this article
Back to top