Agent.Echo
Method | Echo |
---|---|
Module | Agent |
Library | Core |
Action | Return the specified text. |
Parameters | |
Return values | |
Example | Agent.Echo(Message:"The quick brown fox jumps over the lazy dog", ReplySize: 60000); Agent.Echo(Message:"The quick brown fox jumps over the lazy dog", Rows: 4000); |
Platforms |
|
Notes | Useful for quick testing of responses from all agents. |