Interface MessageContextGlobalSystem.Locale
- Enclosing class:
- MessageContextGlobalSystem
public static interface MessageContextGlobalSystem.Locale
The language code for localization in the user input. The specified locale overrides the
default for the assistant, and is used for interpreting entity values in user input such as
date values. For example, `04/03/2018` might be interpreted either as April 3 or March 4,
depending on the locale.
This property is included only if the new system entities are enabled for the skill.
-
Field Summary
Fields Modifier and Type Field Description static String
AR_AR
ar-ar.static String
CS_CZ
cs-cz.static String
DE_DE
de-de.static String
EN_CA
en-ca.static String
EN_GB
en-gb.static String
EN_US
en-us.static String
ES_ES
es-es.static String
FR_FR
fr-fr.static String
IT_IT
it-it.static String
JA_JP
ja-jp.static String
KO_KR
ko-kr.static String
NL_NL
nl-nl.static String
PT_BR
pt-br.static String
ZH_CN
zh-cn.static String
ZH_TW
zh-tw.
-
Field Details
-
EN_US
en-us.- See Also:
- Constant Field Values
-
EN_CA
en-ca.- See Also:
- Constant Field Values
-
EN_GB
en-gb.- See Also:
- Constant Field Values
-
AR_AR
ar-ar.- See Also:
- Constant Field Values
-
CS_CZ
cs-cz.- See Also:
- Constant Field Values
-
DE_DE
de-de.- See Also:
- Constant Field Values
-
ES_ES
es-es.- See Also:
- Constant Field Values
-
FR_FR
fr-fr.- See Also:
- Constant Field Values
-
IT_IT
it-it.- See Also:
- Constant Field Values
-
JA_JP
ja-jp.- See Also:
- Constant Field Values
-
KO_KR
ko-kr.- See Also:
- Constant Field Values
-
NL_NL
nl-nl.- See Also:
- Constant Field Values
-
PT_BR
pt-br.- See Also:
- Constant Field Values
-
ZH_CN
zh-cn.- See Also:
- Constant Field Values
-
ZH_TW
zh-tw.- See Also:
- Constant Field Values
-