dialogflow-angular5 icon indicating copy to clipboard operation
dialogflow-angular5 copied to clipboard

💬 Bot in Angular 5 & DialogFlow

Results 5 dialogflow-angular5 issues
Sort by recently updated
recently updated
newest added

The Further help is missing, Can you republish the post please?

This below code is not working. Please look into it. private scrollToBottom(): void { try { this.chatList.nativeElement.scrollTop = this.chatList.nativeElement.scrollHeight; } catch (err) { console.log('Could not find the "chatList" element.'); }...

like voice typing ad auto scroll when a message sent or receive

i notice in this file : src/master/src/app/services/dialogflow.service.ts line 19. public getResponse(query: string){ let data = { query : query, lang: 'en', sessionId: '12345' } how to change this variable into...

I am getting below error while running ng serve Local workspace file ('angular.json') could not be found.