Lines Matching +full:agent +full:- +full:base
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
87 <p class="firstline">Creates a knowledge base.</p>
90 <p class="firstline">Deletes the specified knowledge base.</p>
93 <p class="firstline">Retrieves the specified knowledge base.</p>
96 <p class="firstline">Returns the list of all knowledge bases of the specified agent.</p>
102 <p class="firstline">Updates the specified knowledge base.</p>
111 <pre>Creates a knowledge base.
114 …parent: string, Required. The project to create a knowledge base for. Format: `projects//locations…
118 …base represents a collection of knowledge documents that you provide to Dialogflow. Your knowledge…
119 …"displayName": "A String", # Required. The display name of the knowledge base.…
120 …updated, expect this to be present for non en-us languages. When unspecified, the default language…
121 …: "A String", # The knowledge base resource name. The name must be empty when creating a…
126 1 - v1 error format
127 2 - v2 error format
132 …base represents a collection of knowledge documents that you provide to Dialogflow. Your knowledge…
133 …"displayName": "A String", # Required. The display name of the knowledge base.…
134 …updated, expect this to be present for non en-us languages. When unspecified, the default language…
135 …: "A String", # The knowledge base resource name. The name must be empty when creating a…
141 <pre>Deletes the specified knowledge base.
144 …name: string, Required. The name of the knowledge base to delete. Format: `projects//locations//kn…
145 …boolean, Optional. Force deletes the knowledge base. When set to true, any documents in the knowle…
148 1 - v1 error format
149 2 - v2 error format
154 …{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in you…
160 <pre>Retrieves the specified knowledge base.
163 …name: string, Required. The name of the knowledge base to retrieve. Format `projects//locations//k…
166 1 - v1 error format
167 2 - v2 error format
172 …base represents a collection of knowledge documents that you provide to Dialogflow. Your knowledge…
173 …"displayName": "A String", # Required. The display name of the knowledge base.…
174 …updated, expect this to be present for non en-us languages. When unspecified, the default language…
175 …: "A String", # The knowledge base resource name. The name must be empty when creating a…
181 <pre>Returns the list of all knowledge bases of the specified agent.
189 1 - v1 error format
190 2 - v2 error format
197 …base represents a collection of knowledge documents that you provide to Dialogflow. Your knowledge…
198 …uot;: "A String", # Required. The display name of the knowledge base. The name must be 1…
199 …updated, expect this to be present for non en-us languages. When unspecified, the default language…
200 …: "A String", # The knowledge base resource name. The name must be empty when creating a…
223 <pre>Updates the specified knowledge base.
226 …name: string, The knowledge base resource name. The name must be empty when creating a knowledge b…
230 …base represents a collection of knowledge documents that you provide to Dialogflow. Your knowledge…
231 …"displayName": "A String", # Required. The display name of the knowledge base.…
232 …updated, expect this to be present for non en-us languages. When unspecified, the default language…
233 …: "A String", # The knowledge base resource name. The name must be empty when creating a…
239 1 - v1 error format
240 2 - v2 error format
245 …base represents a collection of knowledge documents that you provide to Dialogflow. Your knowledge…
246 …"displayName": "A String", # Required. The display name of the knowledge base.…
247 …updated, expect this to be present for non en-us languages. When unspecified, the default language…
248 …: "A String", # The knowledge base resource name. The name must be empty when creating a…