C# Класс BuildIt.CognitiveServices.Models.UsageEventInfo

Information describing a usage event
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
UsageEventInfo ( ) : System.Linq

Initializes a new instance of the UsageEventInfo class.

UsageEventInfo ( string eventType = default(string), string itemId = default(string), string timestamp = default(string), int count = default(int?), double unitPrice = default(double?) ) : System.Linq

Initializes a new instance of the UsageEventInfo class.

Описание методов

UsageEventInfo() публичный Метод

Initializes a new instance of the UsageEventInfo class.
public UsageEventInfo ( ) : System.Linq
Результат System.Linq

UsageEventInfo() публичный Метод

Initializes a new instance of the UsageEventInfo class.
public UsageEventInfo ( string eventType = default(string), string itemId = default(string), string timestamp = default(string), int count = default(int?), double unitPrice = default(double?) ) : System.Linq
eventType string The type of the event. Possible values /// include: 'Click', 'RecommendationClick', 'AddShopCart', /// 'RemoveShopCart', 'Purchase'
itemId string The id of the item in context
timestamp string The time of the event
count int The number of items
unitPrice double The price of the item in context
Результат System.Linq