@Stability(value=Stable)
public static interface CfnBot.DialogCodeHookSettingProperty
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.*;
DialogCodeHookSettingProperty dialogCodeHookSettingProperty = DialogCodeHookSettingProperty.builder()
.enabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.DialogCodeHookSettingProperty.Builder
A builder for
CfnBot.DialogCodeHookSettingProperty |
static class |
CfnBot.DialogCodeHookSettingProperty.Jsii$Proxy
An implementation for
CfnBot.DialogCodeHookSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.DialogCodeHookSettingProperty.Builder |
builder() |
Object |
getEnabled()
Indicates whether an intent uses the dialog code hook during a conversation with a user.
|
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) static CfnBot.DialogCodeHookSettingProperty.Builder builder()
Copyright © 2022. All rights reserved.