Name of the Web Component that GeneXus will generate for this Message.
When the Action property in Message of Conversational Flow is set to Component view, you can leave the Web Component property empty, so that the Chatbot generator will generate a Web component to be used as the response of this Flow.
This is a read-only property which determines the name of the auto-generated Web component. The name is <ConversationalObject>Component.
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 Start event of the auto-generated component includes a call to the Conversational Object.
The Web-generated web 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 Web component generated automatically, consider that It's not supported to have SDTs with substructures as out parameters, or SDTs which are a collection. 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.
This property is available since GeneXus 15 upgrade 12.
Objects: Conversational Flows