From 95dbc852d4274732de9172f48ceab3a539a062aa Mon Sep 17 00:00:00 2001 From: PureCloud Jenkins Date: Mon, 25 Mar 2024 13:23:38 +0000 Subject: [PATCH] [No-Jira-AutoGen-Commit-Do-Not-build]-scripting_build --- docs/ArchLanguage.html | 3 ++- docs/changelog.html | 5 +++++ docs/types.d.ts | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/ArchLanguage.html b/docs/ArchLanguage.html index 4d25ca4f..f3ada424 100644 --- a/docs/ArchLanguage.html +++ b/docs/ArchLanguage.html @@ -1820,7 +1820,8 @@

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.

diff --git a/docs/changelog.html b/docs/changelog.html index e333aa6a..3703fe55 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -60,6 +60,11 @@

Architect Scripting

Change Log

+

0.44.3

+

Bug Fixes

+

0.44.2

Bug Fixes

    diff --git a/docs/types.d.ts b/docs/types.d.ts index 5f063a38..18a75842 100644 --- a/docs/types.d.ts +++ b/docs/types.d.ts @@ -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; /**