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