Show / Hide Table of Contents

Interface CfnEvaluationFormPropsMixin.IEvaluationFormQuestionAutomationAnswerSourceProperty

A question automation answer.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnEvaluationFormPropsMixin.IEvaluationFormQuestionAutomationAnswerSourceProperty
Syntax (vb)
Public Interface CfnEvaluationFormPropsMixin.IEvaluationFormQuestionAutomationAnswerSourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformquestionautomationanswersource.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 evaluationFormQuestionAutomationAnswerSourceProperty = new EvaluationFormQuestionAutomationAnswerSourceProperty {
                 SourceType = "sourceType"
             };

Synopsis

Properties

SourceType

The automation answer source type.

Properties

SourceType

The automation answer source type.

string? SourceType { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX