Get Custom Entity Type
glue_get_custom_entity_type | R Documentation |
Retrieves the details of a custom pattern by specifying its name¶
Description¶
Retrieves the details of a custom pattern by specifying its name.
Usage¶
glue_get_custom_entity_type(Name)
Arguments¶
Name |
[required] The name of the custom pattern that you want to retrieve. |
Value¶
A list with the following syntax:
list(
Name = "string",
RegexString = "string",
ContextWords = list(
"string"
)
)
Request syntax¶
svc$get_custom_entity_type(
Name = "string"
)