Public/Interactivity/Send-SlackResponse.ps1

function Send-SlackResponse {
    <#
    .SYNOPSIS
        Responds to a Slack acction
    .DESCRIPTION
        This function can be used with a Slack Appliction to respond to Slack Actions.
    .PARAMETER a
        .
    .LINK
        .
    .EXAMPLE
        Send-SlackResponse
    #>

    [CmdletBinding()]
    param(
        
    )
}