Interface CfnTestCasePropsMixin.ChatEntryPointParametersProperty

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

@Stability(Stable) public static interface CfnTestCasePropsMixin.ChatEntryPointParametersProperty extends software.amazon.jsii.JsiiSerializable
The chat entry point parameters for the test case.

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.connect.*;
 ChatEntryPointParametersProperty chatEntryPointParametersProperty = ChatEntryPointParametersProperty.builder()
         .flowId("flowId")
         .build();
 

See Also: