Skip to main content

Interface: AgentMessage

Defined in: type/AgentMessage.ts:4

Object class for AgentMessage

Properties

conversationId

conversationId: string

Defined in: type/AgentMessage.ts:6

ID. Webhook response must contain a non blank field called conversationId.


responseMessage

responseMessage: string

Defined in: type/AgentMessage.ts:8

Response message from the agent. Webhook response must contain a non blank field called responseMessage.


responseMetadata?

optional responseMetadata?: any

Defined in: type/AgentMessage.ts:10

Metadata associated with the response message. Webhook response can contain a field called responseMetadata.