3.1.4.2.3.1 ArrayOfConversationsType
The ArrayOfConversationsType complex type specifies an array of conversations that are returned in the response.
-
<xs:complexType name="ArrayOfConversationsType"> <xs:choice minOccurs="0" maxOccurs="unbounded" > <xs:element name="Conversation" type="t:ConversationType" /> </xs:choice> </xs:complexType>
The following table lists and describes the child element of the ArrayOfConversationsType complex type.
Element |
Type |
Description |
---|---|---|
Conversation |
t:ConversationType (section 3.1.4.2.3.4) |
Specifies a single conversation. |