-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
We are getting timeout using dialogflow cx client lib.
const { SessionsClient } = require('@google-cloud/dialogflow-cx') ... const responses = await this.sessionClient.detectIntent(request)
I know that I can set the timeout using CallOptions
import { CallOptions } from 'google-gax';
but what is its default?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.