summaryrefslogtreecommitdiff
path: root/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-11-29 17:32:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-29 17:32:50 +0000
commit9c93611edcb369f4e4ac7cff5c261bd1da65c347 (patch)
treec59375133ee2f7236c17758706e88a492db81259 /java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto
parent5b6d823a45fe56cf9c36e5b00908831049c1d827 (diff)
parent70fedf8d6caee1177ee891bbfff404dc48867c16 (diff)
Merge "Adding transcription rating feedback"
Diffstat (limited to 'java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto')
-rw-r--r--java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto b/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto
index c46fb2176..8248b02a7 100644
--- a/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto
+++ b/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto
@@ -184,7 +184,7 @@ service VoicemailTranscriptionService {
// Uploads user's transcription feedback. Feedback will only be collected from
// user's who have consented to donate their voicemails.
- rpc SendTranscriptionFeedback(SendTranscriptionFeedbackResponse)
+ rpc SendTranscriptionFeedback(SendTranscriptionFeedbackRequest)
returns (SendTranscriptionFeedbackResponse) {
}
}