Skip to main content

Create an Integration App CLI

Creates a new CLI under the given app.

Path Parameters
appId string REQUIRED
Request Body REQUIRED
name string

Display name of the CLI.

description string

Description of the CLI.

documentationURL string

URL of human-readable documentation for this CLI.

installationCommand string

Command to install the CLI (e.g. "npm install -g @stripe/stripe-cli").

postInstallCommands string[]

Commands to run after installation.

invokeCommand string

Base command to invoke the CLI (e.g. "stripe", "aws").

cliAuth string

Possible values: [ENV_VARIABLE, CONFIG_FILE, CLI_FLAG, LOGIN_COMMAND, TOKEN_FILE]

How authentication is provided to the CLI. Defaults to ENV_VARIABLE if omitted.

authConfig object[]

Auth-specific key-value pairs (env var name → value, etc.).

key string
value string
id string
metadata string
environmentVariables object[]

Additional environment variables to set in the sandbox.

key string
value string
id string
metadata string
requiredLibraries object[]

System-level dependencies / libraries the CLI needs.

itemId string
packageManager string

Possible values: [NPM, PIP, APT, APK, CURL, SNAP]

packages object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
fields object[]

Top-level field definitions for the CLI. The parent app's first permitted auth-mechanism's action-config fields are automatically merged into this list at create time.

fieldId string
variableName string
displayVariableName string
helperText string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
isMandatory boolean
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
isAdvanced boolean
isEditable boolean
validationRegex string
validationConditional string
validationConditionalMetadata object
displayLogic string
displayLogicMetadata object
displayType string

Possible values: [NONE, DROPDOWN, MULTILINE_TEXTBOX, PASSWORD, DISPLAY_TYPE, DYNAMIC_FIELD, FILE_FOLDER_SELECTOR, WEB_API_ACTION, COMPUTE, EMAIL, CURRENCY, PHONE_NUMBER, URL, DURATION, BUTTON, EMBEDDED_WORKFLOW, EMBEDDED_PRE_CON, SECTION, AUTH_ACCOUNT]

categoryType string

Possible values: [NONE, STATIC, DYNAMIC]

isSystem boolean
isAuthField boolean
areVariablesAllowed boolean
semanticInputConfigMap object
semanticInputMetadata object
subFieldConfigs object[]
itemId string
jsonPath string
validationRegex string
validationConditional string
validationConditionalMetadata object
displayLogic string
displayLogicMetadata object
isAdvanced boolean
isMandatory boolean
populateFromAPICall boolean
searchAPIDefs object[]
refTitle string
apiId string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
isRawUrl boolean
excludeEnrichments boolean
isPublicUrl boolean
shouldCacheResponse boolean
disableChunkTransferEncoding boolean
forcedMimeType string
headersList object[]
key string
value string
id string
metadata string
dynamicFieldsHeadersList string[]
queryParamsList object[]
key string
value string
id string
metadata string
dynamicFieldsQueryParamsList string[]
bodyParams string
dynamicFieldsBodyParamsList string[]
bodyParamKeyValueList object[]
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyBinaryKV object
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

responseKeyContextMap object[]
keyPathId string
contextVar string
responseKeyPath string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

responseProcessingType string

Possible values: [NONE, SIMPLE, ADVANCED]

overridingBehaviour string

Possible values: [NONE, OAUTH_JUMPING, COMPUTE]

oauthJumpingURL string
oauthJumpingDisplayLogicCondition string
oauthJumpingDisplayLogicConditionMetadata object
queryParamsForOauthJumping object[]
key string
value string
id string
metadata string
redirectedURLParsing object[]
keyPathId string
contextVar string
responseKeyPath string
expressionResponseDTO object
result string
logs object[]
consoleLogType string

Possible values: [INFO, WARNING, ERROR]

lineNumber int32
statement string
errorPositions object[]
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
logFunctionOutputItems object[]
statement string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
position object
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
excludeNullFields boolean
excludeNullHeaders boolean
excludeNullQueryParams boolean
defaultResponse string
defaultResponseMetadata object
enablePagination boolean
paginationCondition string
paginationItemsRootPath string
paginationConditionMetadata object
isRetryable boolean
waitType string

Possible values: [NONE, RESPONSE_CONDITION_MET, WEBHOOK_TRIGGERED]

waitForConditionConfig object
successCondition string
successConditionMetadata object
maxRetryAttempts int64
retryFrequency object
frequencyValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
frequencyUnit string

Possible values: [SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS]

failureConditions object[]
failureCondition string
failureConditionMetadata object
waitForWebhookConfig object
isVerificationChallengeRequired boolean
oneTimeVerificationChallenge object
objectVariableBlueprints object[]
id string
name string
isSystem boolean
description string
isDialogflowEntity boolean
nluEntityId string
enumVariableBlueprints object[]
id string
name string
categoryValues object[]
label string
value string
isSystem boolean
description string
subscribeAPIActionOutput object
outputType string

Possible values: [FIELD, ACTION_STEP]

outputStepId string
isUserMarked boolean
subscriptionDependsOnFields string[]
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
webhookURLGroupId string
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
responseHeaders object[]
key string
value string
id string
metadata string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
testType string

Possible values: [MANUAL_TEST, API_ACTION_TEST]

testWebhookURL string
testWebhookActions object[]
testWebhookAPIActionId string
testWebhookAPIInternalId string
testConditional string
testConditionalMetadata object
webhookURLGroupId string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

onlyWaitWhenConditionMatches string
onlyWaitWhenConditionMatchesMetadata object
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
isDynamicWebhookURL boolean
onlyExecuteWhenCondition string
onlyExecuteWhenConditionMetadata object
searchAPIMappingType string

Possible values: [MAP, FLATMAP, DIFFERENT_SOURCES, CUSTOM]

list1Path string
list2Path string
keyPath string
valuePath string
searchMappingScript string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

searchResults object[]
key string
value string
id string
metadata string
isLiveSearchEnabled boolean
categoryValuesDisplayLogic object[]
itemId string
displayLogic string
displayLogicMetadata object
allowedValues string[]
categoryValuesDisplayLogic object[]
itemId string
displayLogic string
displayLogicMetadata object
allowedValues string[]
displayableInCanvas boolean
populateFromAPICall boolean
searchAPIDefs object[]
refTitle string
apiId string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
isRawUrl boolean
excludeEnrichments boolean
isPublicUrl boolean
shouldCacheResponse boolean
disableChunkTransferEncoding boolean
forcedMimeType string
headersList object[]
key string
value string
id string
metadata string
dynamicFieldsHeadersList string[]
queryParamsList object[]
key string
value string
id string
metadata string
dynamicFieldsQueryParamsList string[]
bodyParams string
dynamicFieldsBodyParamsList string[]
bodyParamKeyValueList object[]
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyBinaryKV object
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

responseKeyContextMap object[]
keyPathId string
contextVar string
responseKeyPath string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

responseProcessingType string

Possible values: [NONE, SIMPLE, ADVANCED]

overridingBehaviour string

Possible values: [NONE, OAUTH_JUMPING, COMPUTE]

oauthJumpingURL string
oauthJumpingDisplayLogicCondition string
oauthJumpingDisplayLogicConditionMetadata object
queryParamsForOauthJumping object[]
key string
value string
id string
metadata string
redirectedURLParsing object[]
keyPathId string
contextVar string
responseKeyPath string
expressionResponseDTO object
result string
logs object[]
consoleLogType string

Possible values: [INFO, WARNING, ERROR]

lineNumber int32
statement string
errorPositions object[]
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
logFunctionOutputItems object[]
statement string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
position object
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
excludeNullFields boolean
excludeNullHeaders boolean
excludeNullQueryParams boolean
defaultResponse string
defaultResponseMetadata object
enablePagination boolean
paginationCondition string
paginationItemsRootPath string
paginationConditionMetadata object
isRetryable boolean
waitType string

Possible values: [NONE, RESPONSE_CONDITION_MET, WEBHOOK_TRIGGERED]

waitForConditionConfig object
successCondition string
successConditionMetadata object
maxRetryAttempts int64
retryFrequency object
frequencyValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
frequencyUnit string

Possible values: [SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS]

failureConditions object[]
failureCondition string
failureConditionMetadata object
waitForWebhookConfig object
isVerificationChallengeRequired boolean
oneTimeVerificationChallenge object
objectVariableBlueprints object[]
id string
name string
isSystem boolean
description string
isDialogflowEntity boolean
nluEntityId string
enumVariableBlueprints object[]
id string
name string
categoryValues object[]
label string
value string
isSystem boolean
description string
subscribeAPIActionOutput object
outputType string

Possible values: [FIELD, ACTION_STEP]

outputStepId string
isUserMarked boolean
subscriptionDependsOnFields string[]
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
webhookURLGroupId string
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
responseHeaders object[]
key string
value string
id string
metadata string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
testType string

Possible values: [MANUAL_TEST, API_ACTION_TEST]

testWebhookURL string
testWebhookActions object[]
testWebhookAPIActionId string
testWebhookAPIInternalId string
testConditional string
testConditionalMetadata object
webhookURLGroupId string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

onlyWaitWhenConditionMatches string
onlyWaitWhenConditionMatchesMetadata object
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
isDynamicWebhookURL boolean
onlyExecuteWhenCondition string
onlyExecuteWhenConditionMetadata object
searchAPIMappingType string

Possible values: [MAP, FLATMAP, DIFFERENT_SOURCES, CUSTOM]

list1Path string
list2Path string
keyPath string
valuePath string
searchMappingScript string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

searchResults object[]
key string
value string
id string
metadata string
isLiveSearchEnabled boolean
dynamicFieldMapper object
mapperId string
referenceId string
name string
description string
iconURL string
appURL string
documentationURL string
isHidden boolean
fieldMappingAPIDefs object[]
refTitle string
apiId string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
isRawUrl boolean
excludeEnrichments boolean
isPublicUrl boolean
shouldCacheResponse boolean
disableChunkTransferEncoding boolean
forcedMimeType string
headersList object[]
key string
value string
id string
metadata string
dynamicFieldsHeadersList string[]
queryParamsList object[]
key string
value string
id string
metadata string
dynamicFieldsQueryParamsList string[]
bodyParams string
dynamicFieldsBodyParamsList string[]
bodyParamKeyValueList object[]
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyBinaryKV object
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

responseKeyContextMap object[]
keyPathId string
contextVar string
responseKeyPath string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

responseProcessingType string

Possible values: [NONE, SIMPLE, ADVANCED]

overridingBehaviour string

Possible values: [NONE, OAUTH_JUMPING, COMPUTE]

oauthJumpingURL string
oauthJumpingDisplayLogicCondition string
oauthJumpingDisplayLogicConditionMetadata object
queryParamsForOauthJumping object[]
key string
value string
id string
metadata string
redirectedURLParsing object[]
keyPathId string
contextVar string
responseKeyPath string
expressionResponseDTO object
result string
logs object[]
consoleLogType string

Possible values: [INFO, WARNING, ERROR]

lineNumber int32
statement string
errorPositions object[]
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
logFunctionOutputItems object[]
statement string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
position object
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
excludeNullFields boolean
excludeNullHeaders boolean
excludeNullQueryParams boolean
defaultResponse string
defaultResponseMetadata object
enablePagination boolean
paginationCondition string
paginationItemsRootPath string
paginationConditionMetadata object
isRetryable boolean
waitType string

Possible values: [NONE, RESPONSE_CONDITION_MET, WEBHOOK_TRIGGERED]

waitForConditionConfig object
successCondition string
successConditionMetadata object
maxRetryAttempts int64
retryFrequency object
frequencyValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
frequencyUnit string

Possible values: [SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS]

failureConditions object[]
failureCondition string
failureConditionMetadata object
waitForWebhookConfig object
isVerificationChallengeRequired boolean
oneTimeVerificationChallenge object
objectVariableBlueprints object[]
id string
name string
isSystem boolean
description string
isDialogflowEntity boolean
nluEntityId string
enumVariableBlueprints object[]
id string
name string
categoryValues object[]
label string
value string
isSystem boolean
description string
subscribeAPIActionOutput object
outputType string

Possible values: [FIELD, ACTION_STEP]

outputStepId string
isUserMarked boolean
subscriptionDependsOnFields string[]
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
webhookURLGroupId string
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
responseHeaders object[]
key string
value string
id string
metadata string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
testType string

Possible values: [MANUAL_TEST, API_ACTION_TEST]

testWebhookURL string
testWebhookActions object[]
testWebhookAPIActionId string
testWebhookAPIInternalId string
testConditional string
testConditionalMetadata object
webhookURLGroupId string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

onlyWaitWhenConditionMatches string
onlyWaitWhenConditionMatchesMetadata object
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
isDynamicWebhookURL boolean
onlyExecuteWhenCondition string
onlyExecuteWhenConditionMetadata object
fieldMappingAPIResponse object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
mappingRootPath string
inferredFieldDefinitionType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableNameMappingExpression string
displayVariableNameMappingExpression string
helperTextMappingExpression string
isMandatoryMappingExpression string
isMandatoryMappingExpressionMetadata object
defaultValueMappingExpression string
typeNameExpression string
dynamicFieldTypeMappers object[]
typeMapperId string
otherTypeName string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
otherDateTypeBaseType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
categoryValuesSearchAPIMappingType string

Possible values: [MAP, FLATMAP, DIFFERENT_SOURCES, CUSTOM]

categoryValuesList1Path string
categoryValuesList2Path string
categoryValuesKeyPath string
categoryValuesValuePath string
categoryValuesSearchMappingScript string
categoryValuesProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

whenConditon string
whenConditonMetadata object
populateFromAPICallExpression string
populateFromAPICallExpressionMetadata object
searchAPIDefsMapping object[]
refTitle string
apiId string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
isRawUrl boolean
excludeEnrichments boolean
isPublicUrl boolean
shouldCacheResponse boolean
disableChunkTransferEncoding boolean
forcedMimeType string
headersList object[]
key string
value string
id string
metadata string
dynamicFieldsHeadersList string[]
queryParamsList object[]
key string
value string
id string
metadata string
dynamicFieldsQueryParamsList string[]
bodyParams string
dynamicFieldsBodyParamsList string[]
bodyParamKeyValueList object[]
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyBinaryKV object
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

responseKeyContextMap object[]
keyPathId string
contextVar string
responseKeyPath string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

responseProcessingType string

Possible values: [NONE, SIMPLE, ADVANCED]

overridingBehaviour string

Possible values: [NONE, OAUTH_JUMPING, COMPUTE]

oauthJumpingURL string
oauthJumpingDisplayLogicCondition string
oauthJumpingDisplayLogicConditionMetadata object
queryParamsForOauthJumping object[]
key string
value string
id string
metadata string
redirectedURLParsing object[]
keyPathId string
contextVar string
responseKeyPath string
expressionResponseDTO object
result string
logs object[]
consoleLogType string

Possible values: [INFO, WARNING, ERROR]

lineNumber int32
statement string
errorPositions object[]
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
logFunctionOutputItems object[]
statement string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
position object
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
excludeNullFields boolean
excludeNullHeaders boolean
excludeNullQueryParams boolean
defaultResponse string
defaultResponseMetadata object
enablePagination boolean
paginationCondition string
paginationItemsRootPath string
paginationConditionMetadata object
isRetryable boolean
waitType string

Possible values: [NONE, RESPONSE_CONDITION_MET, WEBHOOK_TRIGGERED]

waitForConditionConfig object
successCondition string
successConditionMetadata object
maxRetryAttempts int64
retryFrequency object
frequencyValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
frequencyUnit string

Possible values: [SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS]

failureConditions object[]
failureCondition string
failureConditionMetadata object
waitForWebhookConfig object
isVerificationChallengeRequired boolean
oneTimeVerificationChallenge object
objectVariableBlueprints object[]
id string
name string
isSystem boolean
description string
isDialogflowEntity boolean
nluEntityId string
enumVariableBlueprints object[]
id string
name string
categoryValues object[]
label string
value string
isSystem boolean
description string
subscribeAPIActionOutput object
outputType string

Possible values: [FIELD, ACTION_STEP]

outputStepId string
isUserMarked boolean
subscriptionDependsOnFields string[]
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
webhookURLGroupId string
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
responseHeaders object[]
key string
value string
id string
metadata string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
testType string

Possible values: [MANUAL_TEST, API_ACTION_TEST]

testWebhookURL string
testWebhookActions object[]
testWebhookAPIActionId string
testWebhookAPIInternalId string
testConditional string
testConditionalMetadata object
webhookURLGroupId string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

onlyWaitWhenConditionMatches string
onlyWaitWhenConditionMatchesMetadata object
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
isDynamicWebhookURL boolean
onlyExecuteWhenCondition string
onlyExecuteWhenConditionMetadata object
searchAPIMappingType string

Possible values: [MAP, FLATMAP, DIFFERENT_SOURCES, CUSTOM]

list1Path string
list2Path string
keyPath string
valuePath string
searchMappingScript string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

searchResults object[]
key string
value string
id string
metadata string
excludeFieldCondition string
excludeFieldConditionMetadata object
includeFieldCondition string
includeFieldConditionMetadata object
dynamicData object
metadata object
fileFolderSelectionTypes string[]

Possible values: [EMBED_IFRAME, ALL_FILES, FILES_IN_FOLDER]

allowedFileFolderTypes string[]
allFilePickerAPIConfig object
populateFromAPICall boolean
searchAPIDefs object[]
refTitle string
apiId string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
isRawUrl boolean
excludeEnrichments boolean
isPublicUrl boolean
shouldCacheResponse boolean
disableChunkTransferEncoding boolean
forcedMimeType string
headersList object[]
key string
value string
id string
metadata string
dynamicFieldsHeadersList string[]
queryParamsList object[]
key string
value string
id string
metadata string
dynamicFieldsQueryParamsList string[]
bodyParams string
dynamicFieldsBodyParamsList string[]
bodyParamKeyValueList object[]
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyBinaryKV object
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

responseKeyContextMap object[]
keyPathId string
contextVar string
responseKeyPath string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

responseProcessingType string

Possible values: [NONE, SIMPLE, ADVANCED]

overridingBehaviour string

Possible values: [NONE, OAUTH_JUMPING, COMPUTE]

oauthJumpingURL string
oauthJumpingDisplayLogicCondition string
oauthJumpingDisplayLogicConditionMetadata object
queryParamsForOauthJumping object[]
key string
value string
id string
metadata string
redirectedURLParsing object[]
keyPathId string
contextVar string
responseKeyPath string
expressionResponseDTO object
result string
logs object[]
consoleLogType string

Possible values: [INFO, WARNING, ERROR]

lineNumber int32
statement string
errorPositions object[]
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
logFunctionOutputItems object[]
statement string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
position object
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
excludeNullFields boolean
excludeNullHeaders boolean
excludeNullQueryParams boolean
defaultResponse string
defaultResponseMetadata object
enablePagination boolean
paginationCondition string
paginationItemsRootPath string
paginationConditionMetadata object
isRetryable boolean
waitType string

Possible values: [NONE, RESPONSE_CONDITION_MET, WEBHOOK_TRIGGERED]

waitForConditionConfig object
successCondition string
successConditionMetadata object
maxRetryAttempts int64
retryFrequency object
frequencyValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
frequencyUnit string

Possible values: [SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS]

failureConditions object[]
failureCondition string
failureConditionMetadata object
waitForWebhookConfig object
isVerificationChallengeRequired boolean
oneTimeVerificationChallenge object
objectVariableBlueprints object[]
id string
name string
isSystem boolean
description string
isDialogflowEntity boolean
nluEntityId string
enumVariableBlueprints object[]
id string
name string
categoryValues object[]
label string
value string
isSystem boolean
description string
subscribeAPIActionOutput object
outputType string

Possible values: [FIELD, ACTION_STEP]

outputStepId string
isUserMarked boolean
subscriptionDependsOnFields string[]
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
webhookURLGroupId string
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
responseHeaders object[]
key string
value string
id string
metadata string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
testType string

Possible values: [MANUAL_TEST, API_ACTION_TEST]

testWebhookURL string
testWebhookActions object[]
testWebhookAPIActionId string
testWebhookAPIInternalId string
testConditional string
testConditionalMetadata object
webhookURLGroupId string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

onlyWaitWhenConditionMatches string
onlyWaitWhenConditionMatchesMetadata object
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
isDynamicWebhookURL boolean
onlyExecuteWhenCondition string
onlyExecuteWhenConditionMetadata object
searchAPIMappingType string

Possible values: [MAP, FLATMAP, DIFFERENT_SOURCES, CUSTOM]

list1Path string
list2Path string
keyPath string
valuePath string
pathPath string
otherPaths object[]
key string
value string
id string
metadata string
searchMappingScript string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

searchResults object[]
isFileCondition string
isFileConditionMetadata object
isFolderCondition string
isFolderConditionMetadata object
inferredRecordType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
fileInFolderPickerAPIConfig object
populateFromAPICall boolean
searchAPIDefs object[]
refTitle string
apiId string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
isRawUrl boolean
excludeEnrichments boolean
isPublicUrl boolean
shouldCacheResponse boolean
disableChunkTransferEncoding boolean
forcedMimeType string
headersList object[]
key string
value string
id string
metadata string
dynamicFieldsHeadersList string[]
queryParamsList object[]
key string
value string
id string
metadata string
dynamicFieldsQueryParamsList string[]
bodyParams string
dynamicFieldsBodyParamsList string[]
bodyParamKeyValueList object[]
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyBinaryKV object
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

responseKeyContextMap object[]
keyPathId string
contextVar string
responseKeyPath string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

responseProcessingType string

Possible values: [NONE, SIMPLE, ADVANCED]

overridingBehaviour string

Possible values: [NONE, OAUTH_JUMPING, COMPUTE]

oauthJumpingURL string
oauthJumpingDisplayLogicCondition string
oauthJumpingDisplayLogicConditionMetadata object
queryParamsForOauthJumping object[]
key string
value string
id string
metadata string
redirectedURLParsing object[]
keyPathId string
contextVar string
responseKeyPath string
expressionResponseDTO object
result string
logs object[]
consoleLogType string

Possible values: [INFO, WARNING, ERROR]

lineNumber int32
statement string
errorPositions object[]
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
logFunctionOutputItems object[]
statement string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
position object
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
excludeNullFields boolean
excludeNullHeaders boolean
excludeNullQueryParams boolean
defaultResponse string
defaultResponseMetadata object
enablePagination boolean
paginationCondition string
paginationItemsRootPath string
paginationConditionMetadata object
isRetryable boolean
waitType string

Possible values: [NONE, RESPONSE_CONDITION_MET, WEBHOOK_TRIGGERED]

waitForConditionConfig object
successCondition string
successConditionMetadata object
maxRetryAttempts int64
retryFrequency object
frequencyValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
frequencyUnit string

Possible values: [SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS]

failureConditions object[]
failureCondition string
failureConditionMetadata object
waitForWebhookConfig object
isVerificationChallengeRequired boolean
oneTimeVerificationChallenge object
objectVariableBlueprints object[]
id string
name string
isSystem boolean
description string
isDialogflowEntity boolean
nluEntityId string
enumVariableBlueprints object[]
id string
name string
categoryValues object[]
label string
value string
isSystem boolean
description string
subscribeAPIActionOutput object
outputType string

Possible values: [FIELD, ACTION_STEP]

outputStepId string
isUserMarked boolean
subscriptionDependsOnFields string[]
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
webhookURLGroupId string
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
responseHeaders object[]
key string
value string
id string
metadata string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
testType string

Possible values: [MANUAL_TEST, API_ACTION_TEST]

testWebhookURL string
testWebhookActions object[]
testWebhookAPIActionId string
testWebhookAPIInternalId string
testConditional string
testConditionalMetadata object
webhookURLGroupId string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

onlyWaitWhenConditionMatches string
onlyWaitWhenConditionMatchesMetadata object
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
isDynamicWebhookURL boolean
onlyExecuteWhenCondition string
onlyExecuteWhenConditionMetadata object
searchAPIMappingType string

Possible values: [MAP, FLATMAP, DIFFERENT_SOURCES, CUSTOM]

list1Path string
list2Path string
keyPath string
valuePath string
pathPath string
otherPaths object[]
key string
value string
id string
metadata string
searchMappingScript string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

searchResults object[]
isFileCondition string
isFileConditionMetadata object
isFolderCondition string
isFolderConditionMetadata object
inferredRecordType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
iframeFilePickerAPIConfig object
fileFolderEmbedIframeSelectionType string

Possible values: [GOOGLE_DRIVE, DROPBOX, ONE_DRIVE]

embedIframeContext object[]
key string
value string
id string
metadata string
webAPIAction object
refTitle string
apiId string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
isRawUrl boolean
excludeEnrichments boolean
isPublicUrl boolean
shouldCacheResponse boolean
disableChunkTransferEncoding boolean
forcedMimeType string
headersList object[]
key string
value string
id string
metadata string
dynamicFieldsHeadersList string[]
queryParamsList object[]
key string
value string
id string
metadata string
dynamicFieldsQueryParamsList string[]
bodyParams string
dynamicFieldsBodyParamsList string[]
bodyParamKeyValueList object[]
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyBinaryKV object
key string
value string
id string
bodyParamContentType string

Possible values: [TEXT, FILE, LIST_OF_FILE, LIST_OF_TEXT]

contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
fileName string
fileSize int64
fileMimeType string
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

responseKeyContextMap object[]
keyPathId string
contextVar string
responseKeyPath string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

responseProcessingType string

Possible values: [NONE, SIMPLE, ADVANCED]

overridingBehaviour string

Possible values: [NONE, OAUTH_JUMPING, COMPUTE]

oauthJumpingURL string
oauthJumpingDisplayLogicCondition string
oauthJumpingDisplayLogicConditionMetadata object
queryParamsForOauthJumping object[]
key string
value string
id string
metadata string
redirectedURLParsing object[]
keyPathId string
contextVar string
responseKeyPath string
expressionResponseDTO object
result string
logs object[]
consoleLogType string

Possible values: [INFO, WARNING, ERROR]

lineNumber int32
statement string
errorPositions object[]
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
logFunctionOutputItems object[]
statement string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
position object
startLineNumber int32
endLineNumber int32
startCharacterOffset int32
endCharacterOffset int32
excludeNullFields boolean
excludeNullHeaders boolean
excludeNullQueryParams boolean
defaultResponse string
defaultResponseMetadata object
enablePagination boolean
paginationCondition string
paginationItemsRootPath string
paginationConditionMetadata object
isRetryable boolean
waitType string

Possible values: [NONE, RESPONSE_CONDITION_MET, WEBHOOK_TRIGGERED]

waitForConditionConfig object
successCondition string
successConditionMetadata object
maxRetryAttempts int64
retryFrequency object
frequencyValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
frequencyUnit string

Possible values: [SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS]

failureConditions object[]
failureCondition string
failureConditionMetadata object
waitForWebhookConfig object
isVerificationChallengeRequired boolean
oneTimeVerificationChallenge object
objectVariableBlueprints object[]
id string
name string
isSystem boolean
description string
isDialogflowEntity boolean
nluEntityId string
enumVariableBlueprints object[]
id string
name string
categoryValues object[]
label string
value string
isSystem boolean
description string
subscribeAPIActionOutput object
outputType string

Possible values: [FIELD, ACTION_STEP]

outputStepId string
isUserMarked boolean
subscriptionDependsOnFields string[]
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
webhookURLGroupId string
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
responseHeaders object[]
key string
value string
id string
metadata string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
lastWebActionResponseDTO object
response string
streamHttpResponse object
statusCode int32
headers object
sizeInBytes int64
responseTimeInMs int64
responseObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
hasSemanticOutput boolean
semanticOutputJsonPathMap object
node object
id string
nodeContent object
id string
nodeType string

Possible values: [QUESTION, CONDITIONAL, VARIABLE_SIEVE, BRANCH, SCRIPT_LANG, LOGIC_FUNCTION, ELSE_CONDITIONAL, STATEMENT, AI_TURN, SYSTEM_MESSAGE, HANDOFF_TO_AGENT, CUSTOM_HTML, EMBED_IFRAME, ACTION, FORM, WELCOME, THANKS, LOCATION_MESSAGE, CONTACT_MESSAGE, STICKER_MESSAGE, TRIGGER_ENTRY_POINT, WABA_TEMPLATE, LOOP, BREAK_LOOP, CONTINUE_LOOP, LAYER, STACK, RANDOM_BAG, INBOUND_QUESTIONNAIRE, DELAY, EXECUTION_LOCK, EXIT_FLOW, MEDIA_MESSAGE, STREAM_COLLECTOR, DATA_CONVERTER, MODIFY_SESSION, EXECUTABLE_LAYER_TERMINAL, CODE_SANDBOX, CODE_EXECUTION, CUA_INTERACTION, CUA_STREAM, SANDBOX_OPERATION]

fashtagMetaData string
isBackNavigationToAllowed boolean
isBackNavigationFromAllowed boolean
disableBackIfPreviousBlockIsInformational boolean
isPassthroughAllowed boolean
displayLogic string
skipLogic string
displayLogicMetadata object
skipLogicMetadata object
validationLogs object[]
logLevel string

Possible values: [INFO, WARNING, ERROR]

canvasId string
affectedElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
offendingElements object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
validationLogType string
displayableMessage string
logId string
isSkippable boolean
cssStyles object
translations object
isNLPAnalysisEnabled boolean
isGotoBlockOnWrongInputEnabled boolean
gotoBlockOnWrongInput string
isSentimentAnalysisEnabled boolean
isFuzzyResponsesMatcherEnabled boolean
lookForIntents string[]
lookForReturnables object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

isGlobalIntentLookupEnabled boolean
isGlobalRepromptsLookupEnabled boolean
isNLPParameterExtractionEnabled boolean
nlpParameterExtractionConfig object
extractedParams object[]
itemId string
entityVariable string
isRequired boolean
entityTypeName string
paramExtractionType string

Possible values: [ALL, SELECTED]

contextualInterjections object[]
entityVariable string
contextualInterjectionResolutions object[]
id string
intentId string
fulfillmentLayerId string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

rePromptConfigs object[]
id string
content string
voiceChannelSayConfig object
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
voiceAgentProviderPair object
isFailoverEnabled boolean
items object[]
configId string
voiceAgent string
ttsProviderType string
customAIMapperAPIProviderId string
fieldVariableData object[]
referredFieldId string
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
variableDataType string

Possible values: [VALUE, VARIABLE, HYBRID]

referredVariable string
value string
label string
isMandatory boolean
validationRegex string
isHidden boolean
defaultValue object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
referredDynamicFieldId string
referredWorkflowFieldId string
referredPreConFieldId string
metadata object
ttsSettingsId string
additionalProperties object
translations object
emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

systemMessage string
webPNConfig object
body string
badge string
webPNActionConfig object
webPNActionConfigType string

Possible values: [NONE, OPEN_PAGE, FOCUS_TAB, API_ACTION, EVAL_JS]

websiteURL string
jsToBeEvaluated string
webAPIType string

Possible values: [REST, SOAP, GRAPH_QL]

restVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

url string
headers object
queryParams object
bodyParams string
bodyParamKeyValue object
bodyParamType string

Possible values: [NONE, FORM_DATA, X_WWW_FORM_URLENCODED, RAW, BINARY]

rawBodyParamType string

Possible values: [TEXT, JAVASCRIPT, JSON, HTML, XML]

isRawUrl boolean
isPublicUrl boolean
shouldCacheResponse boolean
customData string
removeNotificationAfterUserInteraction boolean
androidPNConfig object
body string
badge string
sound string
ledColour string
forceVibration boolean
notificationIcon string
customData string
androidPNDeliveryPriority string

Possible values: [NORMAL, HIGH]

importanceLevel int32
notificationChannelName string
androidPNActionConfig object
androidPNActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, OPEN_ACTIVITY, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
activityName string
removeNotificationAfterUserInteraction boolean
iospnConfig object
body string
badge string
subtitle string
customData string
sound string
notificationCategory string
iospnActionConfig object
iospnActionConfigType string

Possible values: [NONE, OPEN_APPLICATION, OPEN_URL_IN_BROWSER, SHOW_RICH_MEDIA, DEEP_LINK, CUSTOM_LOGIC]

websiteURL string
deepLinkURL string
threadId string
isSilent boolean
isCriticalPush boolean
removeNotificationAfterUserInteraction boolean
pnSyncField string

Possible values: [TITLE, BODY]

emailTemplateContent string
emailTemplateContentMetadata string
emailTextFieldMap object
emailEditorType string

Possible values: [TEXT, HTML]

loopParentId string
containerId string
fulfillmentLayerId string
embeddedInsideNodeId string
embeddedInsideFieldId string
eventHook string
prepopulatedQuestionResponse object
answer object
contextVariableType object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
value string
urls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
multiModalResponse object
text string
audioUrls object[]
url string
size int64
format string
mimeType string
name string
imageUrls object[]
url string
size int64
format string
mimeType string
name string
videoUrls object[]
url string
size int64
format string
mimeType string
name string
fileUrls object[]
url string
size int64
format string
mimeType string
name string
dateResponse string
timeResponse string
matrixResponse object
heatmapPoints object[]
id string
label string
widthFraction double
heightFraction double
xFraction double
yFraction double
hotspotOnOff object
hotspotOption object
labelImageRegions object[]
id string
label string
widthFraction double
heightFraction double
tags string[]
xFraction double
yFraction double
matrixCellOptionsText object
matrixOptionBipolar object
highlightResponse object[]
text string
selectedOptionId string
textEntryResponse string
constrainedSumResponse object
contactResponse object[]
id string
addresses object[]
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
birthday object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
emails object[]
id string
email object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
name object
formatted_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
first_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
last_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
middle_name object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
suffix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
prefix object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
org object
company object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
department object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
title object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
phones object[]
id string
phone object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
wa_id object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
urls object[]
id string
url object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
addressResponse object
id string
street object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
city object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
state object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
zip object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
country_code object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
type object
content string
voiceChannelContentType string

Possible values: [TTS, AUDIO]

audioFileURL string
noOfLoops int32
isVoiceEnabled boolean
isResponseEnabled boolean
calendlyResponse object
eventUri string
inviteeUri string
razorpayResponse object
isSuccess boolean
isVerified boolean
razorpayPaymentId string
razorpayOrderId string
razorpaySignature string
razorpayErrorCode string
razorpayErrorDescription string
razorpayErrorSource string
razorpayErrorStep string
razorpayErrorReason string
stripeResponse object
isSuccess boolean
stripePaymentId string
stripeCaptureMethod string
stripeConfirmationMethod string
stripePaymentStatus string
stripeErrorCode string
stripeErrorType string
stripeErrorDescription string
responseMetadata object
optionTETranslationMap object
matrixTETranslationMap object
channelTypes string[]
slackSurfaceType string

Possible values: [MESSAGE, MODAL]

microsoftSurfaceType string

Possible values: [MESSAGE, MODAL]

illegalDataEntryRecourseType string

Possible values: [INHERIT, CONTINUE_WITH_FAILURE, HALT_EXECUTION]

refTitle string
isAdvancedAPIProcessingEnabled boolean
apiProcessingExpression string
programmingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

isFailurePathAdvancedAPIProcessingEnabled boolean
failurePathAPIProcessingExpression string
failurePathProgrammingLanguage string

Possible values: [PLASMA, JAVASCRIPT, PYTHON]

markedAsOutput boolean
modellingVersion int64
outDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
inDataLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

type string

Possible values: [STREAMING, DATA]

sourceNodeId string
destinationNodeId string
sourcePath string
destinationPath string
temporalOutPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
temporalInPorts object[]
portId string
portName string
condition string
conditionMetadata object
threadSegments object[]
threadSegmentId string
temporalLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
actionLinks object[]
linkId string
kind string

Possible values: [EDGE, PORTAL]

sourceNodeId string
destinationNodeId string
sourcePortId string
destPortId string
threadSegmentId string
data object
channelTransitionDataMap object
splits object[]
splitType string

Possible values: [RANDOM, PERCENTAGE]

allOtherNodes object
metadata string
threadSegmentId string
predefinedTemporalPortConfig string
questionnareId string
x double
y double
z int64
canvasIdToPositionMap object
deleted boolean
nodeMetadata object
actsAsStartNode boolean
matchingPortId string
revisionId int64
internalId string
createdOn int64
presetVariableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT, ANY, STREAM, MAP_ENTRY, TYPE_PARAMETER, LAMBDA, FUTURE_RESULT, LIST_ITEM, SET_ITEM, ENUM_SYMBOL, CLASS_SYMBOL, VOID, UNKNOWN, ACCOUNT, MEMBER]

mappedRecords object[]
key string
value string
id string
metadata string
isWaitingForWebhookOver boolean
lastWebActionResponseDTOCreatedOn int64
testType string

Possible values: [MANUAL_TEST, API_ACTION_TEST]

testWebhookURL string
testWebhookActions object[]
testWebhookAPIActionId string
testWebhookAPIInternalId string
testConditional string
testConditionalMetadata object
webhookURLGroupId string
subscriptionType string

Possible values: [MANUAL_REGISTRATION, AUTOMATIC_REGISTRATION, DYNAMIC_REGISTRATION]

requestRestVerb string

Possible values: [GET, POST, PUT, DELETE, PATCH]

requestConsumesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

onlyWaitWhenConditionMatches string
onlyWaitWhenConditionMatchesMetadata object
onlyRunWhenConditionMatches string
onlyRunWhenConditionMatchesMetadata object
sampleRequestBody string
sampleHeaders object
requestObjectBlueprint object

The type of the column

variableType string

Possible values: [STRING, INTEGER, REAL, BOOLEAN, DATE, TIME, DATE_TIME, IMAGE, AUDIO, VIDEO, FILE, CATEGORY, NLU_ENTITY, BLUEPRINT, LIST, SET, HASHMAP, RICHTEXT]

categoryValues object[]
label string
value string
nluEntityId string
blueprintId string
enumId string
t1Type (circular)
t2Type (circular)
blueprintFields (circular)[]
otherDateTypeBaseType (circular)
dynamicFieldDateMapperType string

Possible values: [UNIX_TIMESTAMP_IN_SECONDS, UNIX_TIMESTAMP_IN_MILLISECONDS, UNIX_TIMESTAMP_IN_NANOSECONDS, STRING_FORMAT]

otherDateStringFormat string
metadata object
responseProducesMediaType string

Possible values: [APPLICATION_FORM_URLENCODED, APPLICATION_JSON, APPLICATION_JSON_UTF8, APPLICATION_XML, MULTIPART_FORM_DATA, TEXT_XML]

responseBody string
isDynamicWebhookURL boolean
onlyExecuteWhenCondition string
onlyExecuteWhenConditionMetadata object
referredFlowId string
referredPathItems object[]
symbolType string

Possible values: [FLOW, NODE_CONTENT, CONTAINER, INTENT, NLU_ENTITY_TYPE, FALLBACK, REPROMPT_CONFIG, DISTRIBUTION_INSTANCE, VARIABLE, FLOW_LEVEL_VOICE_AGENT, CUSTOM_TABLE_COLUMN, CUSTOM_TABLE, CUSTOM_TABLE_VIEW, CDP_COLUMN, RESOURCE_LIBRARY_ITEM, PRIMARY_CHANNEL_SETTINGS_ID, SECONDARY_CHANNEL_SETTINGS_ID]

symbolPath string
symbolIdentifier string
errorPosition object
chipId string
startPosition int32
endPosition int32
channelTypes string[]
languageIds string[]
displayableMetadata object
referredPath string
embeddedPreConIntegrationAppId string
embeddedPreConIntegrationAPIId string
showSectionSeparator boolean
showSectionAsTray boolean
sectionItemsIds string[]
authAccountIntegrationAppId string
authAccountPermittedAuthMechanisms string[]
formattingOptions object
duplicateBehaviour boolean
isFieldSecretive boolean
permittedAuthMechanisms string[]

Auth mechanism IDs (from the parent app's authMechanisms) permitted on this CLI.

Responses
200

Returns the newly created CLI

Schema OPTIONAL
object