Show / Hide Table of Contents

Class KnowledgeBaseCollection

Results of a knowledge base search. Contains both KnowledgeBaseSummary items and other information, such as metadata.

Inheritance
object
KnowledgeBaseCollection
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 KnowledgeBaseCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<KnowledgeBaseSummary> Items { get; set; }
Property Value
Type Description
List<KnowledgeBaseSummary>

List of knowledge bases.

Remarks

Required

In this article
Back to top