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 |
---|---|
String |
getBranchExitedReason()
Gets the branchExitedReason.
|
List<DialogLogMessage> |
getLogMessages()
Gets the logMessages.
|
List<DialogNodesVisited> |
getNodesVisited()
Gets the nodesVisited.
|
Boolean |
isBranchExited()
Gets the branchExited.
|
public List<DialogNodesVisited> getNodesVisited()
An array of objects containing detailed diagnostic information about the nodes that were triggered during processing of the input message.
public List<DialogLogMessage> getLogMessages()
An array of up to 50 messages logged with the request.
public Boolean isBranchExited()
Assistant sets this to true when this message response concludes or interrupts a dialog.
public String getBranchExitedReason()
When `branch_exited` is set to `true` by the Assistant, the `branch_exited_reason` specifies whether the dialog completed by itself or got interrupted.
Copyright © 2021 IBM Cloud. All rights reserved.