public class Log
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getLanguage()
Gets the language.
|
String |
getLogId()
Gets the logId.
|
MessageRequest |
getRequest()
Gets the request.
|
String |
getRequestTimestamp()
Gets the requestTimestamp.
|
MessageResponse |
getResponse()
Gets the response.
|
String |
getResponseTimestamp()
Gets the responseTimestamp.
|
String |
getWorkspaceId()
Gets the workspaceId.
|
public MessageRequest getRequest()
A request sent to the workspace, including the user input and context.
public MessageResponse getResponse()
The response sent by the workspace, including the output text, detected intents and entities, and context.
public String getLogId()
A unique identifier for the logged event.
public String getRequestTimestamp()
The timestamp for receipt of the message.
public String getResponseTimestamp()
The timestamp for the system response to the message.
public String getWorkspaceId()
The unique identifier of the workspace where the request was made.
public String getLanguage()
The language of the workspace where the message request was made.
Copyright © 2023 IBM Cloud. All rights reserved.