blob: 719ae3aa8f44329d8b8ec92ddb4a6aa7e25d6108 [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.sessions.html">sessions</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="dialogflow_v2beta1.projects.agent.sessions.contexts.html">contexts()</a></code>
</p>
<p class="firstline">Returns the contexts Resource.</p>
<p class="toc_element">
<code><a href="dialogflow_v2beta1.projects.agent.sessions.entityTypes.html">entityTypes()</a></code>
</p>
<p class="firstline">Returns the entityTypes Resource.</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="#deleteContexts">deleteContexts(parent, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#detectIntent">detectIntent(session, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></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="deleteContexts">deleteContexts(parent, x__xgafv=None)</code>
<pre>
Args:
parent: 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="detectIntent">detectIntent(session, body=None, x__xgafv=None)</code>
<pre>
Args:
session: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
&quot;inputAudio&quot;: &quot;A String&quot;,
&quot;outputAudioConfig&quot;: {
&quot;audioEncoding&quot;: &quot;A String&quot;,
&quot;sampleRateHertz&quot;: 42,
&quot;synthesizeSpeechConfig&quot;: {
&quot;effectsProfileId&quot;: [
&quot;A String&quot;,
],
&quot;pitch&quot;: 3.14,
&quot;pronunciations&quot;: [
{
&quot;phoneticEncoding&quot;: &quot;A String&quot;,
&quot;phrase&quot;: &quot;A String&quot;,
&quot;pronunciation&quot;: &quot;A String&quot;,
},
],
&quot;speakingRate&quot;: 3.14,
&quot;voice&quot;: {
&quot;name&quot;: &quot;A String&quot;,
&quot;ssmlGender&quot;: &quot;A String&quot;,
},
&quot;volumeGainDb&quot;: 3.14,
},
},
&quot;outputAudioConfigMask&quot;: &quot;A String&quot;,
&quot;queryInput&quot;: {
&quot;audioConfig&quot;: {
&quot;audioEncoding&quot;: &quot;A String&quot;,
&quot;bargeInConfig&quot;: {
&quot;noBargeInDuration&quot;: &quot;A String&quot;,
&quot;totalDuration&quot;: &quot;A String&quot;,
},
&quot;defaultNoSpeechTimeout&quot;: &quot;A String&quot;,
&quot;disableNoSpeechRecognizedEvent&quot;: True or False,
&quot;enableAutomaticPunctuation&quot;: True or False,
&quot;enableWordInfo&quot;: True or False,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;model&quot;: &quot;A String&quot;,
&quot;modelVariant&quot;: &quot;A String&quot;,
&quot;optOutConformerModelMigration&quot;: True or False,
&quot;phraseHints&quot;: [
&quot;A String&quot;,
],
&quot;phraseSets&quot;: [
&quot;A String&quot;,
],
&quot;sampleRateHertz&quot;: 42,
&quot;singleUtterance&quot;: True or False,
&quot;speechContexts&quot;: [
{
&quot;boost&quot;: 3.14,
&quot;phrases&quot;: [
&quot;A String&quot;,
],
},
],
},
&quot;dtmf&quot;: {
&quot;dtmfEvents&quot;: [
&quot;A String&quot;,
],
},
&quot;event&quot;: {
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;text&quot;: {
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
},
&quot;queryParams&quot;: {
&quot;contexts&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;geoLocation&quot;: {
&quot;latitude&quot;: 3.14,
&quot;longitude&quot;: 3.14,
},
&quot;knowledgeBaseNames&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;resetContexts&quot;: True or False,
&quot;sentimentAnalysisRequestConfig&quot;: {
&quot;analyzeQueryTextSentiment&quot;: True or False,
},
&quot;sessionEntityTypes&quot;: [
{
&quot;entities&quot;: [
{
&quot;synonyms&quot;: [
&quot;A String&quot;,
],
&quot;value&quot;: &quot;A String&quot;,
},
],
&quot;entityOverrideMode&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
},
],
&quot;subAgents&quot;: [
{
&quot;environment&quot;: &quot;A String&quot;,
&quot;project&quot;: &quot;A String&quot;,
},
],
&quot;timeZone&quot;: &quot;A String&quot;,
&quot;webhookHeaders&quot;: {
&quot;a_key&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;alternativeQueryResults&quot;: [
{
&quot;action&quot;: &quot;A String&quot;,
&quot;allRequiredParamsPresent&quot;: True or False,
&quot;cancelsSlotFilling&quot;: True or False,
&quot;diagnosticInfo&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;fulfillmentMessages&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;fulfillmentText&quot;: &quot;A String&quot;,
&quot;intent&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;intentDetectionConfidence&quot;: 3.14,
&quot;knowledgeAnswers&quot;: {
&quot;answers&quot;: [
{
&quot;answer&quot;: &quot;A String&quot;,
&quot;faqQuestion&quot;: &quot;A String&quot;,
&quot;matchConfidence&quot;: 3.14,
&quot;matchConfidenceLevel&quot;: &quot;A String&quot;,
&quot;source&quot;: &quot;A String&quot;,
},
],
},
&quot;languageCode&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;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;queryText&quot;: &quot;A String&quot;,
&quot;sentimentAnalysisResult&quot;: {
&quot;queryTextSentiment&quot;: {
&quot;magnitude&quot;: 3.14,
&quot;score&quot;: 3.14,
},
},
&quot;speechRecognitionConfidence&quot;: 3.14,
&quot;webhookPayload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;webhookSource&quot;: &quot;A String&quot;,
},
],
&quot;outputAudio&quot;: &quot;A String&quot;,
&quot;outputAudioConfig&quot;: {
&quot;audioEncoding&quot;: &quot;A String&quot;,
&quot;sampleRateHertz&quot;: 42,
&quot;synthesizeSpeechConfig&quot;: {
&quot;effectsProfileId&quot;: [
&quot;A String&quot;,
],
&quot;pitch&quot;: 3.14,
&quot;pronunciations&quot;: [
{
&quot;phoneticEncoding&quot;: &quot;A String&quot;,
&quot;phrase&quot;: &quot;A String&quot;,
&quot;pronunciation&quot;: &quot;A String&quot;,
},
],
&quot;speakingRate&quot;: 3.14,
&quot;voice&quot;: {
&quot;name&quot;: &quot;A String&quot;,
&quot;ssmlGender&quot;: &quot;A String&quot;,
},
&quot;volumeGainDb&quot;: 3.14,
},
},
&quot;queryResult&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;allRequiredParamsPresent&quot;: True or False,
&quot;cancelsSlotFilling&quot;: True or False,
&quot;diagnosticInfo&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;fulfillmentMessages&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;fulfillmentText&quot;: &quot;A String&quot;,
&quot;intent&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;intentDetectionConfidence&quot;: 3.14,
&quot;knowledgeAnswers&quot;: {
&quot;answers&quot;: [
{
&quot;answer&quot;: &quot;A String&quot;,
&quot;faqQuestion&quot;: &quot;A String&quot;,
&quot;matchConfidence&quot;: 3.14,
&quot;matchConfidenceLevel&quot;: &quot;A String&quot;,
&quot;source&quot;: &quot;A String&quot;,
},
],
},
&quot;languageCode&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;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;queryText&quot;: &quot;A String&quot;,
&quot;sentimentAnalysisResult&quot;: {
&quot;queryTextSentiment&quot;: {
&quot;magnitude&quot;: 3.14,
&quot;score&quot;: 3.14,
},
},
&quot;speechRecognitionConfidence&quot;: 3.14,
&quot;webhookPayload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;webhookSource&quot;: &quot;A String&quot;,
},
&quot;responseId&quot;: &quot;A String&quot;,
&quot;webhookStatus&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;,
},
}</pre>
</div>
</body></html>