Uber Eats delivery options - new COVID related feature - uber-api

Uber Eats introduced a new feature - delivery options such as: "direct delivery", "leave at door", "meeting outside". How can I access it using UberEats API? I can't see it documented https://developer.uber.com/docs/eats/references/api/v2/eats-order-order_id-get

Related

Sabre Seat Map REST API?

Is there a Seat Map REST API in SABRE?
I see this post mention using Seat Map BETA 4.00 REST API -
(Seat Map (Bet)a 4.0.0 - All seats showing "SeatIsFree") - uberverbosity, but I cannot find it in Sabre Dev Studio.
Also, what is the best practice to place "Pick a Seat" in the Air Booking workflow? After RevalidateItinerary and before Create PNR?
Yes, the correct service is Get Seats on the following link:
https://developer.sabre.com/docs/rest_apis/air/getseats/v2
To add the seat, make an SSR request on CreatePassengerNameRecordRQ, and the airline carrier will confirm in the response that you can proceed to issue the EMD at the ticketing stage of your workflow.

Google Action certification taked too long

We are a smart home product development company and we have been working on voice assistants integration and Google action is actually part of our assistant integration. We developed and submitted our initial google action for the certification that will be shipped with our product to the customers. As per in the action console release page, they state the review may take 5-7 days and will be notified via an email once review is completed but it's been longer than said days now, we didn't hear back anything yet. We are unable to find any support email to google action for direct inquiry hence we don't have any clues what's the actual status with our google action. Is there any support email, we can directly reach out to google action support rep like in Alexa? The critical part is our marketing team has planned to release the product within next couple of weeks. So, we have to make sure the google action developed is on Live.
This is a dedicated page for actions that are stuck in review, but it also offers some other support options.
https://support.google.com/actions-console/contact/support

API for approval app in teams -is there is any rest api is available for new approval app in teams?

is there is any rest api is available for new approval app in teams
Send, receive, manage, and share approvals in Microsoft Teams
The hub for your approvals across all systems that you create, manage, and share. Get things done quickly with the ability to review and take action right in Microsoft Teams. To use this app, you need to have an F3 license or above. Contact your admin if you're unable to use the app.
or any graph api request for teams approval app , i am good with ui usage in teams
plan to integrated for conversation flow of my bot do to this integration need api to integrate with my bot , i am not at all got any things related to api of rest and graph
thanks
rajamanikkam.b
As of 19/1/2021, We don't have Graph API's for teams approval app. If you need this feature to be released in future releases, Please raise a uservoice here

SendGrid free plan is not listed Select Plan dropdown

we are developing services on IBM Bluemix and are working in multiple Bluemix orgs. We’ve noticed recently that the SendGrid free plan no longer is available (isn’t listed in the Select Plan dropdown). We see only Bronze, Silver, Gold, Platinum. Is this a bug? Was the free plan intentionally removed? #BenRondeau et al.
Thanks!.. Duane
The SendGrid free plan in Bluemix is temporarily unavailable for maintenance per the Bluemix status page:
http://ibm.biz/bluemixstatus
Here is the maintenance text for your convenience:
Maintenance: SendGrid service - US South and United Kingdom regions
The SendGrid 3rd party service has been removed from the catalog
temporarily for maintenance. This page will be updated when that
maintenance is complete. Users can not create new instances of the
service during this time. Existing instances will continue to work as
expected.
Update 2016-02-19 19:03 UTC: Maintenance of the paid SendGrid plan
offerings is complete and those plans have been restored to the US
South, United Kingdom regions. The team is working to restore the
free plan as soon as possible.
I'm not sure how the integration is with Bluemix, and if there's an interface within orgs for SendGrid that you're referring to, but you can easily get it the old fashion way: from the settings page on SendGrid's site. I made a free account just yesterday and am currently using it today without being billed.
If you need help navigating their site, they have a page dedicated to their free plan.
Just click the Try for free button. It takes you to a modal page where you can add your credentials and sign up. :)

Options for chat API in V2?

We have an education National Program called "Dale Aceptar"[1], where using a ChatBot creator we teach high school kids basic programing concepts like variables and regular expressions.
One of the key part of it is the kids connecting their chatbot to Facebook chat and let it chat with their friends get feedback.
Also with this software the National university of Cordoba won the "Google Roots in Science and Engineering (RISE) Awards"
I'm part of the team who build the software # Lvklabs.com [2]. Can you please point me some options to have access to the FB chat api after migration to V2 is complete?
Thanks
PDA
[1]http://www.daleaceptar.gob.ar/
[2]http://www.lvklabs.com/#/theproducts
https://developers.facebook.com/docs/chat/
The service and API this document covers has been deprecated with the release of Platform API v2.0. Once version 1.0 is deprecated, chat.facebook.com will no longer be available.
There are no plans to replace the Chat API. But even with the Chat API, i would see 2 problems:
User profiles can only be created for real users. A chat bot is not a real user.
The messages must bei user generated, bot messages would not be allowed.
Not sure if that would be good enough for you, but you could also create a Facebook Page for the bot and use the conversations endpoint: https://developers.facebook.com/docs/graph-api/reference/v2.2/page/conversations
You can´t initiate a conversation, but you can reply: https://developers.facebook.com/docs/graph-api/reference/v2.2/conversation/messages