Click or drag to resize

LogExport Class

LogExport.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1LogExport

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class LogExport

The LogExport type exposes the following members.

Constructors
  NameDescription
Public methodLogExport
Initializes a new instance of the LogExport class
Top
Properties
  NameDescription
Public propertyLanguage
The language of the workspace where the message request was made.
Public propertyLogId
A unique identifier for the logged event.
Public propertyRequest
A request received by the workspace, including the user input and context.
Public propertyRequestTimestamp
The timestamp for receipt of the message.
Public propertyResponse
The response sent by the workspace, including the output text, detected intents and entities, and context.
Public propertyResponseTimestamp
The timestamp for the system response to the message.
Public propertyWorkspaceId
The unique identifier of the workspace where the request was made.
Top
See Also