src.index.getBotmanResponseAction.scala Maven / Gradle / Ivy
The newest version!
package besom.api.akamai
def getBotmanResponseAction(using ctx: besom.types.Context)(
args: besom.api.akamai.GetBotmanResponseActionArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.akamai.GetBotmanResponseActionResult] =
ctx.invoke[besom.api.akamai.GetBotmanResponseActionArgs, besom.api.akamai.GetBotmanResponseActionResult]("akamai:index/getBotmanResponseAction:getBotmanResponseAction", args, opts)