Syntax:
VA1.Enable_Artificial_Intelligence ="YES/NO"
Details :
This specifies if the VoiceAction has to go further to process
the constructed 'Golden Chara' for Artificial Intelligence match
or not.
Example :
Private Sub Start()
VA1...
VA1..Enable_Artificial_Intelligence = "YES"
End Sub