public class TurnEventCalloutCallout
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
TurnEventCalloutCallout.Type
The 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 © 2024 IBM Cloud. All rights reserved.