@Stability(value=Stable)
public static interface CfnBot.SlotValueRegexFilterProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
SlotValueRegexFilterProperty slotValueRegexFilterProperty = SlotValueRegexFilterProperty.builder()
.pattern("pattern")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.SlotValueRegexFilterProperty.Builder
A builder for
CfnBot.SlotValueRegexFilterProperty |
static class |
CfnBot.SlotValueRegexFilterProperty.Jsii$Proxy
An implementation for
CfnBot.SlotValueRegexFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.SlotValueRegexFilterProperty.Builder |
builder() |
String |
getPattern()
`CfnBot.SlotValueRegexFilterProperty.Pattern`.
|
@Stability(value=Stable) @NotNull String getPattern()
@Stability(value=Stable) static CfnBot.SlotValueRegexFilterProperty.Builder builder()
Copyright © 2021. All rights reserved.