Invoke Domain Query¶
Definition¶
<invoke_domain_query type="wh_question" predicate="p"/>
Calls for an query to be sent to the domain. Currently only works for unary propositions.
Attribute | Type | Description |
---|---|---|
predicate | string | Required if type="wh_question". This attribute specifies the predicate of the question sent to the domain. |
Parents¶
Children¶
None
Behaviour¶
An
Examples¶
Invoke domain query for getting the price of a trip.¶
<invoke_domain_query type="wh_question" predicate="price"/>
Last update: April 25, 2022