Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 53bffed

Browse files
dizcologycrwilcox
authored andcommitted
Add list intents region tag (#49)
Add list intents region tag (#49)
1 parent ae4ab91 commit 53bffed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/intent_management.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
# [END import_libraries]
3535

3636

37+
# [START dialogflow_list_intents]
3738
def list_intents(project_id):
3839
intents_client = dialogflow.IntentsClient()
3940

@@ -58,6 +59,7 @@ def list_intents(project_id):
5859
print('Output contexts:')
5960
for output_context in intent.output_contexts:
6061
print('\tName: {}'.format(output_context.name))
62+
# [END dialogflow_list_intents]
6163

6264

6365
# [START dialogflow_create_intent]

0 commit comments

Comments
 (0)