Skip to content

BotResponse

Extends

  • BotResponse

Properties

payload

payload: BotResponse;

The underlying payload data for this resource

Inherited from

Bkper.BotResponse.payload

Methods

getAgentId()

getAgentId(): string;

Returns

string

The agent id of this Bot Response

Inherited from

Bkper.BotResponse.getAgentId

getMessage()

getMessage(): string;

Returns

string

The message of this Bot Response

Inherited from

Bkper.BotResponse.getMessage

getType()

getType(): BotResponseType;

Returns

BotResponseType

The type of this Bot Response

Inherited from

Bkper.BotResponse.getType

json()

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