AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
InteractionModelCapabilityAgent.cpp File Reference
#include "acsdkInteractionModel/InteractionModelCapabilityAgent.h"
#include <AVSCommon/AVS/NamespaceAndName.h>
#include <AVSCommon/Utils/JSON/JSONUtils.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <rapidjson/document.h>
#include <rapidjson/error/en.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
Include dependency graph for InteractionModelCapabilityAgent.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::acsdkInteractionModel
 

Macros

#define LX(event)   logger::LogEntry(TAG, event)
 

Functions

static std::shared_ptr< CapabilityConfiguration > alexaClientSDK::acsdkInteractionModel::getInteractionModelCapabilityConfiguration ()
 

Variables

static const std::string alexaClientSDK::acsdkInteractionModel::TAG {"InteractionModel"}
 String to identify log entries originating from this file. More...
 
static const std::string alexaClientSDK::acsdkInteractionModel::NAMESPACE = "InteractionModel"
 The namespace for this capability agent. More...
 
static const NamespaceAndName alexaClientSDK::acsdkInteractionModel::NEW_DIALOG_REQUEST {NAMESPACE, "NewDialogRequest"}
 The NewDialogRequest directive signature. More...
 
static const NamespaceAndName alexaClientSDK::acsdkInteractionModel::REQUEST_PROCESS_STARTED {NAMESPACE, "RequestProcessingStarted"}
 The RequestProcessingStarted (RPS) directive signature. More...
 
static const NamespaceAndName alexaClientSDK::acsdkInteractionModel::REQUEST_PROCESS_COMPLETED {NAMESPACE, "RequestProcessingCompleted"}
 The RequestProcessingCompleted (RPC) directive signature. More...
 
static const std::string alexaClientSDK::acsdkInteractionModel::INTERACTION_MODEL_CAPABILITY_INTERFACE_TYPE = "AlexaInterface"
 
static const std::string alexaClientSDK::acsdkInteractionModel::INTERACTION_MODEL_CAPABILITY_INTERFACE_NAME = "InteractionModel"
 Interaction Model interface name. More...
 
static const std::string alexaClientSDK::acsdkInteractionModel::INTERACTION_MODEL_CAPABILITY_INTERFACE_VERSION = "1.2"
 Interaction Model interface version. More...
 
static const std::string alexaClientSDK::acsdkInteractionModel::PAYLOAD_KEY_DIALOG_REQUEST_ID = "dialogRequestId"
 NewDialogRequestID payload key. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
Theevent string for this LogEntry.

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