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();
 

See Also: