BotResponse
Extends
BotResponse
Properties
payload
payload: BotResponse;The underlying payload data for this resource
Inherited from
Bkper.BotResponse.payloadMethods
getAgentId()
getAgentId(): string;Returns
string
The agent id of this Bot Response
Inherited from
Bkper.BotResponse.getAgentIdgetMessage()
getMessage(): string;Returns
string
The message of this Bot Response
Inherited from
Bkper.BotResponse.getMessagegetType()
getType(): BotResponseType;Returns
The type of this Bot Response
Inherited from
Bkper.BotResponse.getTypejson()
json(): BotResponse;Gets an immutable copy of the JSON payload for this resource.
Returns
BotResponse
An immutable copy of the json payload
Inherited from
Bkper.BotResponse.json