Name of the Component that GeneXus will generate for this Message.
Objects: Conversational Flows
When the Action property in Message of Conversational Flow is set to Component view, you can leave the SD Component property empty, so that the Chatbot generator will generate an SD component to be used as the response of this Flow.
This is a read-only property that determines the name of the auto-generated SD component. The name is <ConversationalObject>ComponentSD.
The Component view is generated based on the Response parameters of the Chatbot Response which are given from the conversational object.
At the moment, the parameters should be:
- An SDT or a BC
- A collection of an SDT or BC.
If you want some parameters not to be included, just remove them from the Response Parameters node.
Note that the ClientStart event of the auto-generated component includes a call to the Conversational Object.
The generated SD Component should not be changed, as it is generated every time the Conversational Flows object is built.
Temporary Limitation for the out parameters of the conversational object
To have the SD component generated automatically, remember that having SDTs with substructures as out parameters or SDTs which are a collection is not supported. If you need to return a collection, you have to define as the output parameter a collection of an SDT - not use an SDT which is a collection.