Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
