3.1.4.1.3.4 NonEmptyArrayOfApplyConversationAction
The NonEmptyArrayOfApplyConversationActionType complex type specifies an array of actions to be applied to one or more conversations.
-
<xs:complexType name="NonEmptyArrayOfApplyConversationActionType"> <xs:sequence> <xs:element name="ConversationAction" type="t:ConversationActionType" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>
The following table lists and describes the child elements of the ConversationType complex type.
Element |
Type |
Description |
---|---|---|
ConversationAction |
t:ConversationActionType (section 3.1.4.1.3.3) |
Specifies a single conversation action. At least one instance of this element MUST be present. |