forked from GoogleCloudPlatform/python-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.rst.in
55 lines (51 loc) · 1.51 KB
/
README.rst.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file is used to generate README.rst
product:
name: Dialogflow Enterprise Edition API
short_name: Dialogflow API
url: https://cloud.google.com/dialogflow-enterprise/docs/
description: >
The `Dialogflow Enterprise Edition API`_ enables you to create conversational experiences across devices and platforms.
setup:
- auth
- install_deps
samples:
- name: Detect Intent Text
file: detect_intent_texts.py
show_help: True
- name: Detect Intent Audio
file: detect_intent_audio.py
show_help: True
- name: Detect Intent Stream
file: detect_intent_stream.py
show_help: True
- name: Detect Intent Knowledge Base
file: detect_intent_knowledge.py
show_help: True
- name: Detect Intent with Model Selection
file: detect_intent_with_model_selection.py
show_help: True
- name: Detect Intent with Sentiment Analysis
file: detect_intent_with_sentiment_analysis.py
show_help: True
- name: Detect Intent with Text to Speech Response
file: detect_intent_with_texttospeech_response.py
show_help: True
- name: Intent Management
file: intent_management.py
show_help: True
- name: Entity Type Management
file: entity_type_management.py
show_help: True
- name: Entity Management
file: entity_management.py
show_help: True
- name: Session Entity Type Management
file: session_entity_type_management.py
show_help: True
- name: Knowledge Base Management
file: knowledge_base_management.py
show_help: True
- name: Document Management
file: document_management.py
show_help: True
cloud_client_library: true