id

The id element tells the AIML interpreter that it should
substitute the user ID. The determination of the user ID is not specified,
since it will vary by application. A suggested default return value is
"localhost".

Element Information

Model

Source

<xs:element name="id">
  <xs:annotation>
    <xs:documentation>The id element tells the AIML interpreter that it should substitute the user ID. The determination of the user ID is not specified, since it will vary by application. A suggested default return value is "localhost".</xs:documentation>
  </xs:annotation>
</xs:element>

Sample

< get name = "name" />

is your name.

< id/>

is your IP address. What else would you like to know?