Guava.Commands.SetLanguageMode (Guava v0.34.0)

Copy Markdown View Source

Set the primary and secondary spoken languages.

Summary

Types

t()

@type t() :: %Guava.Commands.SetLanguageMode{
  command_type: String.t(),
  primary: String.t(),
  secondary: [String.t()]
}