Skip to main content

Interface: AgentConversationCreateMessageInput

Defined in: type/AgentConversationCreateMessageInput.ts:4

Input object for AgentConversationCreateMessageInput

Properties

agentId

agentId: string

Defined in: type/AgentConversationCreateMessageInput.ts:6

Unique identifier of the agent handling the conversation.


requestMessage?

optional requestMessage?: string

Defined in: type/AgentConversationCreateMessageInput.ts:8

Message to send to the agent via webhook in a field named requestMessage. Mandatory if TRIGGER=CHAT.


requestMetadata?

optional requestMetadata?: any

Defined in: type/AgentConversationCreateMessageInput.ts:10

Metadata to send to the agent via webhook in a field named requestMetadata


type

type: string

Defined in: type/AgentConversationCreateMessageInput.ts:12

Type of interaction. Must match one of the agent's configured types.