interface EvaluationFormTargetConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationFormTargetConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnEvaluationForm_EvaluationFormTargetConfigurationProperty |
Java | software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormTargetConfigurationProperty |
Python | aws_cdk.aws_connect.CfnEvaluationForm.EvaluationFormTargetConfigurationProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnEvaluationForm » EvaluationFormTargetConfigurationProperty |
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-lib';
const evaluationFormTargetConfigurationProperty: connect.CfnEvaluationForm.EvaluationFormTargetConfigurationProperty = {
contactInteractionType: 'contactInteractionType',
};
Properties
| Name | Type | Description |
|---|---|---|
| contact | string | The interaction type of a contact. |
contactInteractionType
Type:
string
The interaction type of a contact.

.NET
Go
Java
Python
TypeScript