-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e579510
commit 78788c3
Showing
16 changed files
with
252 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 24 additions & 17 deletions
41
examples/resources/genesyscloud_flow/inboundcall_flow_example2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
inboundCall: | ||
name: Terraform Flow Test-0f374aca-4d2e-4959-b1bb-9b4fa37e6c73 | ||
description: test description 2 | ||
defaultLanguage: en-us | ||
startUpRef: ./menus/menu[mainMenu] | ||
initialGreeting: | ||
tts: Archy says hi!!!!! | ||
menus: | ||
- menu: | ||
name: Main Menu | ||
audio: | ||
tts: You are at the Main Menu, press 9 to disconnect. | ||
refId: mainMenu | ||
choices: | ||
- menuDisconnect: | ||
name: Disconnect | ||
dtmf: digit_9 | ||
inboundEmail: | ||
name: Terraform Flow Test-d0c40522-88e4-4b66-aa48-f237afb819e0 | ||
division: New Home | ||
startUpRef: "/inboundEmail/states/state[Initial State_10]" | ||
defaultLanguage: en-us | ||
supportedLanguages: | ||
en-us: | ||
defaultLanguageSkill: | ||
noValue: true | ||
settingsInboundEmailHandling: | ||
emailHandling: | ||
disconnect: | ||
none: true | ||
settingsErrorHandling: | ||
errorHandling: | ||
disconnect: | ||
none: true | ||
states: | ||
- state: | ||
name: Initial State | ||
refId: Initial State_10 | ||
actions: | ||
- disconnect: | ||
name: Disconnect |
40 changes: 16 additions & 24 deletions
40
examples/resources/genesyscloud_flow/inboundcall_flow_example3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,16 @@ | ||
inboundEmail: | ||
name: Terraform Flow Test-0f374aca-4d2e-4959-b1bb-9b4fa37e6c73 | ||
description: test description 1 | ||
startUpRef: "/inboundEmail/states/state[Initial State_10]" | ||
defaultLanguage: en-us | ||
supportedLanguages: | ||
en-us: | ||
defaultLanguageSkill: | ||
noValue: true | ||
settingsInboundEmailHandling: | ||
emailHandling: | ||
disconnect: | ||
none: true | ||
settingsErrorHandling: | ||
errorHandling: | ||
disconnect: | ||
none: true | ||
states: | ||
- state: | ||
name: Initial State | ||
refId: Initial State_10 | ||
actions: | ||
- disconnect: | ||
name: Disconnect | ||
inboundCall: | ||
name: Terraform Flow Test-e602c7ba-318e-4373-99bb-bdf69dcc7600 | ||
defaultLanguage: en-us | ||
startUpRef: ./menus/menu[mainMenu] | ||
initialGreeting: | ||
tts: Archy says hi!!!!! | ||
menus: | ||
- menu: | ||
name: Main Menu | ||
audio: | ||
tts: You are at the Main Menu, press 9 to disconnect. | ||
refId: mainMenu | ||
choices: | ||
- menuDisconnect: | ||
name: Disconnect | ||
dtmf: digit_9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.