Interface CfnBot.SampleValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBot.SampleValueProperty.Jsii$Proxy
Enclosing class:
CfnBot

@Stability(Stable) public static interface CfnBot.SampleValueProperty extends software.amazon.jsii.JsiiSerializable
Defines one of the values for a slot type.

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.*;
 SampleValueProperty sampleValueProperty = SampleValueProperty.builder()
         .value("value")
         .build();
 

See Also: