SearchEntryPoint¶
-
class
oci.generative_ai_inference.models.
SearchEntryPoint
(**kwargs)¶ Bases:
object
Contains the HTML and CSS to render the required Search Suggestions.
Methods
__init__
(**kwargs)Initializes a new SearchEntryPoint object with values from keyword arguments. Attributes
rendered_content
Gets the rendered_content of this SearchEntryPoint. -
__init__
(**kwargs)¶ Initializes a new SearchEntryPoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: rendered_content (str) – The value to assign to the rendered_content property of this SearchEntryPoint.
-
rendered_content
¶ Gets the rendered_content of this SearchEntryPoint. The rendered content
Returns: The rendered_content of this SearchEntryPoint. Return type: str
-