fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 3affd82c6d - Show all commits

View file

@ -246,7 +246,7 @@ export class WebAutomationServices {
/**
* Clicks on an element in a web page.
*
* @example CLICK page,"#idElement"
* @example CLICK "#idElement"
*/
public async click({ pid, handle, frameOrSelector, selector }) {
const page = WebAutomationServices.getPageByHandle(handle);

View file

@ -328,7 +328,6 @@ class GBUIApp extends React.Component {
}}
locale={'pt-br'}
directLine={this.state.line}
styleOptions={(markdownRespectCRLF = true)}
webSpeechPonyfillFactory={window.WebChat.createCognitiveServicesSpeechServicesPonyfillFactory({
credentials: { authorizationToken: token, region: 'westus' }
})}