Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs(samples): removed testing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
b-loved-dreamer committed Oct 13, 2021
1 parent a08342f commit ad8bdf8
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ public static void main(String[] args) throws IOException {
String agentId = "my-agent-id";
String intentId = "my-intent-id";

String p = "python-docs-samples-tests";
String i = "04def868-ccd3-4e16-8773-3eb347727923";
String a = "53516802-3e2a-4016-80b6-a3df0d240240";
String l = "global";

listTrainingPhrases(p, l, a, i);
listTrainingPhrases(projectId, location, agentId, intentId);
}

// DialogFlow API List Training Phrases sample.
Expand Down

0 comments on commit ad8bdf8

Please sign in to comment.