This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated samples, unzipped sample agents, fixed peer dependency issue
Change-Id: I89f5a92d5df08aa7bf3485c199154a5a1377d1f7
- Loading branch information
Matt Carroll
committed
Jun 4, 2018
1 parent
d6eabd5
commit d8396fa
Showing
48 changed files
with
1,060 additions
and
45 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
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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"description": "", | ||
"language": "en", | ||
"disableInteractionLogs": false, | ||
"disableStackdriverLogs": true, | ||
"googleAssistant": { | ||
"googleAssistantCompatible": true, | ||
"project": "libsample-advanced", | ||
"welcomeIntentSignInRequired": false, | ||
"startIntents": [], | ||
"systemIntents": [], | ||
"endIntentIds": [ | ||
"736b2be9-7526-4f76-91ca-e16f46ea2cca", | ||
"6e9eae14-ec0e-4925-8506-96adab96eee4" | ||
], | ||
"oAuthLinking": { | ||
"required": false, | ||
"grantType": "AUTH_CODE_GRANT" | ||
}, | ||
"voiceType": "MALE_1", | ||
"capabilities": [], | ||
"protocolVersion": "V2", | ||
"autoPreviewEnabled": true, | ||
"isDeviceAgent": false | ||
}, | ||
"defaultTimezone": "America/Los_Angeles", | ||
"webhook": { | ||
"url": "https://us-central1-actionsontransactions.cloudfunctions.net/dialogflowFirebaseFulfillment", | ||
"headers": { | ||
"": "" | ||
}, | ||
"available": true, | ||
"useForDomains": false, | ||
"cloudFunctionsEnabled": true, | ||
"cloudFunctionsInitialized": true | ||
}, | ||
"isPrivate": true, | ||
"customClassifierMode": "use.after", | ||
"mlMinConfidence": 0.3, | ||
"supportedLanguages": [], | ||
"onePlatformApiVersion": "v2" | ||
} |
35 changes: 35 additions & 0 deletions
35
samples/actions-on-google/dialogflow-agent/intents/Action on Google List Select.json
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"id": "6e9eae14-ec0e-4925-8506-96adab96eee4", | ||
"name": "Action on Google List Select", | ||
"auto": true, | ||
"contexts": [], | ||
"responses": [ | ||
{ | ||
"resetContexts": false, | ||
"affectedContexts": [], | ||
"parameters": [], | ||
"messages": [ | ||
{ | ||
"type": "simple_response", | ||
"platform": "google", | ||
"lang": "en", | ||
"textToSpeech": "You selected an item from a list or carousel with the key \"#actions_intent_OPTION.OPTION\"" | ||
} | ||
], | ||
"defaultResponsePlatforms": { | ||
"google": false | ||
}, | ||
"speech": [] | ||
} | ||
], | ||
"priority": 500000, | ||
"webhookUsed": false, | ||
"webhookForSlotFilling": false, | ||
"lastUpdate": 1528133199, | ||
"fallbackIntent": false, | ||
"events": [ | ||
{ | ||
"name": "actions_intent_OPTION" | ||
} | ||
] | ||
} |
41 changes: 41 additions & 0 deletions
41
samples/actions-on-google/dialogflow-agent/intents/Default Fallback Intent.json
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"id": "a574dd15-59da-46e7-a17f-a621902a5bc7", | ||
"name": "Default Fallback Intent", | ||
"auto": true, | ||
"contexts": [], | ||
"responses": [ | ||
{ | ||
"resetContexts": false, | ||
"action": "input.unknown", | ||
"affectedContexts": [], | ||
"parameters": [], | ||
"messages": [ | ||
{ | ||
"type": 0, | ||
"lang": "en", | ||
"speech": [ | ||
"I didn\u0027t get that. Can you say it again?", | ||
"I missed what you said. Say it again?", | ||
"Sorry, could you say that again?", | ||
"Sorry, can you say that again?", | ||
"Can you say that again?", | ||
"Sorry, I didn\u0027t get that.", | ||
"Sorry, what was that?", | ||
"One more time?", | ||
"What was that?", | ||
"Say that again?", | ||
"I didn\u0027t get that.", | ||
"I missed that." | ||
] | ||
} | ||
], | ||
"defaultResponsePlatforms": {}, | ||
"speech": [] | ||
} | ||
], | ||
"priority": 500000, | ||
"webhookUsed": false, | ||
"webhookForSlotFilling": false, | ||
"fallbackIntent": true, | ||
"events": [] | ||
} |
37 changes: 37 additions & 0 deletions
37
samples/actions-on-google/dialogflow-agent/intents/Default Welcome Intent.json
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"id": "d4299d80-7da4-4fd2-a7b7-477ffb7a5df9", | ||
"name": "Default Welcome Intent", | ||
"auto": true, | ||
"contexts": [], | ||
"responses": [ | ||
{ | ||
"resetContexts": false, | ||
"action": "input.welcome", | ||
"affectedContexts": [], | ||
"parameters": [], | ||
"messages": [ | ||
{ | ||
"type": 0, | ||
"lang": "en", | ||
"speech": [ | ||
"Hi!", | ||
"Hello!", | ||
"Good day!", | ||
"Greetings!" | ||
] | ||
} | ||
], | ||
"defaultResponsePlatforms": {}, | ||
"speech": [] | ||
} | ||
], | ||
"priority": 500000, | ||
"webhookUsed": false, | ||
"webhookForSlotFilling": false, | ||
"fallbackIntent": false, | ||
"events": [ | ||
{ | ||
"name": "WELCOME" | ||
} | ||
] | ||
} |
28 changes: 28 additions & 0 deletions
28
samples/actions-on-google/dialogflow-agent/intents/Other Intent.json
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"id": "8ea5901d-817c-4514-8d00-5f8619e4f26e", | ||
"name": "Other Intent", | ||
"auto": true, | ||
"contexts": [], | ||
"responses": [ | ||
{ | ||
"resetContexts": false, | ||
"affectedContexts": [], | ||
"parameters": [], | ||
"messages": [ | ||
{ | ||
"type": 0, | ||
"lang": "en", | ||
"speech": [] | ||
} | ||
], | ||
"defaultResponsePlatforms": {}, | ||
"speech": [] | ||
} | ||
], | ||
"priority": 500000, | ||
"webhookUsed": true, | ||
"webhookForSlotFilling": false, | ||
"lastUpdate": 1528132560, | ||
"fallbackIntent": false, | ||
"events": [] | ||
} |
14 changes: 14 additions & 0 deletions
14
samples/actions-on-google/dialogflow-agent/intents/Other Intent_usersays_en.json
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"id": "262b5c54-aed4-4ad1-8a6f-424cf0c644df", | ||
"data": [ | ||
{ | ||
"text": "other intent", | ||
"userDefined": false | ||
} | ||
], | ||
"isTemplate": false, | ||
"count": 0, | ||
"updated": 1528132560 | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"version": "1.0.0" | ||
} |
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"description": "", | ||
"language": "en", | ||
"disableInteractionLogs": false, | ||
"googleAssistant": { | ||
"googleAssistantCompatible": true, | ||
"project": "libsample-multilangandlocale", | ||
"welcomeIntentSignInRequired": false, | ||
"startIntents": [], | ||
"systemIntents": [], | ||
"endIntentIds": [], | ||
"oAuthLinking": { | ||
"required": false, | ||
"grantType": "AUTH_CODE_GRANT" | ||
}, | ||
"voiceType": "MALE_1", | ||
"capabilities": [], | ||
"protocolVersion": "V2", | ||
"autoPreviewEnabled": true | ||
}, | ||
"defaultTimezone": "America/Los_Angeles", | ||
"webhook": { | ||
"url": "https://us-central1-libsample-advanced.cloudfunctions.net/dialogflowFirebaseFulfillment", | ||
"headers": { | ||
"": "" | ||
}, | ||
"available": true, | ||
"useForDomains": false, | ||
"cloudFunctionsEnabled": true, | ||
"cloudFunctionsInitialized": true | ||
}, | ||
"isPrivate": true, | ||
"customClassifierMode": "use.after", | ||
"mlMinConfidence": 0.3, | ||
"supportedLanguages": [ | ||
"fr" | ||
], | ||
"onePlatformApiVersion": "v2" | ||
} |
Oops, something went wrong.