@@ -1469,7 +1469,7 @@ def create_value(self,
14691469 - It must be no longer than 64 characters.
14701470 :param list[str] patterns: An array of patterns for the entity value. You can
14711471 provide either synonyms or patterns (as indicated by **type**), but not both. A
1472- pattern is a regular expression no longer than 128 characters. For more
1472+ pattern is a regular expression no longer than 512 characters. For more
14731473 information about how to specify a pattern, see the
14741474 [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
14751475 :param str value_type: Specifies the type of value.
@@ -1688,7 +1688,7 @@ def update_value(self,
16881688 - It must be no longer than 64 characters.
16891689 :param list[str] new_patterns: An array of patterns for the entity value. You can
16901690 provide either synonyms or patterns (as indicated by **type**), but not both. A
1691- pattern is a regular expression no longer than 128 characters. For more
1691+ pattern is a regular expression no longer than 512 characters. For more
16921692 information about how to specify a pattern, see the
16931693 [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
16941694 :param dict headers: A `dict` containing the request headers
@@ -3257,7 +3257,7 @@ class CreateValue(object):
32573257 - It must be no longer than 64 characters.
32583258 :attr list[str] patterns: (optional) An array of patterns for the entity value. You
32593259 can provide either synonyms or patterns (as indicated by **type**), but not both. A
3260- pattern is a regular expression no longer than 128 characters. For more information
3260+ pattern is a regular expression no longer than 512 characters. For more information
32613261 about how to specify a pattern, see the
32623262 [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
32633263 :attr str value_type: (optional) Specifies the type of value.
@@ -3286,7 +3286,7 @@ def __init__(self,
32863286 - It must be no longer than 64 characters.
32873287 :param list[str] patterns: (optional) An array of patterns for the entity value.
32883288 You can provide either synonyms or patterns (as indicated by **type**), but not
3289- both. A pattern is a regular expression no longer than 128 characters. For more
3289+ both. A pattern is a regular expression no longer than 512 characters. For more
32903290 information about how to specify a pattern, see the
32913291 [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
32923292 :param str value_type: (optional) Specifies the type of value.
0 commit comments