public class Log
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getAssistantId()
Gets the assistantId.
|
String |
getCustomerId()
Gets the customerId.
|
String |
getLanguage()
Gets the language.
|
String |
getLogId()
Gets the logId.
|
LogRequest |
getRequest()
Gets the request.
|
String |
getRequestTimestamp()
Gets the requestTimestamp.
|
LogResponse |
getResponse()
Gets the response.
|
String |
getResponseTimestamp()
Gets the responseTimestamp.
|
String |
getSessionId()
Gets the sessionId.
|
String |
getSkillId()
Gets the skillId.
|
String |
getSnapshot()
Gets the snapshot.
|
public String getLogId()
A unique identifier for the logged event.
public LogRequest getRequest()
A message request formatted for the watsonx Assistant service.
public LogResponse getResponse()
A response from the watsonx Assistant service.
public String getAssistantId()
Unique identifier of the assistant.
public String getSessionId()
The ID of the session the message was part of.
public String getSkillId()
The unique identifier of the skill that responded to the message.
public String getSnapshot()
The name of the snapshot (dialog skill version) that responded to the message (for example, `draft`).
public String getRequestTimestamp()
The timestamp for receipt of the message.
public String getResponseTimestamp()
The timestamp for the system response to the message.
public String getLanguage()
The language of the assistant to which the message request was made.
public String getCustomerId()
The customer ID specified for the message, if any.
Copyright © 2024 IBM Cloud. All rights reserved.