The person2 element instructs the AIML interpreter to: 1. replace words with first-person aspect in the result of processing the contents of the person2 element with words with the grammatically-corresponding second-person aspect; and 2. replace words with second-person aspect in the result of processing the contents of the person2 element with words with the grammatically-corresponding first-person aspect. The definition of "grammatically-corresponding" is left up to the implementation. |
<xs:element name="person2" type="MixedTemplateContentContainer"> <xs:annotation> <xs:documentation>The person2 element instructs the AIML interpreter to: 1. replace words with first-person aspect in the result of processing the contents of the person2 element with words with the grammatically-corresponding second-person aspect; and 2. replace words with second-person aspect in the result of processing the contents of the person2 element with words with the grammatically-corresponding first-person aspect. The definition of "grammatically-corresponding" is left up to the implementation.</xs:documentation> </xs:annotation> </xs:element> |