Class InlineAIAssistCommandSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
InlineAIAssistCommandSettingsBuilder
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 InlineAIAssistCommandSettingsBuilder : ControlBuilder
Constructors
InlineAIAssistCommandSettingsBuilder()
Declaration
public InlineAIAssistCommandSettingsBuilder()
InlineAIAssistCommandSettingsBuilder(InlineAIAssistCommandSettings)
Declaration
public InlineAIAssistCommandSettingsBuilder(InlineAIAssistCommandSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| InlineAIAssistCommandSettings | model |
Methods
Commands(Object)
Specifies the collection of command items displayed in the command menu. Specifies the items shown for quick selection in the prompt toolbar.
Declaration
public InlineAIAssistCommandSettingsBuilder Commands(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| InlineAIAssistCommandSettingsBuilder |
ItemSelect(String)
Triggers when a command item is selected in the command menu popup. Use this event to apply the command, modify the prompt, or cancel default behavior.
Declaration
public InlineAIAssistCommandSettingsBuilder ItemSelect(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| InlineAIAssistCommandSettingsBuilder |
PopupHeight(String)
Specifies the height of the command menu popup. Specifies a CSS height value such as 'auto', '240px', or '50%'.
Declaration
public InlineAIAssistCommandSettingsBuilder PopupHeight(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| InlineAIAssistCommandSettingsBuilder |
PopupWidth(String)
SSpecifies the width of the command menu popup. Specifies a CSS width value such as '320px' or '40%'.
Declaration
public InlineAIAssistCommandSettingsBuilder PopupWidth(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| InlineAIAssistCommandSettingsBuilder |