Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformtargetconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformtargetconfiguration.html#cfn-connect-evaluationform-evaluationformtargetconfiguration-contactinteractiontype

Back to top Generated by DocFX