Questions tagged [assistant]

118 questions
19
votes
6 answers

xcode 6 assistant editor Automatic results will not display

I can not drag anything to the code from the storyboard. Files were in assistant editor under automatic but now there gone how do i get them back other then deleting and recreating them? Opening them up under manual it will come up but Xcode can't…
dscrown
  • 578
  • 1
  • 5
  • 21
15
votes
4 answers

Assistant editor(Xcode 7.3) always showing interface file in storyboard , even when I choose manually

Even after deleting derived data many times, and trying other things, I am still facing this problem. Can you help me?
pawansinghncr
  • 181
  • 1
  • 7
10
votes
0 answers

Android assistant - MediaBrowserService - Voice command - "Play x on appName"

The voice commande Play [song] on [my appName] command not working, the "appName" is not being recognised by google assistante. I followed the instruction form https://developer.android.com/guide/topics/media-apps/interacting-with-assistant and the…
8
votes
3 answers

javascript wizard/assistant plugin

I wonder if someone knows a javascript pluging (preferably for jQuery) to create MS word like wizards or assistant. To better explain what I want is a plugin for introducing a web site to new users, showing some message to do something and blinking…
jalogar
  • 1,604
  • 19
  • 27
5
votes
5 answers

Xcode 4: Open arbitrary files in assistant editor

Is it possible to open a file that is not part of any project in the assistant editor? Open Quickly can open files in the assistant, but only searches the project itself. If I open an outside file in Xcode, it gets a new window that cannot access…
Gauchi
  • 101
  • 1
  • 4
5
votes
1 answer

Define my app as Google Assistant's default music service

I am developping an Android Music Player application. I'd like to integrate it with Google Assistant to control playback and search songs by voice. I already implemented a Media Session in my app according to instructions from the official…
3
votes
1 answer

Creating a content assistant (ctrl+space) using Javascript and editable document

I've created a running example of a content assistant in an editable area on a html document. So if the user hits ctrl and space on the keyboard a context menu appears. Currently (see demo bellow) the context menu is on the right y position (bellow…
mythbu
  • 657
  • 2
  • 7
  • 16
3
votes
1 answer

Xcode unable to open proper class in Assistant Editor for class UICollectionReusableView

I have a Collection View scene with associated Cocoa class (working right), and this View contains two Generic Collection Reusable Views. I created Cocoa classes of UICollectionReusableView and set them here. But when I start assistant editor, it…
Mlok
  • 155
  • 9
3
votes
1 answer

How to make chatbot starts listening on calling its name?

I want my python chatbot to start listening when I say "Echo". How do I do that? A snippet of chatbot is below. import speech_recognition as sr running=True r = sr.Recognizer() def Speech(): with sr.Microphone() as source: …
3
votes
0 answers

Voice Assistant enable text selection in samsung devices

As per the google's accessibility support document(https://support.google.com/accessibility/android/answer/6378148?hl=en), we should use UrlSpan and local context menu to detect the clickable span in talkback mode. Samsung devices don't have…
Madhu
  • 1,780
  • 23
  • 47
3
votes
1 answer

Add content to Android Assistant

Hello I am developing an app dealing with products and I would like to improve user experience using Android assistant. I read Google's documentation and try first using the code below: @Override public void onProvideAssistContent(AssistContent…
Thibaud Renaux
  • 280
  • 1
  • 17
3
votes
1 answer

AIML Implementation for android application

I am developing android application using AIML. I am completely new to AIML so I don't know that how can I implement AIML in my application.I found program-ab useful but still in trouble.If any one know how can I do this please give me any guide…
Vijay Vankhede
  • 3,018
  • 1
  • 26
  • 46
2
votes
2 answers

Playsound throwing error "returned non-zero exit status 1"

I am trying to build a voice assistant. I am facing a problem with the playsound library. Please view my code snippet. def respond(output): """ function to respond to user questions """ num=0 print(output) num += 1 …
2
votes
2 answers

If you want to develop a voice assistant, which language would you use?

I am trying to develop a voice assistant, but I am confused on which language to use. I want the app to work properly on both windows and android. If you have any suggestions please post them.
2
votes
1 answer

Custom payment via voice assistant apps

We have a website with payment possibilities. We're also developing skills for Amazon Alexa and Google Assistant, and users can link account with our system. Are we allowed to let users make payments/transactions through our system through these…
Bela27
  • 21
  • 1
1
2 3 4 5 6 7 8