OutputMessage: {
    meta?: Record<string, any>;
    text: string;
    type: "bot" | "activity";
}

Type declaration

  • Optional meta?: Record<string, any>
  • text: string
  • type: "bot" | "activity"

Generated using TypeDoc