Class SpreadsheetAIAssistSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SpreadsheetAIAssistSettings
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.AspNetCore.Spreadsheet.dll
Syntax
public class SpreadsheetAIAssistSettings : EJTagHelper
Constructors
SpreadsheetAIAssistSettings()
Declaration
public SpreadsheetAIAssistSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Placeholder
Specifies the placeholder text displayed in the AI assist chat input box.
Declaration
public string Placeholder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
PromptSuggestions
Specifies a list of sample prompts displayed in the AI assist chat to help users initiate a conversation.
Declaration
public string[] PromptSuggestions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] | The default value is null |
RequestUrl
Specifies the service endpoint URL where the Spreadsheet AI assist sends chat requests and receives responses.
Declaration
public string RequestUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |