How To Send Text Input To Google Assistant Sdk In Python
while converting text to audio and then sending to google assistant pushtalk is not giving accurate result. So i need suggestion, how i can send text data to google assistant texti
Solution 1:
You can send text queries using the API directly instead of trying to convert the audio.
There's also a sample for text input that you should be able to access if you download the sample project:
cd google-assistant-sdk/googlesamples/assistant/grpc
python -m textinput --device-id 'my-device-identifier' --device-model-id 'my-model-identifier'
Post a Comment for "How To Send Text Input To Google Assistant Sdk In Python"