AWSConnectSingleSelectQuestionRuleCategoryAutomation

Objective-C

@interface AWSConnectSingleSelectQuestionRuleCategoryAutomation

Swift

class AWSConnectSingleSelectQuestionRuleCategoryAutomation

Information about the automation option based on a rule category for a single select question.

Required parameters: [Category, Condition, OptionRefId]

  • The category name, as defined in Rules.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable category;

    Swift

    var category: String? { get set }
  • The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectSingleSelectQuestionRuleCategoryAutomationCondition condition;
  • The identifier of the answer option.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable optionRefId;

    Swift

    var optionRefId: String? { get set }