Skip to content

What is the default timeout for GAX calls? #312

@ujja

Description

@ujja

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!

Metadata

Metadata

Labels

priority: p3Desirable enhancement or fix. May not be included in next release.type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions