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