Interface CfnBot.InputContextProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.InputContextProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.InputContextProperty
extends software.amazon.jsii.JsiiSerializable
A context that must be active for an intent to be selected by Amazon Lex.
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.*; InputContextProperty inputContextProperty = InputContextProperty.builder() .name("name") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.InputContextProperty
static final class
An implementation forCfnBot.InputContextProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the context. -
builder
-