Alexa Auto SDK  2.0.0
Public Attributes | List of all members
com.amazon.aace.alexa.AlexaClient.DialogState Enum Reference

Public Attributes

 IDLE
 
 LISTENING
 
 EXPECTING
 
 THINKING
 
 SPEAKING
 

Detailed Description

Describes the state of Alexa dialog interaction

Member Data Documentation

◆ IDLE

com.amazon.aace.alexa.AlexaClient.DialogState.IDLE

Alexa is idle and ready for an interaction.

◆ LISTENING

com.amazon.aace.alexa.AlexaClient.DialogState.LISTENING

Alexa is currently listening.

◆ EXPECTING

com.amazon.aace.alexa.AlexaClient.DialogState.EXPECTING

Alexa is currently expecting a response from the user.

◆ THINKING

com.amazon.aace.alexa.AlexaClient.DialogState.THINKING

A user request has completed, and no more user input is being accepted. Alexa is waiting for a response from AVS.

◆ SPEAKING

com.amazon.aace.alexa.AlexaClient.DialogState.SPEAKING

Alexa is responding to a request with speech.


Alexa Auto SDK 2.0.0 - Copyright 2017-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0