in src/js/server/dialogflow.ts [43:50]
constructor() {
this.languageCode = 'en-US';
this.projectId = process.env.PROJECT_ID;
this.encoding = 'AUDIO_ENCODING_LINEAR_16';
this.singleUtterance = true;
this.isInitialRequest = true;
this.detectStreamCall = null;
}