Show / Hide Table of Contents

Class CfnEvaluationForm.EvaluationFormMultiSelectQuestionAutomationProperty

Inheritance
object
CfnEvaluationForm.EvaluationFormMultiSelectQuestionAutomationProperty
Implements
CfnEvaluationForm.IEvaluationFormMultiSelectQuestionAutomationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEvaluationForm.EvaluationFormMultiSelectQuestionAutomationProperty : CfnEvaluationForm.IEvaluationFormMultiSelectQuestionAutomationProperty
Syntax (vb)
Public Class CfnEvaluationForm.EvaluationFormMultiSelectQuestionAutomationProperty Implements CfnEvaluationForm.IEvaluationFormMultiSelectQuestionAutomationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformmultiselectquestionautomation.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.AWS.Connect;

             var evaluationFormMultiSelectQuestionAutomationProperty = new EvaluationFormMultiSelectQuestionAutomationProperty {
                 Options = new [] { new EvaluationFormMultiSelectQuestionAutomationOptionProperty {
                     RuleCategory = new MultiSelectQuestionRuleCategoryAutomationProperty {
                         Category = "category",
                         Condition = "condition",
                         OptionRefIds = new [] { "optionRefIds" }
                     }
                 } },

                 // the properties below are optional
                 AnswerSource = new EvaluationFormQuestionAutomationAnswerSourceProperty {
                     SourceType = "sourceType"
                 },
                 DefaultOptionRefIds = new [] { "defaultOptionRefIds" }
             };

Synopsis

Constructors

EvaluationFormMultiSelectQuestionAutomationProperty()

Properties

AnswerSource

A question automation answer.

DefaultOptionRefIds

The list of reference id.

Options

The answer options for the automation.

Constructors

EvaluationFormMultiSelectQuestionAutomationProperty()

public EvaluationFormMultiSelectQuestionAutomationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformmultiselectquestionautomation.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.AWS.Connect;

             var evaluationFormMultiSelectQuestionAutomationProperty = new EvaluationFormMultiSelectQuestionAutomationProperty {
                 Options = new [] { new EvaluationFormMultiSelectQuestionAutomationOptionProperty {
                     RuleCategory = new MultiSelectQuestionRuleCategoryAutomationProperty {
                         Category = "category",
                         Condition = "condition",
                         OptionRefIds = new [] { "optionRefIds" }
                     }
                 } },

                 // the properties below are optional
                 AnswerSource = new EvaluationFormQuestionAutomationAnswerSourceProperty {
                     SourceType = "sourceType"
                 },
                 DefaultOptionRefIds = new [] { "defaultOptionRefIds" }
             };

Properties

AnswerSource

A question automation answer.

public object? AnswerSource { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnEvaluationForm.IEvaluationFormQuestionAutomationAnswerSourceProperty

DefaultOptionRefIds

The list of reference id.

public string[]? DefaultOptionRefIds { get; set; }
Property Value

string[]

Remarks

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

Options

The answer options for the automation.

public object Options { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnEvaluationForm.IEvaluationFormMultiSelectQuestionAutomationOptionProperty)[]

Implements

CfnEvaluationForm.IEvaluationFormMultiSelectQuestionAutomationProperty
Back to top Generated by DocFX