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.
|
MessageRequest |
getRequest()
Gets the request.
|
String |
getRequestTimestamp()
Gets the requestTimestamp.
|
MessageResponse |
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 MessageRequest getRequest()
A stateful message request formatted for the Watson Assistant service.
public MessageResponse getResponse()
A response from the Watson 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 © 2023 IBM Cloud. All rights reserved.