VoiceHubConstants.cs 430 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) Meta Platforms, Inc. and affiliates.
  3. * All rights reserved.
  4. *
  5. * This source code is licensed under the license found in the
  6. * LICENSE file in the root directory of this source tree.
  7. */
  8. namespace Meta.Voice.VSDKHub
  9. {
  10. public class VoiceHubConstants
  11. {
  12. public const string CONTEXT_VOICE = "Voice SDK";
  13. public static string PAGE_WIT_CONFIGS = "Wit Configurations";
  14. }
  15. }