ExtendedApplicationLauncherTrait.AvailableApplication

class ExtendedApplicationLauncherTrait.AvailableApplication


Represents an application that users of this device can interact with.

Summary

Public constructors

Creates the AvailableApplication class.

Public properties

String

Unique key for the application which is not exposed to users in speech or response.

List<ExtendedApplicationLauncherTrait.ApplicationNames>

Application's names and language-specific synonyms.

Public constructors

AvailableApplication

AvailableApplication(
    key: String = "",
    names: List<ExtendedApplicationLauncherTrait.ApplicationNames> = emptyList()
)

Creates the AvailableApplication class.

Public properties

key

val keyString

Unique key for the application which is not exposed to users in speech or response.

names

val namesList<ExtendedApplicationLauncherTrait.ApplicationNames>

Application's names and language-specific synonyms.