@Stability(value=Stable)
public static interface CfnBot.LambdaCodeHookProperty
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.*;
LambdaCodeHookProperty lambdaCodeHookProperty = LambdaCodeHookProperty.builder()
.codeHookInterfaceVersion("codeHookInterfaceVersion")
.lambdaArn("lambdaArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.LambdaCodeHookProperty.Builder
A builder for
CfnBot.LambdaCodeHookProperty |
static class |
CfnBot.LambdaCodeHookProperty.Jsii$Proxy
An implementation for
CfnBot.LambdaCodeHookProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.LambdaCodeHookProperty.Builder |
builder() |
String |
getCodeHookInterfaceVersion()
Specifies the version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
String |
getLambdaArn()
Specifies the Amazon Resource Name (ARN) of the Lambda function.
|
@Stability(value=Stable) @NotNull String getCodeHookInterfaceVersion()
@Stability(value=Stable) @NotNull String getLambdaArn()
@Stability(value=Stable) static CfnBot.LambdaCodeHookProperty.Builder builder()
Copyright © 2022. All rights reserved.