blob: d6e40ecc45dfb587104c29c4195736a8165a1c92 [file] [log] [blame] [edit]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="dialogflow_v2.html">Dialogflow API</a> . <a href="dialogflow_v2.projects.html">projects</a> . <a href="dialogflow_v2.projects.agent.html">agent</a> . <a href="dialogflow_v2.projects.agent.environments.html">environments</a> . <a href="dialogflow_v2.projects.agent.environments.intents.html">intents</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#list">list(parent, intentView=None, languageCode=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="list">list(parent, intentView=None, languageCode=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>
Args:
parent: string, A parameter (required)
intentView: string, A parameter
Allowed values
INTENT_VIEW_UNSPECIFIED -
INTENT_VIEW_FULL -
languageCode: string, A parameter
pageSize: integer, A parameter
pageToken: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
&quot;intents&quot;: [
{
&quot;action&quot;: &quot;A String&quot;,
&quot;defaultResponsePlatforms&quot;: [
&quot;A String&quot;,
],
&quot;displayName&quot;: &quot;A String&quot;,
&quot;endInteraction&quot;: True or False,
&quot;events&quot;: [
&quot;A String&quot;,
],
&quot;followupIntentInfo&quot;: [
{
&quot;followupIntentName&quot;: &quot;A String&quot;,
&quot;parentFollowupIntentName&quot;: &quot;A String&quot;,
},
],
&quot;inputContextNames&quot;: [
&quot;A String&quot;,
],
&quot;isFallback&quot;: True or False,
&quot;liveAgentHandoff&quot;: True or False,
&quot;messages&quot;: [
{
&quot;basicCard&quot;: {
&quot;buttons&quot;: [
{
&quot;openUriAction&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;formattedText&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;browseCarouselCard&quot;: {
&quot;imageDisplayOptions&quot;: &quot;A String&quot;,
&quot;items&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;footer&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;openUriAction&quot;: {
&quot;url&quot;: &quot;A String&quot;,
&quot;urlTypeHint&quot;: &quot;A String&quot;,
},
&quot;title&quot;: &quot;A String&quot;,
},
],
},
&quot;card&quot;: {
&quot;buttons&quot;: [
{
&quot;postback&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;imageUri&quot;: &quot;A String&quot;,
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;carouselSelect&quot;: {
&quot;items&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;info&quot;: {
&quot;key&quot;: &quot;A String&quot;,
&quot;synonyms&quot;: [
&quot;A String&quot;,
],
},
&quot;title&quot;: &quot;A String&quot;,
},
],
},
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;linkOutSuggestion&quot;: {
&quot;destinationName&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;listSelect&quot;: {
&quot;items&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;info&quot;: {
&quot;key&quot;: &quot;A String&quot;,
&quot;synonyms&quot;: [
&quot;A String&quot;,
],
},
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;mediaContent&quot;: {
&quot;mediaObjects&quot;: [
{
&quot;contentUrl&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;icon&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;largeImage&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
},
],
&quot;mediaType&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;platform&quot;: &quot;A String&quot;,
&quot;quickReplies&quot;: {
&quot;quickReplies&quot;: [
&quot;A String&quot;,
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;simpleResponses&quot;: {
&quot;simpleResponses&quot;: [
{
&quot;displayText&quot;: &quot;A String&quot;,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;textToSpeech&quot;: &quot;A String&quot;,
},
],
},
&quot;suggestions&quot;: {
&quot;suggestions&quot;: [
{
&quot;title&quot;: &quot;A String&quot;,
},
],
},
&quot;tableCard&quot;: {
&quot;buttons&quot;: [
{
&quot;openUriAction&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;columnProperties&quot;: [
{
&quot;header&quot;: &quot;A String&quot;,
&quot;horizontalAlignment&quot;: &quot;A String&quot;,
},
],
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;rows&quot;: [
{
&quot;cells&quot;: [
{
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;dividerAfter&quot;: True or False,
},
],
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;mlDisabled&quot;: True or False,
&quot;name&quot;: &quot;A String&quot;,
&quot;outputContexts&quot;: [
{
&quot;lifespanCount&quot;: 42,
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
],
&quot;parameters&quot;: [
{
&quot;defaultValue&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;entityTypeDisplayName&quot;: &quot;A String&quot;,
&quot;isList&quot;: True or False,
&quot;mandatory&quot;: True or False,
&quot;name&quot;: &quot;A String&quot;,
&quot;prompts&quot;: [
&quot;A String&quot;,
],
&quot;value&quot;: &quot;A String&quot;,
},
],
&quot;parentFollowupIntentName&quot;: &quot;A String&quot;,
&quot;priority&quot;: 42,
&quot;resetContexts&quot;: True or False,
&quot;rootFollowupIntentName&quot;: &quot;A String&quot;,
&quot;trainingPhrases&quot;: [
{
&quot;name&quot;: &quot;A String&quot;,
&quot;parts&quot;: [
{
&quot;alias&quot;: &quot;A String&quot;,
&quot;entityType&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
&quot;userDefined&quot;: True or False,
},
],
&quot;timesAddedCount&quot;: 42,
&quot;type&quot;: &quot;A String&quot;,
},
],
&quot;webhookState&quot;: &quot;A String&quot;,
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;,
}</pre>
</div>
<div class="method">
<code class="details" id="list_next">list_next()</code>
<pre>Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
</body></html>