ExtendedMediaInputTrait.AvailableInput

class ExtendedMediaInputTrait.AvailableInput

Available-input definitions.

Summary

Public constructors

Creates the AvailableInput class.

Public properties

String

Unique key for the input.

List<ExtendedMediaInputTrait.InputNames>

List of names for the input for all available languages.

Public constructors

AvailableInput

AvailableInput(
    key: String = "",
    names: List<ExtendedMediaInputTrait.InputNames> = emptyList()
)

Creates the AvailableInput class.

Public properties

key

val keyString

Unique key for the input. The key should not be exposed to users in speech or response.

names

val namesList<ExtendedMediaInputTrait.InputNames>

List of names for the input for all available languages.