void HandleOnError(object sender, AIErrorEventArgs e) { RunInMainThread(() => { Debug.LogException(e.Exception); Debug.Log(e.ToString()); }); }
void HandleOnError(object sender, AIErrorEventArgs e) { RunInMainThread(() => { Debug.LogException(e.Exception); Debug.Log(e.ToString()); answerTextField.text = e.Exception.Message; }); }
void HandleOnError(object sender, AIErrorEventArgs e) { RunInMainThread(() => { Debug.LogException(e.Exception); Debug.Log(e.ToString()); text_to_speech.Speak("Ha habido un error."); }); }
void HandleOnError(object sender, AIErrorEventArgs e) { Debug.LogException(e.Exception); Debug.Log(e.ToString()); }