Documentation
¶
Index ¶
Constants ¶
View Source
const V1 = "1.0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Header struct {
Namespace Namespace `json:"namespace"`
Name Name `json:"name"`
MessageId string `json:"messageId"`
PayloadVersion string `json:"payloadVersion"`
}
func GetNextItemResponseHeader ¶
func GetNextItemResponseHeader() *Header
func GetPlayableContentResponseHeader ¶
func GetPlayableContentResponseHeader() *Header
func GetPreviousItemResponseHeader ¶
func GetPreviousItemResponseHeader() *Header
func InitiateResponseHeader ¶
func InitiateResponseHeader() *Header
func ReinitiateResponseHeader ¶
func ReinitiateResponseHeader() *Header
type Name ¶
type Name string
const GetNextItem Name = "GetNextItem"
const GetNextItemResponse Name = GetNextItem + ".Response"
const GetPlayableContent Name = "GetPlayableContent"
const GetPlayableContentResponse Name = GetPlayableContent + ".Response"
const GetPreviousItem Name = "GetPreviousItem"
const GetPreviousItemResponse Name = GetPreviousItem + ".Response"
const Initiate Name = "Initiate"
const Reinitiate Name = "Reinitiate"
const ReinitiateResponse Name = Reinitiate + ".Response"
type Namespace ¶
type Namespace string
const AlexaAudioPlayQueue Namespace = "Alexa.Audio.PlayQueue"
const AlexaMediaPlayQueue Namespace = "Alexa.Media.PlayQueue"
const AlexaMediaPlayback Namespace = "Alexa.Media.Playback"
const AlexaMediaSearch Namespace = "Alexa.Media.Search"
const AlexaUserPreference Namespace = "Alexa.UserPreference"
Click to show internal directories.
Click to hide internal directories.