Class AIAssistViewResponseToolbarSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
AIAssistViewResponseToolbarSettingsBuilder
Namespace: Syncfusion.EJ2.InteractiveChat
Assembly: Syncfusion.EJ2.dll
Syntax
public class AIAssistViewResponseToolbarSettingsBuilder : ControlBuilder
Constructors
AIAssistViewResponseToolbarSettingsBuilder()
Declaration
public AIAssistViewResponseToolbarSettingsBuilder()
AIAssistViewResponseToolbarSettingsBuilder(AIAssistViewResponseToolbarSettings)
Declaration
public AIAssistViewResponseToolbarSettingsBuilder(AIAssistViewResponseToolbarSettings model)
Parameters
Type | Name | Description |
---|---|---|
AIAssistViewResponseToolbarSettings | model |
Methods
ItemClicked(String)
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
Items(Object)
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
Width(String)
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 |