Class CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty
Information about properties for a text question in an evaluation form.
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty : CfnEvaluationForm.IEvaluationFormTextQuestionPropertiesProperty
Syntax (vb)
Public Class CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty Implements CfnEvaluationForm.IEvaluationFormTextQuestionPropertiesProperty
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.AWS.Connect;
var evaluationFormTextQuestionPropertiesProperty = new EvaluationFormTextQuestionPropertiesProperty {
Automation = new EvaluationFormTextQuestionAutomationProperty {
AnswerSource = new EvaluationFormQuestionAutomationAnswerSourceProperty {
SourceType = "sourceType"
}
}
};
Synopsis
Constructors
| EvaluationFormTextQuestionPropertiesProperty() | Information about properties for a text question in an evaluation form. |
Properties
| Automation | The automation properties of the text question. |
Constructors
EvaluationFormTextQuestionPropertiesProperty()
Information about properties for a text question in an evaluation form.
public EvaluationFormTextQuestionPropertiesProperty()
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.AWS.Connect;
var evaluationFormTextQuestionPropertiesProperty = new EvaluationFormTextQuestionPropertiesProperty {
Automation = new EvaluationFormTextQuestionAutomationProperty {
AnswerSource = new EvaluationFormQuestionAutomationAnswerSourceProperty {
SourceType = "sourceType"
}
}
};
Properties
Automation
The automation properties of the text question.
public object? Automation { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnEvaluationForm.IEvaluationFormTextQuestionAutomationProperty