SemanticSearchContents
Home > @gooddata/sdk-ui-gen-ai > SemanticSearchContents
SemanticSearchContents type
Signature:
export type SemanticSearchContents = {
type: "semanticSearch";
text: string;
searchResults: ISemanticSearchResultItem[];
relationships: ISemanticSearchRelationship[];
};
References: ISemanticSearchResultItem, ISemanticSearchRelationship