diff options
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; } |