Interface: AgentMessageCreateInput
Defined in: type/AgentMessageCreateInput.ts:4
Input object for AgentMessageCreateInput
Properties
agentId
agentId:
string
Defined in: type/AgentMessageCreateInput.ts:6
Unique identifier of the agent handling the conversation.
conversationId
conversationId:
string
Defined in: type/AgentMessageCreateInput.ts:14
Conversation ID. Sent in webhook request in a field named conversationId.
requestMessage
requestMessage:
string
Defined in: type/AgentMessageCreateInput.ts:8
Message to send to the agent via webhook in a field named requestMessage.
requestMetadata?
optionalrequestMetadata?:any
Defined in: type/AgentMessageCreateInput.ts:10
Metadata to send to the agent via webhook in a field named requestMetadata
type
type:
string
Defined in: type/AgentMessageCreateInput.ts:12
Type of interaction. Must match one of the agent's configured types.