How to use Google assistant without dialog flow - google-cloud-platform

I create an action on google assistant and I create a webhook but I need to use my NLP engine not dialog flow NLP, is there a way to do that?
And is there any API endpoint for google assistant?

You are looking for the Actions SDK. With that SDK you can use your own NLP and generate the responses you like.

I Solve it, using gactions CLI gactions CLI Website and follow up the Action SDK Documentation.

Related

Is there a way to enable OAuth 2.0 for a new Google Cloud Project via the commandline?

The process of setting up a setting up an oauth consent screen and getting the credentials.json is tedious to do every time I create project to use Google APIs. Is there a way to do this from the command line?
I wasn't able to figure out how to enable oauth with the gcloud cli by Googling.
You may follow the progress of this issue's feature request by paying attention to the issue tracker.

Secure UDFN click with microchip ATECC608A-TNGTLS to Google cloud iot core?

I am using microchip ATECC608A-TNGTLS with Mikroe Secure UDFN click. As far as i know its a click platform to authorize the device to google iot core. But i am not able to find any tutorial or example about how can i connect my Banana PI M4 to Google iot core using this platform?
I saw this example
https://github.com/MicrochipTech/gcp-iot-core-examples/tree/master/boards/raspi
but i am quite confused about how can i get the keys out of that secure chip. Is there anyone who already did the same setup and can help me? thanks a lot!
So i found the answer.
First you need to install the python package cryptoauthtools.
There are alot of examples are present like creating a JWT from ATECC608A.
https://github.com/MicrochipTech/cryptoauthtools/tree/master/python/examples
Intitalise the lib, create a JWT for the login and then there is a pubsub example present on google cloud webpage to publish data on the gcp..
https://cloud.google.com/pubsub/docs/tutorials

Is AWS AppSync applicable for Xamarin?

I am using dynamoDB in my application ,
but I need my application to work in the offline mood too ,
so I am trying to use appsync for the offline mode .
but I don't know if it is available for xamarin or not
I see in its documentation that it supports android and ios ,
but did it support Xamarin (directly or even implementing it in android and ios native first then attach it to Xamarin ? )
appsync documentation : https://docs.aws.amazon.com/appsync/latest/devguide/welcome.html
and if it is available is there is any tutorial or sample code for this ?
any help please ?
Thank you .
Well, I think you should go through their documentation for Xamarin and .Net
In the Setting Up the AWS Mobile SDK for .NET and Xamarin, they have given their own samples to refer to!!
Following are the links for each service that they provide for Xamarin
Cognito Identity
Cognito Sync
Dynamo DB
Mobile Analytics
S3
SNS
From what I understand App sync is not a part of the available official SDK's
But if you check the GitHub issue for the same which is here https://github.com/aws/aws-sdk-net/issues/901 and check the comment by NeilBostrom he has a way of doing it through GraphQL
Goodluck!
Feel free to get back if you have queries

Is there a way to get reporting on Google Voice usage?

Is there a way I can leverage the Google APIs to get a report on Google Voice usage in my domain? We just turned it on and wanted to see if any of our users were using the service.
Google Voice is not a core service within Google Apps and does not fall under Google's SLA. There are also no official APIs that allow access to Google Voice data. There is however at least one unofficial Python library to interact with Google Voice programatically.

Google API Translation

https://www.googleapis.com/language/translate/v2?key=INSERT-YOUR-KEY&q=hello%20world&source=en&target=de
In this URL, what is INSERT-YOUR-KEY? Any good tutorials on that?
If you are planning on using an API for a project, a highly recommended first step is to read the official documentation through fully:
http://code.google.com/apis/language/translate/v2/getting_started.html
From the introduction:
You need a Google account to use this API. If you already have a Google Account, then you can visit the Google APIs console to set up a new project and get your API key.
You need a Google API key in order to use Google-provided APIs: http://code.google.com/apis/loader/signup.html