String
String
Array.<TTSChunk>
Array.<String>
LifecycleConfigurationUpdate
LifecycleConfigurationUpdate
LifecycleConfigurationUpdate
LifecycleConfigurationUpdate
Stores information about an SDL application's configuration
String
Get the app name.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: String
- The app name.
String
Get the short app name.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: String
- The short app name.
Array.<TTSChunk>
Get the TTS names.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: Array.<TTSChunk>
- An array of TTSChunk structs.
Array.<String>
Get the VR Synonyms.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: Array.<String>
- An array of strings representing VR Synonyms.
LifecycleConfigurationUpdate
Set the app name.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate
- A reference to this instance to support method chaining.
Param | Type | Description |
---|---|---|
appName | String |
The app name. |
LifecycleConfigurationUpdate
Set the short app name.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate
- A reference to this instance to support method chaining.
Param | Type | Description |
---|---|---|
shortAppName | String |
The short app name. |
LifecycleConfigurationUpdate
Set the TTS Names.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate
- A reference to this instance to support method chaining.
Param | Type | Description |
---|---|---|
ttsName | Array.<TTSChunk> |
An array of TTSChunk structs. |
LifecycleConfigurationUpdate
Set the VR Synonyms.
Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate
- A reference to this instance to support method chaining.
Param | Type | Description |
---|---|---|
vrSynonyms | Array.<String> |
An array of strings representing VR Synonyms. |