@wildix/xbees-users-client > BotLlmFunctionIntegrationMethod
BotLlmFunctionIntegrationMethod variable
Signature:
BotLlmFunctionIntegrationMethod: {
readonly DELETE: "delete";
readonly GET: "get";
readonly PATCH: "patch";
readonly POST: "post";
readonly PUT: "put";
}