Class InlineAIAssistResponseSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
InlineAIAssistResponseSettings
Namespace: Syncfusion.EJ2.InteractiveChat
Assembly: Syncfusion.EJ2.dll
Syntax
public class InlineAIAssistResponseSettings : EJTagHelper
Constructors
InlineAIAssistResponseSettings()
Declaration
public InlineAIAssistResponseSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Items
Specifies the collection of toolbar items rendered in the response toolbar. Specifies an array of ResponseItemModel objects for customization and interaction.
Declaration
public object Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
ItemSelect
Declaration
public string ItemSelect { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |