interface ChatEntryPointParametersProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnTestCasePropsMixin.ChatEntryPointParametersProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnTestCasePropsMixin_ChatEntryPointParametersProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnTestCasePropsMixin.ChatEntryPointParametersProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnTestCasePropsMixin.ChatEntryPointParametersProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnTestCasePropsMixin » ChatEntryPointParametersProperty |
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 { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const chatEntryPointParametersProperty: connect.CfnTestCasePropsMixin.ChatEntryPointParametersProperty = {
flowId: 'flowId',
};
Properties
| Name | Type | Description |
|---|---|---|
| flow | string | The flow id used for the TestCase. |
flowId?
Type:
string
(optional)
The flow id used for the TestCase.

.NET
Go
Java
Python
TypeScript