AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Classes | |
class | InterruptModelTest |
Typedefs | |
using | JSONStream = std::vector< std::shared_ptr< std::istream > > |
Alias for JSON stream type used in ConfigurationNode initialization. More... | |
Functions | |
TEST_F (InterruptModelTest, test_emptyConfiguration) | |
TEST_F (InterruptModelTest, test_NonExistentChannelConfigReturnsUndefined) | |
TEST_F (InterruptModelTest, test_MissingContentTypeKeyReturnsUndefined) | |
TEST_F (InterruptModelTest, test_MissingMixingBehaviorKeyReturnsUndefined) | |
TEST_F (InterruptModelTest, test_MissingConfigReturnsUndefined) | |
TEST_F (InterruptModelTest, test_MissingIncomingChannelKeyReturnsUndefined) | |
TEST_F (InterruptModelTest, test_UnspecifiedMixingBehaviorKeyReturnsUndefined) | |
TEST_F (InterruptModelTest, test_UnspecifiedIncomingMixingBehaviorReturnsUndefined) | |
TEST_F (InterruptModelTest, test_InvalidIncomingMixingBehaviorReturnsUndefined) | |
Variables | |
static const std::string | CONTENT_CHANNEL = "Content" |
static const std::string | DIALOG_CHANNEL = "Dialog" |
static const std::string | ALERT_CHANNEL = "Alert" |
static const ContentType | MIXABLE_CONTENT_TYPE = ContentType::MIXABLE |
static const ContentType | NONMIXABLE_CONTENT_TYPE = ContentType::NONMIXABLE |
static const ContentType | INVALID_CONTENT_TYPE = ContentType::NUM_CONTENT_TYPE |
static const std::string | INTERRUPT_MODEL_KEY = "interruptModel" |
static const std::string | INVALID_CONFIG_KEY = "invalidkey" |
static const std::string | NONEXISTENT_CHANNEL = "mysteryChannel" |
static const std::string | VIRTUAL_CHANNEL1 = "VirtualChannel1" |
static const std::string | VIRTUAL_CHANNEL2 = "VirtualChannel2" |
static const std::string | CONTENT_TYPE_KEY = "contentType" |
static const std::string | CONFIG_JSON |
using alexaClientSDK::afml::interruptModel::test::JSONStream = typedef std::vector<std::shared_ptr<std::istream> > |
Alias for JSON stream type used in ConfigurationNode
initialization.
alexaClientSDK::afml::interruptModel::test::TEST_F | ( | InterruptModelTest | , |
test_emptyConfiguration | |||
) |
alexaClientSDK::afml::interruptModel::test::TEST_F | ( | InterruptModelTest | , |
test_NonExistentChannelConfigReturnsUndefined | |||
) |
alexaClientSDK::afml::interruptModel::test::TEST_F | ( | InterruptModelTest | , |
test_MissingContentTypeKeyReturnsUndefined | |||
) |
alexaClientSDK::afml::interruptModel::test::TEST_F | ( | InterruptModelTest | , |
test_MissingMixingBehaviorKeyReturnsUndefined | |||
) |
alexaClientSDK::afml::interruptModel::test::TEST_F | ( | InterruptModelTest | , |
test_MissingConfigReturnsUndefined | |||
) |
alexaClientSDK::afml::interruptModel::test::TEST_F | ( | InterruptModelTest | , |
test_MissingIncomingChannelKeyReturnsUndefined | |||
) |
alexaClientSDK::afml::interruptModel::test::TEST_F | ( | InterruptModelTest | , |
test_UnspecifiedMixingBehaviorKeyReturnsUndefined | |||
) |
alexaClientSDK::afml::interruptModel::test::TEST_F | ( | InterruptModelTest | , |
test_UnspecifiedIncomingMixingBehaviorReturnsUndefined | |||
) |
alexaClientSDK::afml::interruptModel::test::TEST_F | ( | InterruptModelTest | , |
test_InvalidIncomingMixingBehaviorReturnsUndefined | |||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0