# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. class SpeechConstants: """ Defines constants that can be used in the processing of speech interactions. """ EMPTY_SPEAK_TAG = '' """ The xml tag structure to indicate an empty speak tag, to be used in the 'speak' property of an Activity. When set this indicates to the channel that speech should not be generated. """