public class TurnEventCalloutCallout
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | TurnEventCalloutCallout.TypeThe type of callout. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | getInternal()Gets the internal. | 
| String | getResultVariable()Gets the resultVariable. | 
| String | getType()Gets the type. | 
public String getType()
The type of callout. Currently, the only supported value is `integration_interaction` (for calls to extensions).
public Map<String,Object> getInternal()
For internal use only.
public String getResultVariable()
The name of the variable where the callout result is stored.
Copyright © 2023 IBM Cloud. All rights reserved.