PredictedSayCommand interface
A predicted SAY command is a response that the AI system should say.
- Extends
Properties
response | The response that the AI system should say. |
type | Type to indicate that a SAY command is being returned. |
Property Details
response
The response that the AI system should say.
response: Message<string>
Property Value
Message<string>
type
Type to indicate that a SAY command is being returned.
type: "SAY"
Property Value
"SAY"