Skip to main content

Feedback Canvas

Module: Inworld.Assets. Namespace: Inworld.Assets. Inherited from MonoBehavior

This class serves in the prefabs used in the 3D canvas of the feedback menu.

VariableDescription
Input FieldThe input field to send comments about the dialog.
ResultThis is the result dialog if the feedback is successfully sent.
FunctionsDescriptionParameters
OpenOpen the detailed feedback dialog.interactionID: the InteractionID of the target Interaction.
correlationID: the CorrelationID of the target Interaction.
SetLikeSet this piece of the feedback is Like or Dislike.isOn: if it's true, this piece of feedback is Like, and vice versa.
SetIrrelevantSet this piece of the feedback is Irrelevant if you dislike this interaction.isOn: set this feedback to be Irrelavant if it's true.
SetUnsafeSet whether this piece of the feedback is Unsafe if you dislike this interaction.isOn: set this feedback to be Unsafe if it's true.
SetUntrueSet whether this piece of the feedback is Untrue if you dislike this interaction.isOn: set this feedback to be Untrue if it's true.
SetIncorrectKnowledgeSet whether this piece of the feedback contains IncorrectKnowledge if you dislike this interaction.isOn: set this feedback to be IncorrectKnowledge if it's true.
SetUnexpectedActionSet whether this piece of the feedback has UnexpectedAction if you dislike this interaction.isOn: set this feedback to be UnexpectedAction if it's true.
SetUnexpectedGoalBehaviorSet whether this piece of the feedback has UnexpectedGoalBehavior if you dislike this interaction.isOn: set this feedback to be UnexpectedGoalBehavior if it's true.
SetRepetitionSet whether this piece of the feedback is a Repetition if you dislike this interaction.isOn: set this feedback to be Repetition if it's true.
SubmitSubmit the feedback with the current settings.