public class LogResponseOutput
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
List<DialogNodeAction> |
getActions()
Gets the actions.
|
MessageOutputDebug |
getDebug()
Gets the debug.
|
List<RuntimeEntity> |
getEntities()
Gets the entities.
|
List<RuntimeResponseGeneric> |
getGeneric()
Gets the generic.
|
List<RuntimeIntent> |
getIntents()
Gets the intents.
|
List<MessageOutputLLMMetadata> |
getLlmMetadata()
Gets the llmMetadata.
|
MessageOutputSpelling |
getSpelling()
Gets the spelling.
|
Map<String,Object> |
getUserDefined()
Gets the userDefined.
|
public List<RuntimeResponseGeneric> getGeneric()
Output intended for any channel. It is the responsibility of the client application to implement the supported response types.
public List<RuntimeIntent> getIntents()
An array of intents recognized in the user input, sorted in descending order of confidence.
public List<RuntimeEntity> getEntities()
An array of entities identified in the user input.
public List<DialogNodeAction> getActions()
An array of objects describing any actions requested by the dialog node.
public MessageOutputDebug getDebug()
Additional detailed information about a message response and how it was generated.
public Map<String,Object> getUserDefined()
An object containing any custom properties included in the response. This object includes any arbitrary properties defined in the dialog JSON editor as part of the dialog node output.
public MessageOutputSpelling getSpelling()
Properties describing any spelling corrections in the user input that was received.
public List<MessageOutputLLMMetadata> getLlmMetadata()
An array of objects that provide information about calls to large language models that occured as part of handling this message.
Copyright © 2025 IBM Cloud. All rights reserved.