diff options
author | 2023-10-29 20:52:29 +0500 | |
---|---|---|
committer | 2023-10-29 20:52:29 +0500 | |
commit | 42a03d2550f60a8064078f19a743afb944f9ff69 (patch) | |
tree | c9a7b3d028737d5fecd2e05f69e1c744810ed5fb /agl_service_voiceagent/protos/voice_agent.proto | |
parent | a10c988b5480ca5b937a2793b450cfa01f569d76 (diff) |
Update voice agent service
Add new features such as an option to load service
using an external config file, enhanced kuksa client,
and a more robust mapper.
Signed-off-by: Malik Talha <talhamalik727x@gmail.com>
Change-Id: Iba3cfd234c0aabad67b293669d456bb73d8e3135
Diffstat (limited to 'agl_service_voiceagent/protos/voice_agent.proto')
-rw-r--r-- | agl_service_voiceagent/protos/voice_agent.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/agl_service_voiceagent/protos/voice_agent.proto b/agl_service_voiceagent/protos/voice_agent.proto index 8ee8324..8c3ab65 100644 --- a/agl_service_voiceagent/protos/voice_agent.proto +++ b/agl_service_voiceagent/protos/voice_agent.proto @@ -78,5 +78,6 @@ message ExecuteInput { } message ExecuteResult { - ExecuteStatusType status = 1; + string response = 1; + ExecuteStatusType status = 2; } |