I would like to reference my current version in Dialogflow CX, so that when I trigger an intent like "what_version", I could return a fulfillment like: "session.params.environment.version"
Is this possible?
I would like to reference my current version in Dialogflow CX, so that when I trigger an intent like "what_version", I could return a fulfillment like: "session.params.environment.version"
Is this possible?
Accessing agent info is not possible directly, but as some comments said CX is very flexible so you could work around that.
My suggestion is:
version
:<whatever>
$session.params.version
parameter you can use in your answers!