Table of contents


Official Content
  • This documentation is valid for:

SD component that shows the response. If the property value is empty, a default SD component will be generated considering the response parameters of the flow. Its name is given in the Generated SD component property. If the property value is not empty, and it is assigned to any custom SD component, you have to call the Conversational Object in the Start event of your SD component.

Description

Allows determining the SD component that will be used to show the response, when the Action property in Message of Conversational Flow is set to Component View.

The property value can be left empty, which means that the component will be generated automatically, based on the Response Parameters of the Chatbot Response node. The Generated Component property determines the name of the auto-generated component. This component should not be changed, as it is generated every time the Conversational Flows object is generated or built.

On the other hand, if you need to customize the SD component shown at response time, you can create your own and configure the SD component property with that value.

If you want to have an object whose role is the same as the Conversational Object in your flow, you have to call it yourself from the SD Component. So the Component must meet the following requirements:

  1. The parm rule has to include, as in parameters, the same parameters as the Conversational Object's.
  2. Call the Conversational Object in the ClientStart Event.
     

So, the SD component is like a intermediary object which receives the Input parametes, calls the Conversational object, and displays the results.

Availability

This property is available since GeneXus 15 upgrade 12.

Scope

Objects: Conversational Flows

See Also

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant