Package org.netxms.client.ai
Class AiFunctionCall
java.lang.Object
org.netxms.client.ai.AiFunctionCall
AI assistant function call notification
-
Constructor Summary
ConstructorsConstructorDescriptionCreate function call object from NXCP message. -
Method Summary
Modifier and TypeMethodDescriptionlongGet chat ID this function call belongs to.Get user-friendly display name for the function.Get function name.
-
Constructor Details
-
AiFunctionCall
Create function call object from NXCP message.- Parameters:
msg- NXCP message
-
-
Method Details
-
getChatId
public long getChatId()Get chat ID this function call belongs to.- Returns:
- chat ID
-
getFunctionName
Get function name.- Returns:
- function name
-
getDisplayName
Get user-friendly display name for the function. Converts function names like "get-node-details" to "Getting node details"- Returns:
- display name
-