Interface CfnEvaluationFormMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEvaluationFormMixinProps.Jsii$Proxy
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
EvaluationFormSectionProperty evaluationFormSectionProperty_;
CfnEvaluationFormMixinProps cfnEvaluationFormMixinProps = CfnEvaluationFormMixinProps.builder()
.autoEvaluationConfiguration(AutoEvaluationConfigurationProperty.builder()
.enabled(false)
.build())
.description("description")
.instanceArn("instanceArn")
.items(List.of(EvaluationFormBaseItemProperty.builder()
.section(EvaluationFormSectionProperty.builder()
.instructions("instructions")
.items(List.of(EvaluationFormItemProperty.builder()
.question(EvaluationFormQuestionProperty.builder()
.enablement(EvaluationFormItemEnablementConfigurationProperty.builder()
.action("action")
.condition(EvaluationFormItemEnablementConditionProperty.builder()
.operands(List.of(EvaluationFormItemEnablementConditionOperandProperty.builder()
.expression(EvaluationFormItemEnablementExpressionProperty.builder()
.comparator("comparator")
.source(EvaluationFormItemEnablementSourceProperty.builder()
.refId("refId")
.type("type")
.build())
.values(List.of(EvaluationFormItemEnablementSourceValueProperty.builder()
.refId("refId")
.type("type")
.build()))
.build())
.build()))
.operator("operator")
.build())
.defaultAction("defaultAction")
.build())
.instructions("instructions")
.notApplicableEnabled(false)
.questionType("questionType")
.questionTypeProperties(EvaluationFormQuestionTypePropertiesProperty.builder()
.multiSelect(EvaluationFormMultiSelectQuestionPropertiesProperty.builder()
.automation(EvaluationFormMultiSelectQuestionAutomationProperty.builder()
.answerSource(EvaluationFormQuestionAutomationAnswerSourceProperty.builder()
.sourceType("sourceType")
.build())
.defaultOptionRefIds(List.of("defaultOptionRefIds"))
.options(List.of(EvaluationFormMultiSelectQuestionAutomationOptionProperty.builder()
.ruleCategory(MultiSelectQuestionRuleCategoryAutomationProperty.builder()
.category("category")
.condition("condition")
.optionRefIds(List.of("optionRefIds"))
.build())
.build()))
.build())
.displayAs("displayAs")
.options(List.of(EvaluationFormMultiSelectQuestionOptionProperty.builder()
.refId("refId")
.text("text")
.build()))
.build())
.numeric(EvaluationFormNumericQuestionPropertiesProperty.builder()
.automation(EvaluationFormNumericQuestionAutomationProperty.builder()
.answerSource(EvaluationFormQuestionAutomationAnswerSourceProperty.builder()
.sourceType("sourceType")
.build())
.propertyValue(NumericQuestionPropertyValueAutomationProperty.builder()
.label("label")
.build())
.build())
.maxValue(123)
.minValue(123)
.options(List.of(EvaluationFormNumericQuestionOptionProperty.builder()
.automaticFail(false)
.automaticFailConfiguration(AutomaticFailConfigurationProperty.builder()
.targetSection("targetSection")
.build())
.maxValue(123)
.minValue(123)
.score(123)
.build()))
.build())
.singleSelect(EvaluationFormSingleSelectQuestionPropertiesProperty.builder()
.automation(EvaluationFormSingleSelectQuestionAutomationProperty.builder()
.answerSource(EvaluationFormQuestionAutomationAnswerSourceProperty.builder()
.sourceType("sourceType")
.build())
.defaultOptionRefId("defaultOptionRefId")
.options(List.of(EvaluationFormSingleSelectQuestionAutomationOptionProperty.builder()
.ruleCategory(SingleSelectQuestionRuleCategoryAutomationProperty.builder()
.category("category")
.condition("condition")
.optionRefId("optionRefId")
.build())
.build()))
.build())
.displayAs("displayAs")
.options(List.of(EvaluationFormSingleSelectQuestionOptionProperty.builder()
.automaticFail(false)
.automaticFailConfiguration(AutomaticFailConfigurationProperty.builder()
.targetSection("targetSection")
.build())
.refId("refId")
.score(123)
.text("text")
.build()))
.build())
.text(EvaluationFormTextQuestionPropertiesProperty.builder()
.automation(EvaluationFormTextQuestionAutomationProperty.builder()
.answerSource(EvaluationFormQuestionAutomationAnswerSourceProperty.builder()
.sourceType("sourceType")
.build())
.build())
.build())
.build())
.refId("refId")
.title("title")
.weight(123)
.build())
.section(evaluationFormSectionProperty_)
.build()))
.refId("refId")
.title("title")
.weight(123)
.build())
.build()))
.languageConfiguration(EvaluationFormLanguageConfigurationProperty.builder()
.formLanguage("formLanguage")
.build())
.reviewConfiguration(EvaluationReviewConfigurationProperty.builder()
.eligibilityDays(123)
.reviewNotificationRecipients(List.of(EvaluationReviewNotificationRecipientProperty.builder()
.type("type")
.value(EvaluationReviewNotificationRecipientValueProperty.builder()
.userId("userId")
.build())
.build()))
.build())
.scoringStrategy(ScoringStrategyProperty.builder()
.mode("mode")
.status("status")
.build())
.status("status")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.targetConfiguration(EvaluationFormTargetConfigurationProperty.builder()
.contactInteractionType("contactInteractionType")
.build())
.title("title")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEvaluationFormMixinPropsstatic final classAn implementation forCfnEvaluationFormMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe automatic evaluation configuration of an evaluation form.default StringThe description of the evaluation form.default ObjectThe identifier of the Amazon Connect instance.default ObjectgetItems()Items that are part of the evaluation form.default ObjectConfiguration for language settings of this evaluation form.default ObjectConfiguration settings for evaluation reviews.default ObjectA scoring strategy of the evaluation form.default StringThe status of the evaluation form.getTags()The tags used to organize, track, or control access for this resource.default ObjectConfiguration that specifies the target for this evaluation form.default StringgetTitle()A title of the evaluation form.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAutoEvaluationConfiguration
The automatic evaluation configuration of an evaluation form.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.AutoEvaluationConfigurationProperty- See Also:
-
getDescription
The description of the evaluation form.Length Constraints : Minimum length of 0. Maximum length of 1024.
- See Also:
-
getInstanceArn
The identifier of the Amazon Connect instance.Returns union: either
StringorIInstanceRef- See Also:
-
getItems
Items that are part of the evaluation form.The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Minimum size : 1
Maximum size : 100
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEvaluationFormPropsMixin.EvaluationFormBaseItemProperty>- See Also:
-
getLanguageConfiguration
Configuration for language settings of this evaluation form.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.EvaluationFormLanguageConfigurationProperty- See Also:
-
getReviewConfiguration
Configuration settings for evaluation reviews.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty- See Also:
-
getScoringStrategy
A scoring strategy of the evaluation form.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.ScoringStrategyProperty- See Also:
-
getStatus
The status of the evaluation form.Allowed values :
DRAFT|ACTIVEDefault: - "DRAFT"
- See Also:
-
getTags
The tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- See Also:
-
getTargetConfiguration
Configuration that specifies the target for this evaluation form.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty- See Also:
-
getTitle
A title of the evaluation form.- See Also:
-
builder
-