Class AIAssistViewResponseToolbarSettings
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    AIAssistViewResponseToolbarSettings
  Namespace: Syncfusion.EJ2.InteractiveChat
Assembly: Syncfusion.EJ2.dll
Syntax
public class AIAssistViewResponseToolbarSettings : EJTagHelper
  Constructors
AIAssistViewResponseToolbarSettings()
Declaration
public AIAssistViewResponseToolbarSettings()
  Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> | 
ItemClicked
Declaration
public string ItemClicked { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
Items
Specifies the collection of toolbar items in the response toolbar of the AIAssistView component. Represents an array of items that are rendered in the toolbar, allowing for customization and interaction within the response section.
Declaration
public object Items { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null  | 
      
Width
Specifies the width of the response toolbar in the AIAssistView component. Represents the width of the toolbar, which can be defined using various CSS units and values such as 'auto', '100%', or pixel-based measurements.
Declaration
public string Width { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is "100%"  |