ok
CHOOSE YOUR LANGUAGE
git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git

{  
   "system_info":{  
      "version_info":"ver1.0"
   },
   "event_slu_query":{  
      "user_utterance":[  
         {  
            "CsrType":"Google",
            "result":[  
               "show me a",
               "show me a call",
               "show me",
               "show me all",
               "show me a song"
            ]
         },
         {  
            "CsrType":"vocon",
            "result":"show me the photo"
         }
      ],
      "correctedSentence":"show me the photo",
      "error_code":"success",
      "app_semantic":{  
         "IntentionId":"gallery.photo.request",
         "Domain":"49",
         "domain":"com.asus.robotgallery",
         "CrossIntent":true,
         "output_context":[  
            "gallery_device_previous_state",
            "gallery_device_choose",
            "gallery_device_choose_number",
            "gallery_cancel",
            "gallery_quit",
            "gallery_show_tutorial",
            "gallery_repeat_tts"
         ],
         "Phrase":[  
         ]
      },
      "speaker_id":"",
      "doa":0
   }
Go To Top