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