![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <InteractionManagerHandlerInterface.h>
Public Member Functions | |
virtual | ~InteractionManagerHandlerInterface ()=default |
virtual void | recognizeSpeechRequest (const std::string &message)=0 |
virtual void | navigationEvent (const std::string &message)=0 |
virtual void | guiActivityEvent (const std::string &message)=0 |
This contract handles the user interaction events coming from client.
|
virtualdefault |
Destructor.
|
pure virtual |
Handle GUI activity event message.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.
|
pure virtual |
Handle event the navigation event.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.
|
pure virtual |
Open or close the microphone to start an Alexa interaction via the SpeechRecognizer.Recognize event.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0