public static interface CfnBotAlias.LambdaCodeHookProperty
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 |
CfnBotAlias.LambdaCodeHookProperty.Builder
A builder for
CfnBotAlias.LambdaCodeHookProperty |
static class |
CfnBotAlias.LambdaCodeHookProperty.Jsii$Proxy
An implementation for
CfnBotAlias.LambdaCodeHookProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBotAlias.LambdaCodeHookProperty.Builder |
builder() |
java.lang.String |
getCodeHookInterfaceVersion()
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
java.lang.String |
getLambdaArn()
The Amazon Resource Name (ARN) of the Lambda function.
|
java.lang.String getCodeHookInterfaceVersion()
java.lang.String getLambdaArn()
static CfnBotAlias.LambdaCodeHookProperty.Builder builder()