AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
alexaClientSDK::avsCommon::avs::MessageRequest::EventHeaders Struct Reference

A struct to hold event namespace and name. More...

#include <MessageRequest.h>

Public Member Functions

 EventHeaders (const std::string &eventNamespace, const std::string &eventName)
 
 EventHeaders ()=default
 

Public Attributes

std::string eventNamespace
 The event namespace. More...
 
std::string eventName
 The event name. More...
 

Detailed Description

A struct to hold event namespace and name.

Constructor & Destructor Documentation

◆ EventHeaders() [1/2]

alexaClientSDK::avsCommon::avs::MessageRequest::EventHeaders::EventHeaders ( const std::string &  eventNamespace,
const std::string &  eventName 
)
inline

Constructor.

Parameters
eventNamespaceThe namespace of the event.
eventNameThe name of the event.

◆ EventHeaders() [2/2]

alexaClientSDK::avsCommon::avs::MessageRequest::EventHeaders::EventHeaders ( )
default

Member Data Documentation

◆ eventName

std::string alexaClientSDK::avsCommon::avs::MessageRequest::EventHeaders::eventName

The event name.

◆ eventNamespace

std::string alexaClientSDK::avsCommon::avs::MessageRequest::EventHeaders::eventNamespace

The event namespace.


The documentation for this struct was generated from the following file:

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