Class AIAssistViewResponseToolbarSettingsBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    AIAssistViewResponseToolbarSettingsBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  
  
    public class AIAssistViewResponseToolbarSettingsBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public AIAssistViewResponseToolbarSettingsBuilder()
   
  
  
  
  
  
  
  Declaration
  
    public AIAssistViewResponseToolbarSettingsBuilder(AIAssistViewResponseToolbarSettings model)
   
  Parameters
  
  Methods
  
  
  
  
  
  Event raised when a toolbar item is clicked in the response toolbar of the AIAssistView component.
 
  
  Declaration
  
    public AIAssistViewResponseToolbarSettingsBuilder ItemClicked(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  
  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 AIAssistViewResponseToolbarSettingsBuilder Items(object value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  
  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 AIAssistViewResponseToolbarSettingsBuilder Width(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns