AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <ConnectionRetryTrigger.h>
Static Public Member Functions | |
static std::shared_ptr< ConnectionRetryTrigger > | create (std::shared_ptr< avsCommon::sdkInterfaces::AVSConnectionManagerInterface > connectionManager, std::shared_ptr< capabilityAgents::aip::AudioInputProcessor > audioInputProcessor) |
Static Public Member Functions inherited from alexaClientSDK::avsCommon::sdkInterfaces::AudioInputProcessorObserverInterface | |
static std::string | stateToString (State state) |
Additional Inherited Members | |
Public Types inherited from alexaClientSDK::avsCommon::sdkInterfaces::AudioInputProcessorObserverInterface | |
enum | State { State::IDLE, State::EXPECTING_SPEECH, State::RECOGNIZING, State::BUSY } |
The different states the AudioInputProcessor can be in. More... | |
Public Member Functions inherited from alexaClientSDK::avsCommon::sdkInterfaces::AudioInputProcessorObserverInterface | |
virtual | ~AudioInputProcessorObserverInterface ()=default |
Destructor. More... | |
virtual void | onStateChanged (State state)=0 |
virtual void | onASRProfileChanged (const std::string &profile) |
Class used to wake up connection retries when the user tries to use the client.
|
static |
Create a new ConnectionRetryTrigger.
connectionManager | The AVSConnectionManager instance to wake. |
audioInputProcessor | The AudioInputProcessor to listen to. |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0