Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

delete context issue #109

@abhikchakraborty

Description

@abhikchakraborty

Hi looks like there is a small issue on delete context end point

https://github.com/dialogflow/dialogflow-nodejs-client/blob/master/module/delete_contexts_request.js#L47

var contextPath = this.context ? '/' + context : '';

Should be

var contextPath = this.context ? '/' + this.context : '';

Could you please do a new release with the fix.
Thanks !!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions