ConversationResponseType
extends Type
in package
Defines a single conversation.
Table of Contents
Properties
- $CanDelete : bool
- Indicates whether the conversation can be deleted.
- $ConversationId : ItemIdType
- Contains the identifier of the conversation.
- $ConversationNodes : ArrayOfConversationNodesType
- Specifies a collection of conversation nodes.
- $SyncState : string
- Specifies the synchronization state of a conversation.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$CanDelete
Indicates whether the conversation can be deleted.
public
bool
$CanDelete
Tags
$ConversationId
Contains the identifier of the conversation.
public
ItemIdType
$ConversationId
Tags
$ConversationNodes
Specifies a collection of conversation nodes.
public
ArrayOfConversationNodesType
$ConversationNodes
Tags
$SyncState
Specifies the synchronization state of a conversation.
public
string
$SyncState
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed