Class: InteractiveResponseMessage
Defined in: WAProto/index.d.ts:6964
Implements
Constructors
new InteractiveResponseMessage()
new InteractiveResponseMessage(
p?):InteractiveResponseMessage
Defined in: WAProto/index.d.ts:6965
Parameters
p?
Returns
Properties
body?
optionalbody:null|IBody
Defined in: WAProto/index.d.ts:6966
Implementation of
IInteractiveResponseMessage.body
contextInfo?
optionalcontextInfo:null|IContextInfo
Defined in: WAProto/index.d.ts:6967
Implementation of
IInteractiveResponseMessage.contextInfo
interactiveResponseMessage?
optionalinteractiveResponseMessage:"nativeFlowResponseMessage"
Defined in: WAProto/index.d.ts:6969
nativeFlowResponseMessage?
optionalnativeFlowResponseMessage:null|INativeFlowResponseMessage
Defined in: WAProto/index.d.ts:6968
Implementation of
IInteractiveResponseMessage.nativeFlowResponseMessage
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:6975
Returns
object
create()
staticcreate(properties?):InteractiveResponseMessage
Defined in: WAProto/index.d.ts:6970
Parameters
properties?
Returns
decode()
staticdecode(r,l?):InteractiveResponseMessage
Defined in: WAProto/index.d.ts:6972
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:6971
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):InteractiveResponseMessage
Defined in: WAProto/index.d.ts:6973
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:6976
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:6974
Parameters
m
o?
IConversionOptions
Returns
object