monf 261818efcf [Doc] add doc for Say neuron 8 năm trước cách đây
..
README.md 261818efcf [Doc] add doc for Say neuron 8 năm trước cách đây
__init__.py ce98bc3ba3 8 năm trước cách đây
say.py 261818efcf [Doc] add doc for Say neuron 8 năm trước cách đây

README.md

shell

Synopsis

This neuron is the mouth of Kalliope and uses the TTS to say the given message.

Options

parameter required default choices comment
message YES A list of messages Kalliope could say

Return Values

No returned values

Synapses example

Simple example :

   - name: "Say-hello"
    neurons:
      - say:
          message:
            - "Hello Sir"
    signals:
      - order: "hello"

With a multiple choice list, Kalliope will pick one randomly:

   - name: "Say-hello"
    neurons:
      - say:
          message:
            - "Hello Sir"
            - "Welcome Sir"
            - "Good morning Sir"
    signals:
      - order: "hello"

Notes

Note: The neuron does not return any values. Note: Kalliope randomly takes a message from the list