===== Available Actions =====
===== SETUP =====
===== How does this action work? =====
===== Paramenters =====
INPUT
*Topic_strList -> List of used topics in your app.
*Content -> Information to replace "[content]" in the "BeforeSuboptionStatement".
OUTPUT
*ConcatenatedPrompt -> The final result.
===== Process =====
===== Example =====
Imagine an example of topic "Professions" with the following options:
Topic_str:
- Label = "Professions"
- BeforeSuboptionStatement = "The [content] should introduce the user into the following professions:"
- AfterSuboptionStatement = "And should include examples requirements, tasks and functions about that profession."
Option_Str [1]:
- Label = "Mechanic"
- AlternativeValue = ""
- IsNewLine = True
- IsSelected = True
- Label = "Pilot"
- AlternativeValue = "or Helicopter Pilot"
- IsNewLine = False
The final sentence will be:
"The [content] should introduce the user into the following professions:
Mechanic, or Helicopter Pilot.
And should include examples requirements, tasks and functions about that profession."
If *Content = "career plan", the final sentence will be:
"The career plan should introduce the user into the following professions:
===== FAQ =====