@twilio/flex-sdk
Preparing search index...
actions/Conversation
ContentTemplate
Interface ContentTemplate
A Twilio Content template with its WhatsApp approval request status.
interface
ContentTemplate
{
accountSid
?:
string
|
null
;
approvalRequests
?:
ApprovalRequests
|
null
;
dateCreated
?:
Date
|
null
;
dateUpdated
?:
Date
|
null
;
friendlyName
?:
string
|
null
;
language
?:
string
|
null
;
sid
?:
string
|
null
;
types
?:
object
|
null
;
variables
?:
object
|
null
;
}
Index
Properties
account
Sid?
approval
Requests?
date
Created?
date
Updated?
friendly
Name?
language?
sid?
types?
variables?
Properties
Optional
account
Sid
accountSid
?:
string
|
null
Optional
approval
Requests
approvalRequests
?:
ApprovalRequests
|
null
Optional
date
Created
dateCreated
?:
Date
|
null
Optional
date
Updated
dateUpdated
?:
Date
|
null
Optional
friendly
Name
friendlyName
?:
string
|
null
Optional
language
language
?:
string
|
null
Optional
sid
sid
?:
string
|
null
Optional
types
types
?:
object
|
null
Optional
variables
variables
?:
object
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Sid
approval
Requests
date
Created
date
Updated
friendly
Name
language
sid
types
variables
@twilio/flex-sdk
Loading...
A Twilio Content template with its WhatsApp approval request status.