Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 2.34 KB

File metadata and controls

31 lines (26 loc) · 2.34 KB

com.ultracart.admin.v2.Model.ConversationVirtualAgentCapabilities

Properties

Name Type Description Notes
AccessCustomCollections bool Permission flag to allow this Agent to search the merchant's custom Typesense collections. [optional]
AccessStorefrontAndItem bool Permission flag to allow this Agent access to the storefront and item information. [optional]
CancelSubscription bool [optional]
CustomCollectionOids List<int> The custom collections this Agent is allowed to search. Empty means none, even when access_custom_collections is true. [optional]
CustomCollections List<ConversationVirtualAgentCapabilityCustomCollection> Read only. All of the merchant's custom collections, to populate the selection list for custom_collection_oids. Changes here are ignored. [optional]
DelaySubscription bool [optional]
GenerateCoupon bool Permission flag to allow this Agent to generate coupons based upon the agent prompt instructions [optional]
LookupOrderInformation bool [optional]
LookupSubscriptionInformation bool [optional]
OpenSupportTicket bool [optional]
OpenSupportTicketChannel string Channel to use to open the support ticket [optional]
OpenSupportTicketChannelEmail string Email to send support ticket to [optional]
OpenSupportTicketZohoDeskDepartmentId string Department ID to open a Zoho Desk ticket for [optional]
PauseSubscription bool [optional]
ResumeSubscription bool [optional]
TransferChatToLiveAgent bool [optional]
UpdateSubscriptionCreditCard bool [optional]
ZohoDeskAvailable bool True if Zoho Desk is connected to UltraCart [optional]
ZohoDeskDepartments List<ConversationVirtualAgentCapabilityZohoDeskDepartment> Array of Zoho Desk Department if zoho desk is connected to UltraCart [optional]

[Back to Model list] [Back to API list] [Back to README]