Response from an agent in a test chat.

Example Usage

import { TestMessageResponse } from "syllable-sdk/models/components";

let value: TestMessageResponse = {
  testId: "<id>",
  agentId: "<id>",
};

Fields

FieldTypeRequiredDescription
testIdstringTRUEChannel-manager-side ID of the session (see Session.channel_manager_sid)
agentIdstringTRUEID of the agent with which the chat is taking place
textstringFALSEThe text of the message that elicited the response
responsecomponents.ResponseFALSEN/A
responseTextstringFALSEThe text of the response