Implements
Constructors
new InteractiveMessage()
new InteractiveMessage(Defined in: WAProto/index.d.ts:6745p?):InteractiveMessage
Parameters
p?
IInteractiveMessage
Returns
InteractiveMessage
Properties
body?
Defined in: WAProto/index.d.ts:6747optionalbody:null|IBody
Implementation of
IInteractiveMessage.body
carouselMessage?
Defined in: WAProto/index.d.ts:6754optionalcarouselMessage:null|ICarouselMessage
Implementation of
IInteractiveMessage.carouselMessage
collectionMessage?
Defined in: WAProto/index.d.ts:6752optionalcollectionMessage:null|ICollectionMessage
Implementation of
IInteractiveMessage.collectionMessage
contextInfo?
Defined in: WAProto/index.d.ts:6749optionalcontextInfo:null|IContextInfo
Implementation of
IInteractiveMessage.contextInfo
footer?
Defined in: WAProto/index.d.ts:6748optionalfooter:null|IFooter
Implementation of
IInteractiveMessage.footer
header?
Defined in: WAProto/index.d.ts:6746optionalheader:null|IHeader
Implementation of
IInteractiveMessage.header
interactiveMessage?
Defined in: WAProto/index.d.ts:6755optionalinteractiveMessage:"shopStorefrontMessage"|"collectionMessage"|"nativeFlowMessage"|"carouselMessage"
nativeFlowMessage?
Defined in: WAProto/index.d.ts:6753optionalnativeFlowMessage:null|INativeFlowMessage
Implementation of
IInteractiveMessage.nativeFlowMessage
shopStorefrontMessage?
Defined in: WAProto/index.d.ts:6751optionalshopStorefrontMessage:null|IShopMessage
Implementation of
IInteractiveMessage.shopStorefrontMessage
urlTrackingMap?
Defined in: WAProto/index.d.ts:6750optionalurlTrackingMap:null|IUrlTrackingMap
Implementation of
IInteractiveMessage.urlTrackingMap
Methods
create()
Defined in: WAProto/index.d.ts:6756staticcreate(properties?):InteractiveMessage
Parameters
properties?
IInteractiveMessage
Returns
InteractiveMessage
decode()
Defined in: WAProto/index.d.ts:6758staticdecode(r,l?):InteractiveMessage
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
InteractiveMessage
encode()
Defined in: WAProto/index.d.ts:6757staticencode(m,w?):Writer
Parameters
m
IInteractiveMessage
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:6759staticfromObject(d):InteractiveMessage
Parameters
d
Returns
InteractiveMessage
getTypeUrl()
Defined in: WAProto/index.d.ts:6762staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:6761
Returns
object
toObject()
Defined in: WAProto/index.d.ts:6760statictoObject(m,o?):object
Parameters
m
InteractiveMessage
o?
IConversionOptions
Returns
object