Questions tagged [google-now]

Google Now is an intelligent personal assistant app for Android and iPhone/iPad devices, that aims to assist your life by showing information based on the date, your location, and upcoming events.

Google Now is an intelligent personal assistant app for Android and iPhone/iPad devices, that aims to assist your life by showing information based on the date, your location, and upcoming events.

Google Now is linked to your Google account, and uses the vast information contained in the account to help preempt and predict your future needs. For example, by being connected to your GMail emails, it can scan for upcoming Flights, Hotel Reservations, and other events, and alert you when the time is approaching.

Google Now is integrated with many Google products, including...

  • Google Search
  • Google Calendar
  • GMail / Google Mail
  • Google Maps
  • Google Places

Additionally, as it is an app on mobile devices, it can also use information obtained from the mobile device, such as your geolocation. Such uses for this include alerting you when you need to leave for work if the route has high traffic, and telling you the weather in your current location.

Useful References:

149 questions
1
vote
0 answers

Google Now Search as default

I am developing an application for Google Now, and in my phone I have two options for voicecommand. One is Google Search and another one is Voice Search. By Default, I want to use Google Search and result should come in Google Now Voice.
1
vote
1 answer

Google Now change the command

I want to develop a application for Google Now, Google now listens to Microphone for command, when a command is received in microphone, before it goes to google now, I want to change the command through code. Eg. "Whats the temperature in Chennai…
Subramanian
  • 353
  • 5
  • 17
0
votes
1 answer

Open my app when user says app name in google now or google assistant

I want to open app name "myapp" when user searches or says "myapp" in google now or google assistant. not "start myapp" or "open myapp"... just "myapp". The app is a specific activity that has been installed. Try saying ok google amazon or uber or…
0
votes
0 answers

Is it possible to let an Assist app to handle "edge assist" (squeeze phone to trigger it)?

Background Google assistant app (AKA "Google-Now-On-Tap" and "Google Now") can be triggered on Pixel 2 devices by squeezing the device, using a feature called "Active edge" : To check if the current app is the default assistant app, you can use…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
0
votes
0 answers

How do I ensure that my blog posts show up on Google's Now Feed?

Even though we get a lot of traffic to our blog posts on our website, we never see them posted on the Google NOW Feed on Android devices. I realize that Google customizes this feed to each users past behavior. I do visit our website very frequently,…
Rak
  • 1
0
votes
1 answer

How to use Google Now to set alarms and reminders through 3rd party app

I've developed an Android alarm clock/reminder app and I'd like to know if there is a way possible to make Google Now at least prompt the user whether they want to set the alarm/reminder either through the default app or mine.
92AlanC
  • 1,327
  • 2
  • 14
  • 33
0
votes
1 answer

Can we have Google Now type search in our app?

Is it possible to integrate google now features in our app? Basically I want a text or speech result for the voice search within the app. So far the closest thing I have found is RecognizerIntent.ACTION_VOICE_SEARCH_HANDS_FREE This basically…
Amit
  • 3,422
  • 3
  • 28
  • 39
0
votes
1 answer

Google Now ParcelDelivery orderStatus creating two cards

I'm trying to simulate the scenario where you, as a customer, have ordered a product from an online web shop and want to track the package. So I am currently creating 3 marked up emails (as it probably would in a real life scenario) where the first…
BananaBackend
  • 95
  • 1
  • 1
  • 13
0
votes
0 answers

Get command Google now in my app

I would like to get back results in a variable of type String. The contents of what the user tells his smartphone via Google now that is: "OK google claptrap " I would like to do this so I could get back 'claptrap'. I have already searched but have…
Ne0ratek
  • 1
  • 1
0
votes
1 answer

Add new delivery company to Google Now

There is a company named Inpost, there are taking care of deliver things to parcel machines. They are sending standard emails with delivery status (received, in transport and on-place) I want to have information about my parcel on Google Now and…
0
votes
0 answers

Card does not exist error while posting my details to google now API

I'm getting Card does not exist error while posting my details to google now API can anyone have solution? { "error": { "errors": [ { "domain": "global", "reason": "notFound", "message": "Card 943426934 does not exist." } ], …
0
votes
1 answer

Google now Hotel reservation (LodgingReservation) image markup

I'm trying to insert a google now hotel reservation card using lodgingReservation schema in my hotel's confirmation email. It seems working all, but in my iphone I can't see the hotel image I've insert in the json. I read all the google…
DellaeMme
  • 73
  • 12
0
votes
1 answer

Cards and Markup for RentalCarReservation?

I'm looking to add [RentalCarReservation] (https://schema.org/RentalCarReservation) to the consumer-side confirmation emails sent for a large, multinational rental agency but am running into two key questions: Is there a corresponding Google Now…
Casey Grimes
  • 117
  • 12
0
votes
1 answer

Hotel Reservation (LodgingReservation) card not showing in Google Now

I've been trying to integrate a Google schema (LodgingReservation schema) in my company's hotel booking confirmation e-mails, in order to make corresponding hotel reservation cards appear in Google Now/Google Search, as specified in the following…
0
votes
1 answer

Flight card not available in some countries?

I have an email markup that is triggering a boarding pass card ( with a barcode) on my phone in France, so I am sure the markup is OK. However the very same markup received by a user in Colombia does not trigger any card. We tried multiple phones…
Renaud
  • 33
  • 6