Class InlineAIAssistResponseSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
InlineAIAssistResponseSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.InteractiveChat
Assembly: Syncfusion.AspNetMvc.InteractiveChat.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 |