Interface CfnTestCase.ChatEntryPointParametersProperty

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

@Stability(Stable) public static interface CfnTestCase.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.services.connect.*;
 ChatEntryPointParametersProperty chatEntryPointParametersProperty = ChatEntryPointParametersProperty.builder()
         .flowId("flowId")
         .build();
 

See Also: