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.
|
TurnEventCalloutCalloutRequest |
getRequest()
Gets the request.
|
TurnEventCalloutCalloutResponse |
getResponse()
Gets the response.
|
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.
public TurnEventCalloutCalloutRequest getRequest()
The request object executed to the external server specified by the extension.
public TurnEventCalloutCalloutResponse getResponse()
The response object received by the external server made by the extension.
Copyright © 2024 IBM Cloud. All rights reserved.