GuidanceAnnouncement

fun GuidanceAnnouncement(    id: UniqueId = UniqueId(),     language: String,     message: String,     messagePhonetics: Phonetics? = null,     announcementType: AnnouncementType)

Parameters

id

The ID of the announcement.

language

The language of the message as an IETF language tag, i.e., a dash-separated two-letter ISO-639 language code, and a two-letter ISO 3166 country code. Example: "en-US"

message

A verbal message for the maneuver.

messagePhonetics

Phonetic strings of all of the readable Instruction properties.

announcementType

type of the announcement.