File size: 190 Bytes
d2e049e
 
 
 
 
3927930
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
export interface IFeedbackRequestBody {
  messageId?: string;
  thumbup?: boolean;
  feedback?: string;
}

export interface IAskRequestBody {
  questionkb_ids: string;
  kb_ids: string[];
}