AIPromptViewPromptCommandBuilder

Methods

Id(System.String)

The id of the command item.

Parameters

value - System.String

The value that configures the id.

Text(System.String)

The text of the command item.

Parameters

value - System.String

The value that configures the text.

Icon(System.String)

The icon name of the command item.

Parameters

value - System.String

The value that configures the icon.

Items(System.Action)

Configures the commands of the AIPromptViewPrompt.

Parameters

configurator - System.Action<AIPromptViewPromptCommandFactory>