3.1.4.3.4.1 ConversationNodeSortOrder
The ConversationNodeSortOrder simple type specifies how conversation nodes are ordered in the response.<35>
-
<xs:simpleType name="ConversationNodeSortOrder"> <xs:restriction base="xs:string"> <xs:enumeration value="TreeOrderAscending"/> <xs:enumeration value="TreeOrderDescending"/> <xs:enumeration value="DateOrderAscending"/> <xs:enumeration value="DateOrderDescending"/> </xs:restriction> </xs:simpleType>
The following table lists the values that are defined by the ConversationNodeSortOrder simple type.
Value |
Description |
---|---|
TreeOrderAscending |
Specifies that the conversation node sort order is ascending based on the position in the node tree. |
TreeOrderDescending |
Specifies that the conversation node sort order is descending based on the position in the node tree. |
DateOrderAscending |
Specifies that the conversation node sort order is ascending based on the last date in the node tree. |
DateOrderDescending |
Specifies that the conversation node sort order is descending based on the last date in the node tree. |