TCHContentDataCallToAction Class Reference
Inherits from | NSObject |
---|---|
Conforms to | TCHContentDataRaw |
Declared in | TCHContentTemplate.h |
Overview
The template variant which defines buttons for actions
Buttons let recipients tap to trigger actions such as launching a website or making a phone call.
Represents the twilio/call-to-action
content type.
type
The type of the content template variant, which is [TCHContentDataTypeCallToAction].
@property (nonatomic, readonly) enum TCHContentDataType type
Discussion
The type of the content template variant, which is [TCHContentDataTypeCallToAction].
Declared In
TCHContentTemplate.h
rawData
The full data of the content data as a stringified JSON.
@property (nonatomic, readonly, copy) NSString *rawData
Discussion
The full data of the content data as a stringified JSON.
Can be used for new content types and fields which are not yet supported in the current version of Conversations SDK.
Declared In
TCHContentTemplate.h
body
The text of the message you want to send. This is included as a regular text message.
@property (nonatomic, readonly, copy) NSString *body
Discussion
The text of the message you want to send. This is included as a regular text message.
Declared In
TCHContentTemplate.h
actions
Buttons that recipients can tap on to act with the message.
@property (nonatomic, readonly, copy) NSArray<NSObject<TCHContentDataActionProtocol> *> *actions
Discussion
Buttons that recipients can tap on to act with the message.
Declared In
TCHContentTemplate.h