Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Feature/dialogflow location support #67

Merged
merged 3 commits into from
Sep 1, 2021

Conversation

davehorton
Copy link
Collaborator

add support for non-global dialogflow regions. To take advantage of this the project-id in the dialogflow_start api command should be formatted as follows:

project-id:environment:region-id. (explicitly specifies environment and region)

or

project-id:environment (region defaults to 'us')

or

project-id::region-id (environment defaults to 'draft')

or

project-id (environment and region default to 'draft' and 'us' respectively

Note: the following are the valid region-ids:

  • europe-west1
  • europe-west2
  • australia-southeast1
  • asia-northeast1
  • us

Note: This requires a build of freeswitch that has releases of grpc and googleapis that support this feature.
ansible-role-fsmrf will be updated shortly to build more recent versions of both that support this.

@davehorton davehorton merged commit 405b1c4 into main Sep 1, 2021
@davehorton davehorton deleted the feature/dialogflow-location-support branch September 1, 2021 17:54
@davehorton
Copy link
Collaborator Author

here is an example shell script showing how to build with the proper versions of grpc and googleapis

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant