AWSConnectTaskActionDefinition

Objective-C

@interface AWSConnectTaskActionDefinition

Swift

class AWSConnectTaskActionDefinition

Information about the task action.

Required parameters: [Name, ContactFlowId]

  • The identifier of the flow.

    Declaration

    Objective-C

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

    Swift

    var contactFlowId: String? { get set }
  • The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • Information about the reference when the referenceType is URL. Otherwise, null. (Supports variable injection in the Value field.)

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, AWSConnectReference *> *_Nullable references;

    Swift

    var references: [String : AWSConnectReference]? { get set }