Interface CfnBotPropsMixin.ExactResponseFieldsProperty

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

@Stability(Stable) public static interface CfnBotPropsMixin.ExactResponseFieldsProperty extends software.amazon.jsii.JsiiSerializable
Contains the names of the fields used for an exact response to the user.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.lex.*;
 ExactResponseFieldsProperty exactResponseFieldsProperty = ExactResponseFieldsProperty.builder()
         .answerField("answerField")
         .questionField("questionField")
         .build();
 

See Also: