Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnalysisRequest

This is the payload that will be sent to the gateway to enqueue an analysis.

property

{string} content - The message to analyze.

property

{MessageContext} context - The circumstances the message was sent in.

property

{AnalyzerOptions} options - The options to use when analyzing the message.

Hierarchy

  • AnalysisRequest

Index

Properties

content

content: string

Optional messageContext

messageContext?: any

Optional options

options?: AnalyzerOptions

Generated using TypeDoc