public class MessageOutputDebug
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
MessageOutputDebug.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.
|
Constructor and Description |
---|
MessageOutputDebug() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBranchExitedReason()
Gets the branchExitedReason.
|
java.util.List<DialogLogMessage> |
getLogMessages()
Gets the logMessages.
|
java.util.List<DialogNodesVisited> |
getNodesVisited()
Gets the nodesVisited.
|
java.lang.Boolean |
isBranchExited()
Gets the branchExited.
|
public java.util.List<DialogNodesVisited> getNodesVisited()
public java.util.List<DialogLogMessage> getLogMessages()
public java.lang.Boolean isBranchExited()
public java.lang.String getBranchExitedReason()