public class DialogNodeOutput extends com.ibm.cloud.sdk.core.service.model.DynamicModel<Object>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DialogNodeOutput.BuilderBuilder. | 
| Constructor and Description | 
|---|
| DialogNodeOutput() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DialogNodeOutputGeneric> | getGeneric()Gets the generic. | 
| Map<String,Map<String,Object>> | getIntegrations()Gets the integrations. | 
| DialogNodeOutputModifiers | getModifiers()Gets the modifiers. | 
| DialogNodeOutput.Builder | newBuilder()New builder. | 
| void | setGeneric(List<DialogNodeOutputGeneric> generic)Sets the generic. | 
| void | setIntegrations(Map<String,Map<String,Object>> integrations)Sets the integrations. | 
| void | setModifiers(DialogNodeOutputModifiers modifiers)Sets the modifiers. | 
public DialogNodeOutput.Builder newBuilder()
public List<DialogNodeOutputGeneric> getGeneric()
An array of objects describing the output defined for the dialog node.
public void setGeneric(List<DialogNodeOutputGeneric> generic)
generic - the new genericpublic Map<String,Map<String,Object>> getIntegrations()
Output intended for specific integrations. For more information, see the [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-dialog-responses-json).
public void setIntegrations(Map<String,Map<String,Object>> integrations)
integrations - the new integrationspublic DialogNodeOutputModifiers getModifiers()
Options that modify how specified output is handled.
public void setModifiers(DialogNodeOutputModifiers modifiers)
modifiers - the new modifiersCopyright © 2023 IBM Cloud. All rights reserved.