Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatResponse

Hierarchy

  • ChatResponse

Index

Properties

Properties

response: { message: string; messageId: string }

The chat response with persona model.

Type declaration

  • message: string

    The message answered by persona Model.

  • messageId: string

    The ID of message.

Generated using TypeDoc