AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Variables
JsonHeader.h File Reference
#include <string>
Include dependency graph for JsonHeader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const std::string SYNCHRONIZE_STATE_JSON
 This is a basic synchronize JSON message which may be used to initiate a connection with AVS. More...
 

Variable Documentation

◆ SYNCHRONIZE_STATE_JSON

const std::string SYNCHRONIZE_STATE_JSON
static
Initial value:
=
"{"
"\"context\":[{"
"\"header\":{"
"\"name\":\"SpeechState\","
"\"namespace\":\"SpeechSynthesizer\""
"},"
"\"payload\":{"
"\"playerActivity\":\"FINISHED\","
"\"offsetInMilliseconds\":0,"
"\"token\":\"\""
"}"
"}],"
"\"event\":{"
"\"header\":{"
"\"messageId\":\"00000000-0000-0000-0000-000000000000\","
"\"name\":\"SynchronizeState\","
"\"namespace\":\"System\""
"},"
"\"payload\":{"
"}"
"}"
"}"

This is a basic synchronize JSON message which may be used to initiate a connection with AVS.

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0