AWSConnectViewInputContent

Objective-C

@interface AWSConnectViewInputContent

Swift

class AWSConnectViewInputContent

View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.

  • A list of possible actions from the view.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable actions;

    Swift

    var actions: [String]? { get set }
  • The view template representing the structure of the view.

    Declaration

    Objective-C

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

    Swift

    var template: String? { get set }