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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBranchExitedReason()
Gets the branchExitedReason.
|
List<DialogLogMessage> |
getLogMessages()
Gets the logMessages.
|
List<DialogNodeVisited> |
getNodesVisited()
Gets the nodesVisited.
|
List<MessageOutputDebugTurnEvent> |
getTurnEvents()
Gets the turnEvents.
|
Boolean |
isBranchExited()
Gets the branchExited.
|
public List<DialogNodeVisited> getNodesVisited()
An array of objects containing detailed diagnostic information about dialog nodes that were visited 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.
public List<MessageOutputDebugTurnEvent> getTurnEvents()
An array of objects containing detailed diagnostic information about dialog nodes and actions that were visited during processing of the input message.
This property is present only if the assistant has an action skill.
Copyright © 2023 IBM Cloud. All rights reserved.