Show / Hide Table of Contents

Class SearchEntryPoint

Contains the HTML and CSS to render the required Search Suggestions.

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

Properties

RenderedContent

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

The rendered content

In this article
Back to top