@Stability(value=Stable)
public static interface CfnBot.CodeHookSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lex.*;
CodeHookSpecificationProperty codeHookSpecificationProperty = CodeHookSpecificationProperty.builder()
.lambdaCodeHook(LambdaCodeHookProperty.builder()
.codeHookInterfaceVersion("codeHookInterfaceVersion")
.lambdaArn("lambdaArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.CodeHookSpecificationProperty.Builder
A builder for
CfnBot.CodeHookSpecificationProperty |
static class |
CfnBot.CodeHookSpecificationProperty.Jsii$Proxy
An implementation for
CfnBot.CodeHookSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.CodeHookSpecificationProperty.Builder |
builder() |
Object |
getLambdaCodeHook()
Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.
|
@Stability(value=Stable) @NotNull Object getLambdaCodeHook()
@Stability(value=Stable) static CfnBot.CodeHookSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.