blob: 92fd308b4d2716ee302a086434a42e205e09cdb9 [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_v2beta1.html">Dialogflow API</a> . <a href="dialogflow_v2beta1.projects.html">projects</a> . <a href="dialogflow_v2beta1.projects.agent.html">agent</a> . <a href="dialogflow_v2beta1.projects.agent.intents.html">intents</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#batchDelete">batchDelete(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#batchUpdate">batchUpdate(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<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="#create">create(parent, body=None, intentView=None, languageCode=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#get">get(name, intentView=None, languageCode=None, x__xgafv=None)</a></code></p>
<p class="firstline"></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>
<p class="toc_element">
<code><a href="#patch">patch(name, body=None, intentView=None, languageCode=None, updateMask=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="batchDelete">batchDelete(parent, body=None, x__xgafv=None)</code>
<pre>
Args:
parent: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
&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;rbmCarouselRichCard&quot;: {
&quot;cardContents&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;cardWidth&quot;: &quot;A String&quot;,
},
&quot;rbmStandaloneRichCard&quot;: {
&quot;cardContent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;cardOrientation&quot;: &quot;A String&quot;,
&quot;thumbnailImageAlignment&quot;: &quot;A String&quot;,
},
&quot;rbmText&quot;: {
&quot;rbmSuggestion&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;text&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;telephonyPlayAudio&quot;: {
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonySynthesizeSpeech&quot;: {
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;mlDisabled&quot;: True or False,
&quot;mlEnabled&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;,
},
],
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
&quot;done&quot;: True or False,
&quot;error&quot;: {
&quot;code&quot;: 42,
&quot;details&quot;: [
{
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
},
],
&quot;message&quot;: &quot;A String&quot;,
},
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
},
&quot;name&quot;: &quot;A String&quot;,
&quot;response&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
},
}</pre>
</div>
<div class="method">
<code class="details" id="batchUpdate">batchUpdate(parent, body=None, x__xgafv=None)</code>
<pre>
Args:
parent: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
&quot;intentBatchInline&quot;: {
&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;rbmCarouselRichCard&quot;: {
&quot;cardContents&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;cardWidth&quot;: &quot;A String&quot;,
},
&quot;rbmStandaloneRichCard&quot;: {
&quot;cardContent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;cardOrientation&quot;: &quot;A String&quot;,
&quot;thumbnailImageAlignment&quot;: &quot;A String&quot;,
},
&quot;rbmText&quot;: {
&quot;rbmSuggestion&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;text&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;telephonyPlayAudio&quot;: {
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonySynthesizeSpeech&quot;: {
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;mlDisabled&quot;: True or False,
&quot;mlEnabled&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;intentBatchUri&quot;: &quot;A String&quot;,
&quot;intentView&quot;: &quot;A String&quot;,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;updateMask&quot;: &quot;A String&quot;,
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
&quot;done&quot;: True or False,
&quot;error&quot;: {
&quot;code&quot;: 42,
&quot;details&quot;: [
{
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
},
],
&quot;message&quot;: &quot;A String&quot;,
},
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
},
&quot;name&quot;: &quot;A String&quot;,
&quot;response&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
},
}</pre>
</div>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="create">create(parent, body=None, intentView=None, languageCode=None, x__xgafv=None)</code>
<pre>
Args:
parent: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
&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;rbmCarouselRichCard&quot;: {
&quot;cardContents&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;cardWidth&quot;: &quot;A String&quot;,
},
&quot;rbmStandaloneRichCard&quot;: {
&quot;cardContent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;cardOrientation&quot;: &quot;A String&quot;,
&quot;thumbnailImageAlignment&quot;: &quot;A String&quot;,
},
&quot;rbmText&quot;: {
&quot;rbmSuggestion&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;text&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;telephonyPlayAudio&quot;: {
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonySynthesizeSpeech&quot;: {
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;mlDisabled&quot;: True or False,
&quot;mlEnabled&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;,
}
intentView: string, A parameter
Allowed values
INTENT_VIEW_UNSPECIFIED -
INTENT_VIEW_FULL -
languageCode: 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;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;rbmCarouselRichCard&quot;: {
&quot;cardContents&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;cardWidth&quot;: &quot;A String&quot;,
},
&quot;rbmStandaloneRichCard&quot;: {
&quot;cardContent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;cardOrientation&quot;: &quot;A String&quot;,
&quot;thumbnailImageAlignment&quot;: &quot;A String&quot;,
},
&quot;rbmText&quot;: {
&quot;rbmSuggestion&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;text&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;telephonyPlayAudio&quot;: {
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonySynthesizeSpeech&quot;: {
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;mlDisabled&quot;: True or False,
&quot;mlEnabled&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;,
}</pre>
</div>
<div class="method">
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
<pre>
Args:
name: string, A parameter (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
}</pre>
</div>
<div class="method">
<code class="details" id="get">get(name, intentView=None, languageCode=None, x__xgafv=None)</code>
<pre>
Args:
name: string, A parameter (required)
intentView: string, A parameter
Allowed values
INTENT_VIEW_UNSPECIFIED -
INTENT_VIEW_FULL -
languageCode: 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;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;rbmCarouselRichCard&quot;: {
&quot;cardContents&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;cardWidth&quot;: &quot;A String&quot;,
},
&quot;rbmStandaloneRichCard&quot;: {
&quot;cardContent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;cardOrientation&quot;: &quot;A String&quot;,
&quot;thumbnailImageAlignment&quot;: &quot;A String&quot;,
},
&quot;rbmText&quot;: {
&quot;rbmSuggestion&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;text&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;telephonyPlayAudio&quot;: {
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonySynthesizeSpeech&quot;: {
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;mlDisabled&quot;: True or False,
&quot;mlEnabled&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;,
}</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;rbmCarouselRichCard&quot;: {
&quot;cardContents&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;cardWidth&quot;: &quot;A String&quot;,
},
&quot;rbmStandaloneRichCard&quot;: {
&quot;cardContent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;cardOrientation&quot;: &quot;A String&quot;,
&quot;thumbnailImageAlignment&quot;: &quot;A String&quot;,
},
&quot;rbmText&quot;: {
&quot;rbmSuggestion&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;text&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;telephonyPlayAudio&quot;: {
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonySynthesizeSpeech&quot;: {
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;mlDisabled&quot;: True or False,
&quot;mlEnabled&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>
<div class="method">
<code class="details" id="patch">patch(name, body=None, intentView=None, languageCode=None, updateMask=None, x__xgafv=None)</code>
<pre>
Args:
name: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
&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;rbmCarouselRichCard&quot;: {
&quot;cardContents&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;cardWidth&quot;: &quot;A String&quot;,
},
&quot;rbmStandaloneRichCard&quot;: {
&quot;cardContent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;cardOrientation&quot;: &quot;A String&quot;,
&quot;thumbnailImageAlignment&quot;: &quot;A String&quot;,
},
&quot;rbmText&quot;: {
&quot;rbmSuggestion&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;text&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;telephonyPlayAudio&quot;: {
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonySynthesizeSpeech&quot;: {
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;mlDisabled&quot;: True or False,
&quot;mlEnabled&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;,
}
intentView: string, A parameter
Allowed values
INTENT_VIEW_UNSPECIFIED -
INTENT_VIEW_FULL -
languageCode: string, A parameter
updateMask: 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;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;rbmCarouselRichCard&quot;: {
&quot;cardContents&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;cardWidth&quot;: &quot;A String&quot;,
},
&quot;rbmStandaloneRichCard&quot;: {
&quot;cardContent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;media&quot;: {
&quot;fileUri&quot;: &quot;A String&quot;,
&quot;height&quot;: &quot;A String&quot;,
&quot;thumbnailUri&quot;: &quot;A String&quot;,
},
&quot;suggestions&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;cardOrientation&quot;: &quot;A String&quot;,
&quot;thumbnailImageAlignment&quot;: &quot;A String&quot;,
},
&quot;rbmText&quot;: {
&quot;rbmSuggestion&quot;: [
{
&quot;action&quot;: {
&quot;dial&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;openUrl&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;shareLocation&quot;: {
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;reply&quot;: {
&quot;postbackData&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;text&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;telephonyPlayAudio&quot;: {
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonySynthesizeSpeech&quot;: {
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;mlDisabled&quot;: True or False,
&quot;mlEnabled&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;,
}</pre>
</div>
</body></html>