You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
}
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 unique value ?