Constructors
constructor
- new AIChat(header): AIChat
Properties
apiHeader
Methods
getUtter
- getUtter(auxInfo?, sentence?): Promise<{
nextQuestions: {
ansId: number;
text: string;
}[];
sentence: string;
}> Parameters
Optional
auxInfo: IAuxInfo
Optional
sentence: string
Returns Promise<{
nextQuestions: {
ansId: number;
text: string;
}[];
sentence: string;
}>
AIChat智能对话