Class MessageOutputDebug
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.MessageOutputDebug
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class MessageOutputDebug
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Additional detailed information about a message response and how it was generated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMessageOutputDebug.BranchExitedReasonWhen `branch_exited` is set to `true` by the Assistant, the `branch_exited_reason` specifies whether the dialog completed by itself or got interrupted. -
Constructor Summary
Constructors Constructor Description MessageOutputDebug() -
Method Summary
Modifier and Type Method Description StringgetBranchExitedReason()Gets the branchExitedReason.List<DialogLogMessage>getLogMessages()Gets the logMessages.List<DialogNodesVisited>getNodesVisited()Gets the nodesVisited.BooleanisBranchExited()Gets the branchExited.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
MessageOutputDebug
public MessageOutputDebug()
-
-
Method Details
-
getNodesVisited
Gets the nodesVisited.An array of objects containing detailed diagnostic information about the nodes that were triggered during processing of the input message.
- Returns:
- the nodesVisited
-
getLogMessages
Gets the logMessages.An array of up to 50 messages logged with the request.
- Returns:
- the logMessages
-
isBranchExited
Gets the branchExited.Assistant sets this to true when this message response concludes or interrupts a dialog.
- Returns:
- the branchExited
-
getBranchExitedReason
Gets the branchExitedReason.When `branch_exited` is set to `true` by the Assistant, the `branch_exited_reason` specifies whether the dialog completed by itself or got interrupted.
- Returns:
- the branchExitedReason
-