Expand description

Contains dialogflow session client.

Modules

This module contains Google Dialogflow Session client that can be used for detec_intent operation. This is simple request/response operation, no streaming is involved. As a result this client is easily cloneable.

This module contains Google Dialogflow Session client that can be used for streaming_detec_intent operation. This involves streaming. As a result this client is not cloneable.

Functions

Convenience function to return properly formatted session string for detect intent call.

Convenience function to check if DetectIntentResponse represents end of conversation. If so, returns true, otherwise false.