AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <Metrics.h>
Public Types | |
enum | Location { ADSL_ENQUEUE, ADSL_DEQUEUE, SPEECH_SYNTHESIZER_RECEIVE, AIP_RECEIVE, AIP_SEND, BUILDING_MESSAGE } |
Static Public Member Functions | |
static logger::LogEntry & | d (alexaClientSDK::avsCommon::utils::logger::LogEntry &logEntry, const std::string &name, const std::string &messageId, const std::string &dialogRequestId, Location location) |
static logger::LogEntry & | d (alexaClientSDK::avsCommon::utils::logger::LogEntry &logEntry, const std::shared_ptr< alexaClientSDK::avsCommon::avs::AVSMessage > msg, Location location) |
|
static |
Add Metric
related info to a LogEntry
logEntry | The LogEntry object to add the metric info. |
name | Event/ . |
messageId | The message ID. |
dialogRequestId | The dialog request ID of the message |
location | The location in which the log was issued. |
LogEntry
with the metric info added.
|
static |
Add metric related info to a LogEntry
logEntry | The LogEntry object to add the metric info. |
msg | The AVSMessage related to this metric |
location | The location in which the log was issued. |
LogEntry
with the metric info added. AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0