actions_grpc_service_config.json 349 B

12345678910111213141516
  1. {
  2. "methodConfig": [{
  3. "name": [{ "service": "google.actions.sdk.v2.ActionsSdk" }],
  4. "timeout": "60s"
  5. },
  6. {
  7. "name": [
  8. { "service": "google.actions.sdk.v2.ActionsSdk", "method": "WritePreview" }
  9. ],
  10. "timeout": "180s"
  11. },
  12. {
  13. "name": [{ "service": "google.actions.sdk.v2.ActionsTesting" }],
  14. "timeout": "60s"
  15. }]
  16. }