BotAction
Defined in the protocols module.Rust AI Agent SDK A bot action/button.
Fields
| Name | Type | Description |
|---|---|---|
id | String | Action ID |
label | String | Action label |
action_type | String | Action type |
value | Option<String> | Action value |
Source
View on GitHub
praisonai/src/protocols/mod.rs at line 475
