Watson Developer Cloud .NET Standard SDK  4.5.0
The .NET SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.Assistant.v1.Model.Log Class Reference

Log. More...

Properties

MessageRequest Request [get, set]
 A request sent to the workspace, including the user input and context. More...
 
MessageResponse Response [get, set]
 The response sent by the workspace, including the output text, detected intents and entities, and context. More...
 
string LogId [get, set]
 A unique identifier for the logged event. More...
 
string RequestTimestamp [get, set]
 The timestamp for receipt of the message. More...
 
string ResponseTimestamp [get, set]
 The timestamp for the system response to the message. More...
 
string WorkspaceId [get, set]
 The unique identifier of the workspace where the request was made. More...
 
string Language [get, set]
 The language of the workspace where the message request was made. More...
 

Detailed Description

Log.

Property Documentation

◆ Language

string IBM.Watson.Assistant.v1.Model.Log.Language
getset

The language of the workspace where the message request was made.

◆ LogId

string IBM.Watson.Assistant.v1.Model.Log.LogId
getset

A unique identifier for the logged event.

◆ Request

MessageRequest IBM.Watson.Assistant.v1.Model.Log.Request
getset

A request sent to the workspace, including the user input and context.

◆ RequestTimestamp

string IBM.Watson.Assistant.v1.Model.Log.RequestTimestamp
getset

The timestamp for receipt of the message.

◆ Response

MessageResponse IBM.Watson.Assistant.v1.Model.Log.Response
getset

The response sent by the workspace, including the output text, detected intents and entities, and context.

◆ ResponseTimestamp

string IBM.Watson.Assistant.v1.Model.Log.ResponseTimestamp
getset

The timestamp for the system response to the message.

◆ WorkspaceId

string IBM.Watson.Assistant.v1.Model.Log.WorkspaceId
getset

The unique identifier of the workspace where the request was made.


The documentation for this class was generated from the following file: