Files
googleapis/google/cloud/dialogflow/cx/v3/dialogflow_grpc_service_config.json
Google APIs 1d641ec651 feat: Initial API proto for Dialogflow CX client library (GA).
PiperOrigin-RevId: 340364380
2020-11-02 19:38:46 -08:00

83 lines
1.9 KiB
JSON

{
"methodConfig": [
{
"name": [
{
"service": "google.cloud.dialogflow.cx.v3.Agents"
},
{
"service": "google.cloud.dialogflow.cx.v3.EntityTypes"
},
{
"service": "google.cloud.dialogflow.cx.v3.Environments"
},
{
"service": "google.cloud.dialogflow.cx.v3.Flows"
},
{
"service": "google.cloud.dialogflow.cx.v3.Fulfillments"
},
{
"service": "google.cloud.dialogflow.cx.v3.Intents"
},
{
"service": "google.cloud.dialogflow.cx.v3.Pages"
},
{
"service": "google.cloud.dialogflow.cx.v3.SecuritySettingsService"
},
{
"service": "google.cloud.dialogflow.cx.v3.Sessions"
},
{
"service": "google.cloud.dialogflow.cx.v3.SessionEntityTypes"
},
{
"service": "google.cloud.dialogflow.cx.v3.TransitionRouteGroups"
},
{
"service": "google.cloud.dialogflow.cx.v3.Versions"
},
{
"service": "google.cloud.dialogflow.cx.v3.Webhooks"
}
],
"timeout": "60s",
"retryPolicy": {
"initialBackoff": "0.100s",
"maxBackoff": "60s",
"backoffMultiplier": 1.3,
"retryableStatusCodes": [
"UNAVAILABLE"
]
}
},
{
"name": [
{
"service": "google.cloud.dialogflow.cx.v3.Sessions",
"method": "DetectIntent"
}
],
"timeout": "220s",
"retryPolicy": {
"initialBackoff": "0.100s",
"maxBackoff": "60s",
"backoffMultiplier": 1.3,
"retryableStatusCodes": [
"UNAVAILABLE"
]
}
},
{
"name": [
{
"service": "google.cloud.dialogflow.cx.v3.Sessions",
"method": "StreamingDetectIntent"
}
],
"timeout": "220s"
}
]
}