Difference between revisions of "DES/Current/Designer/LogicCtrlBlocks"
m (Text replacement - "\|Platform=([^\|]*)GenesysEngage-onpremises([\|]*)" to "|Platform=$1GenesysEngage-cloud$2") |
m (Ed.jamer@genesys.com moved page PEC-ROU/Current/Designer/LogicCtrlBlocks to DES/Current/Designer/LogicCtrlBlocks: Text replacement - "PEC-ROU/Current/Designer/" to "DES/Current/Designer/") |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Article | + | {{Article |
− | |Standalone=No | + | |Standalone=No |
− | |DisplayName=Logic and Control Blocks | + | |DisplayName=Logic and Control Blocks |
− | |Platform=GenesysEngage-cloud | + | |TocName=About Logic and Control Blocks |
− | | | + | |Context=Use these blocks to add logic functions to an application. |
+ | |ComingSoon=No | ||
+ | |Platform=GenesysEngage-cloud | ||
+ | |Role=Administrator | ||
|Application=Designer | |Application=Designer | ||
− | |||
− | |||
|Section={{Section | |Section={{Section | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|alignment=Vertical | |alignment=Vertical | ||
− | |structuredtext= | + | |structuredtext=The blocks in this category are used to add ''logic'' functions to an application, such as to assign variables, change the language (usually based on the caller's preference), and to provide ''control'' mechanisms within an application, such as to transition to another block, direct the application to follow a certain path, or end the call. |
− | The blocks in this category are used to add ''logic'' functions to an application, such as to assign variables, change the language (usually based on the caller's preference), and to provide ''control'' mechanisms within an application, such as to transition to another block, direct the application to follow a certain path, or end the call. | ||
You might not see all of the blocks listed here on your Palette. The blocks shown depend on the features that are enabled and the type of application that is being built. For example, the '''Terminate''' block is only available for Digital application types. | You might not see all of the blocks listed here on your Palette. The blocks shown depend on the features that are enabled and the type of application that is being built. For example, the '''Terminate''' block is only available for Digital application types. | ||
Line 61: | Line 56: | ||
Used in: '''Assisted Service''', '''Finalize''' | Used in: '''Assisted Service''', '''Finalize''' | ||
− | + | |Status=No | |
}} | }} | ||
}} | }} |
Latest revision as of 13:59, April 21, 2021
Contents
Use these blocks to add logic functions to an application.
The blocks in this category are used to add logic functions to an application, such as to assign variables, change the language (usually based on the caller's preference), and to provide control mechanisms within an application, such as to transition to another block, direct the application to follow a certain path, or end the call.
You might not see all of the blocks listed here on your Palette. The blocks shown depend on the features that are enabled and the type of application that is being built. For example, the Terminate block is only available for Digital application types.
Use the links below to learn more about each block.
Assign Variables
Assigns a new value or expression to user variables.
Used in: Initialize, Self Service, Assisted Service, Finalize
Change Language
Changes the language of the application and audio resources.
Used in: Initialize, Self Service, Assisted Service, Finalize
Go To
Enables transitions to other blocks.
Used in: Self-Service, Assisted Service
Return
Returns control from the Shared Module to the application or Shared Module that called it.
Used in: Shared Modules
Segmentation
Selects a path based on a specific runtime condition.
Used in: Initialize, Self Service, Assisted Service, Finalize
Shared Module
Splits larger applications into smaller pieces.
Used in: Self-Service, Assisted Service
Terminate Call
Disconnects the caller and stops the call.
Used in: Initialize, Self Service, Assisted Service, Finalize
Terminate (Digital only)
Used in: Assisted Service, Finalize