Skip to content

Commit

Permalink
[No-Jira-AutoGen-Commit-Do-Not-build]-scripting_build
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Mar 25, 2024
1 parent 38bbb49 commit 95dbc85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/ArchLanguage.html
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,8 @@ <h4 class="name" id="getDefaultTtsEngine">

<div class="description">
<p>Returns the default text to speech engine that is available for this language. If this language does not have a default
text to speech engine, nothing is returned.</p>
text to speech engine, nothing is returned. Remember that a default TTS engine may not always be available for a given
flow type.</p>
</div>


Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ <h1><a href="index.html" class="link">Architect Scripting</a></h1>

<section>
<article class="readme"><h2>Change Log</h2>
<h1>0.44.3</h1>
<h4>Bug Fixes</h4>
<ul>
<li>We fixed an issue where <a href="ArchBaseFlowBotWithKnowledge.html#botFlowSettings"><code>ArchBaseFlowBotWithKnowledge#botFlowSettings</code></a> would return undefined unless the Knowledge functionality is available in a Genesys Cloud organization.</li>
</ul>
<h1>0.44.2</h1>
<h4>Bug Fixes</h4>
<ul>
Expand Down
3 changes: 2 additions & 1 deletion docs/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,8 @@ export class ArchLanguage extends ArchBaseCoreObject {
getTtsEnginesForFlowType(flowType: string): ArchTtsEngine[];
/**
* Returns the default text to speech engine that is available for this language. If this language does not have a default
* text to speech engine, nothing is returned.
* text to speech engine, nothing is returned. Remember that a default TTS engine may not always be available for a given
* flow type.
*/
getDefaultTtsEngine(): ArchTtsEngine;
/**
Expand Down

0 comments on commit 95dbc85

Please sign in to comment.