Interface CfnEvaluationFormPropsMixin.IEvaluationFormTargetConfigurationProperty
Configuration that specifies the target for an evaluation form.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnEvaluationFormPropsMixin.IEvaluationFormTargetConfigurationProperty
Syntax (vb)
Public Interface CfnEvaluationFormPropsMixin.IEvaluationFormTargetConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins;
var evaluationFormTargetConfigurationProperty = new EvaluationFormTargetConfigurationProperty {
ContactInteractionType = "contactInteractionType"
};
Synopsis
Properties
| ContactInteractionType | The contact interaction type for this evaluation form. |
Properties
ContactInteractionType
The contact interaction type for this evaluation form.
string? ContactInteractionType { get; }