GridMessagesAISettingsBuilder
Methods
OutputPlaceholder(System.String)
Defines the text to be displayed for the output placeholder when there are no other outputs available. Used primarily for localization.
Parameters
value - System.String
The message for the placeholder
RETURNS
Returns the current GridMessagesAISettingsBuilder instance for method chaining.
Success(System.String)
Defines the text to be displayed for the output text for a successful operation. Used primarily for localization.
Parameters
value - System.String
The success message
RETURNS
Returns the current GridMessagesAISettingsBuilder instance for method chaining.
Error(System.String)
Defines the text to be displayed for the output text for a unsuccessful operation. Used primarily for localization.
Parameters
value - System.String
The error message
RETURNS
Returns the current GridMessagesAISettingsBuilder instance for method chaining.
InvalidSelection(System.String)
Defines the text to be displayed when an invalid selection is made for AI operations. Used primarily for localization.
Parameters
value - System.String
The invalid selection message
RETURNS
Returns the current GridMessagesAISettingsBuilder instance for method chaining.
PromptPlaceholder(System.String)
Defines the placeholder text displayed in the AI prompt input field. Used primarily for localization.
Parameters
value - System.String
The prompt placeholder message
RETURNS
Returns the current GridMessagesAISettingsBuilder instance for method chaining.