blob: bf9e2ba2dfdd60981869dbb147c421fef3bb6506 [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_v3beta1.html">Dialogflow API</a> . <a href="dialogflow_v3beta1.projects.html">projects</a> . <a href="dialogflow_v3beta1.projects.locations.html">locations</a> . <a href="dialogflow_v3beta1.projects.locations.agents.html">agents</a> . <a href="dialogflow_v3beta1.projects.locations.agents.environments.html">environments</a> . <a href="dialogflow_v3beta1.projects.locations.agents.environments.sessions.html">sessions</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="dialogflow_v3beta1.projects.locations.agents.environments.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="#detectIntent">detectIntent(session, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#fulfillIntent">fulfillIntent(session, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#matchIntent">matchIntent(session, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#serverStreamingDetectIntent">serverStreamingDetectIntent(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="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;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;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;queryInput&quot;: {
&quot;audio&quot;: {
&quot;audio&quot;: &quot;A String&quot;,
&quot;config&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;enableWordInfo&quot;: True or False,
&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;sampleRateHertz&quot;: 42,
&quot;singleUtterance&quot;: True or False,
},
},
&quot;dtmf&quot;: {
&quot;digits&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
},
&quot;event&quot;: {
&quot;event&quot;: &quot;A String&quot;,
},
&quot;intent&quot;: {
&quot;intent&quot;: &quot;A String&quot;,
},
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;text&quot;: {
&quot;text&quot;: &quot;A String&quot;,
},
&quot;toolCallResult&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;error&quot;: {
&quot;message&quot;: &quot;A String&quot;,
},
&quot;outputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
&quot;queryParams&quot;: {
&quot;analyzeQueryTextSentiment&quot;: True or False,
&quot;channel&quot;: &quot;A String&quot;,
&quot;currentPage&quot;: &quot;A String&quot;,
&quot;currentPlaybook&quot;: &quot;A String&quot;,
&quot;disableWebhook&quot;: True or False,
&quot;endUserMetadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;flowVersions&quot;: [
&quot;A String&quot;,
],
&quot;geoLocation&quot;: {
&quot;latitude&quot;: 3.14,
&quot;longitude&quot;: 3.14,
},
&quot;llmModelSettings&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;inputTokenLimit&quot;: &quot;A String&quot;,
&quot;outputTokenLimit&quot;: &quot;A String&quot;,
&quot;temperature&quot;: 3.14,
},
&quot;promptText&quot;: &quot;A String&quot;,
},
&quot;parameterScope&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;populateDataStoreConnectionSignals&quot;: True or False,
&quot;searchConfig&quot;: {
&quot;boostSpecs&quot;: [
{
&quot;dataStores&quot;: [
&quot;A String&quot;,
],
&quot;spec&quot;: [
{
&quot;conditionBoostSpecs&quot;: [
{
&quot;boost&quot;: 3.14,
&quot;boostControlSpec&quot;: {
&quot;attributeType&quot;: &quot;A String&quot;,
&quot;controlPoints&quot;: [
{
&quot;attributeValue&quot;: &quot;A String&quot;,
&quot;boostAmount&quot;: 3.14,
},
],
&quot;fieldName&quot;: &quot;A String&quot;,
&quot;interpolationType&quot;: &quot;A String&quot;,
},
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
},
],
&quot;filterSpecs&quot;: [
{
&quot;dataStores&quot;: [
&quot;A String&quot;,
],
&quot;filter&quot;: &quot;A String&quot;,
},
],
},
&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;sessionTtl&quot;: &quot;A String&quot;,
&quot;timeZone&quot;: &quot;A String&quot;,
&quot;webhookHeaders&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&quot;responseView&quot;: &quot;A String&quot;,
&quot;session&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;allowCancellation&quot;: True or False,
&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;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;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;allowAnswerFeedback&quot;: True or False,
&quot;currentFlow&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;eventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
&quot;inputParameterDefinitions&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;type&quot;: &quot;A String&quot;,
&quot;typeSchema&quot;: {
&quot;inlineSchema&quot;: {
&quot;items&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1TypeSchema
&quot;type&quot;: &quot;A String&quot;,
},
&quot;schemaReference&quot;: {
&quot;schema&quot;: &quot;A String&quot;,
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;knowledgeConnectorSettings&quot;: {
&quot;dataStoreConnections&quot;: [
{
&quot;dataStore&quot;: &quot;A String&quot;,
&quot;dataStoreType&quot;: &quot;A String&quot;,
&quot;documentProcessingMode&quot;: &quot;A String&quot;,
},
],
&quot;enabled&quot;: True or False,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
&quot;locked&quot;: True or False,
&quot;multiLanguageSettings&quot;: {
&quot;enableMultiLanguageDetection&quot;: True or False,
&quot;supportedResponseLanguageCodes&quot;: [
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;,
&quot;nluSettings&quot;: {
&quot;classificationThreshold&quot;: 3.14,
&quot;modelTrainingMode&quot;: &quot;A String&quot;,
&quot;modelType&quot;: &quot;A String&quot;,
},
&quot;outputParameterDefinitions&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;type&quot;: &quot;A String&quot;,
&quot;typeSchema&quot;: {
&quot;inlineSchema&quot;: {
&quot;items&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1TypeSchema
&quot;type&quot;: &quot;A String&quot;,
},
&quot;schemaReference&quot;: {
&quot;schema&quot;: &quot;A String&quot;,
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;transitionRouteGroups&quot;: [
&quot;A String&quot;,
],
&quot;transitionRoutes&quot;: [
{
&quot;condition&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;intent&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;currentPage&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;entryFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
&quot;eventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
&quot;form&quot;: {
&quot;parameters&quot;: [
{
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;defaultValue&quot;: &quot;&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;entityType&quot;: &quot;A String&quot;,
&quot;fillBehavior&quot;: {
&quot;initialPromptFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
&quot;repromptEventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
&quot;required&quot;: True or False,
},
],
},
&quot;knowledgeConnectorSettings&quot;: {
&quot;dataStoreConnections&quot;: [
{
&quot;dataStore&quot;: &quot;A String&quot;,
&quot;dataStoreType&quot;: &quot;A String&quot;,
&quot;documentProcessingMode&quot;: &quot;A String&quot;,
},
],
&quot;enabled&quot;: True or False,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
&quot;name&quot;: &quot;A String&quot;,
&quot;transitionRouteGroups&quot;: [
&quot;A String&quot;,
],
&quot;transitionRoutes&quot;: [
{
&quot;condition&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;intent&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;dataStoreConnectionSignals&quot;: {
&quot;answer&quot;: &quot;A String&quot;,
&quot;answerGenerationModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;answerParts&quot;: [
{
&quot;supportingIndices&quot;: [
42,
],
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;citedSnippets&quot;: [
{
&quot;searchSnippet&quot;: {
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;snippetIndex&quot;: 42,
},
],
&quot;groundingSignals&quot;: {
&quot;decision&quot;: &quot;A String&quot;,
&quot;score&quot;: &quot;A String&quot;,
},
&quot;rewriterModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;rewrittenQuery&quot;: &quot;A String&quot;,
&quot;safetySignals&quot;: {
&quot;bannedPhraseMatch&quot;: &quot;A String&quot;,
&quot;decision&quot;: &quot;A String&quot;,
&quot;matchedBannedPhrase&quot;: &quot;A String&quot;,
},
&quot;searchSnippets&quot;: [
{
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
],
},
&quot;diagnosticInfo&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;dtmf&quot;: {
&quot;digits&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
},
&quot;generativeInfo&quot;: {
&quot;actionTracingInfo&quot;: {
&quot;actions&quot;: [
{
&quot;agentUtterance&quot;: {
&quot;requireGeneration&quot;: True or False,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;completeTime&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;event&quot;: {
&quot;event&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;flowInvocation&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;flow&quot;: &quot;A String&quot;,
&quot;flowState&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;outputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;flowStateUpdate&quot;: {
&quot;destination&quot;: &quot;A String&quot;,
&quot;eventType&quot;: &quot;A String&quot;,
&quot;functionCall&quot;: {
&quot;name&quot;: &quot;A String&quot;,
},
&quot;pageState&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;page&quot;: &quot;A String&quot;,
&quot;status&quot;: &quot;A String&quot;,
},
&quot;updatedParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;flowTransition&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;flow&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;intentMatch&quot;: {
&quot;matchedIntents&quot;: [
{
&quot;displayName&quot;: &quot;A String&quot;,
&quot;generativeFallback&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;intentId&quot;: &quot;A String&quot;,
&quot;score&quot;: 3.14,
},
],
},
&quot;llmCall&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;retrievedExamples&quot;: [
{
&quot;exampleDisplayName&quot;: &quot;A String&quot;,
&quot;exampleId&quot;: &quot;A String&quot;,
&quot;matchedRetrievalLabel&quot;: &quot;A String&quot;,
&quot;retrievalStrategy&quot;: &quot;A String&quot;,
},
],
&quot;temperature&quot;: 3.14,
&quot;tokenCount&quot;: {
&quot;conversationContextTokenCount&quot;: &quot;A String&quot;,
&quot;exampleTokenCount&quot;: &quot;A String&quot;,
&quot;totalInputTokenCount&quot;: &quot;A String&quot;,
&quot;totalOutputTokenCount&quot;: &quot;A String&quot;,
},
},
&quot;playbookInvocation&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;playbook&quot;: &quot;A String&quot;,
&quot;playbookInput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;precedingConversationSummary&quot;: &quot;A String&quot;,
},
&quot;playbookOutput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;executionSummary&quot;: &quot;A String&quot;,
&quot;state&quot;: &quot;A String&quot;,
},
&quot;playbookState&quot;: &quot;A String&quot;,
},
&quot;playbookTransition&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playbook&quot;: &quot;A String&quot;,
},
&quot;startTime&quot;: &quot;A String&quot;,
&quot;status&quot;: {
&quot;exception&quot;: {
&quot;errorMessage&quot;: &quot;A String&quot;,
},
},
&quot;stt&quot;: {
},
&quot;subExecutionSteps&quot;: [
{
&quot;completeTime&quot;: &quot;A String&quot;,
&quot;metrics&quot;: [
{
&quot;name&quot;: &quot;A String&quot;,
&quot;unit&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;name&quot;: &quot;A String&quot;,
&quot;startTime&quot;: &quot;A String&quot;,
&quot;tags&quot;: [
&quot;A String&quot;,
],
},
],
&quot;toolUse&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;dataStoreToolTrace&quot;: {
&quot;dataStoreConnectionSignals&quot;: {
&quot;answer&quot;: &quot;A String&quot;,
&quot;answerGenerationModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;answerParts&quot;: [
{
&quot;supportingIndices&quot;: [
42,
],
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;citedSnippets&quot;: [
{
&quot;searchSnippet&quot;: {
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;snippetIndex&quot;: 42,
},
],
&quot;groundingSignals&quot;: {
&quot;decision&quot;: &quot;A String&quot;,
&quot;score&quot;: &quot;A String&quot;,
},
&quot;rewriterModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;rewrittenQuery&quot;: &quot;A String&quot;,
&quot;safetySignals&quot;: {
&quot;bannedPhraseMatch&quot;: &quot;A String&quot;,
&quot;decision&quot;: &quot;A String&quot;,
&quot;matchedBannedPhrase&quot;: &quot;A String&quot;,
},
&quot;searchSnippets&quot;: [
{
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
],
},
},
&quot;displayName&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;outputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
&quot;webhookToolTrace&quot;: {
&quot;webhookTag&quot;: &quot;A String&quot;,
&quot;webhookUri&quot;: &quot;A String&quot;,
},
},
&quot;tts&quot;: {
},
&quot;userUtterance&quot;: {
&quot;audio&quot;: &quot;A String&quot;,
&quot;audioTokens&quot;: [
42,
],
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;conversationState&quot;: &quot;A String&quot;,
&quot;createTime&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;playbookInput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;precedingConversationSummary&quot;: &quot;A String&quot;,
},
&quot;playbookOutput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;executionSummary&quot;: &quot;A String&quot;,
&quot;state&quot;: &quot;A String&quot;,
},
&quot;tokenCount&quot;: &quot;A String&quot;,
&quot;updateTime&quot;: &quot;A String&quot;,
},
&quot;currentPlaybooks&quot;: [
&quot;A String&quot;,
],
},
&quot;intent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;isFallback&quot;: True or False,
&quot;labels&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: [
{
&quot;entityType&quot;: &quot;A String&quot;,
&quot;id&quot;: &quot;A String&quot;,
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
},
],
&quot;priority&quot;: 42,
&quot;trainingPhrases&quot;: [
{
&quot;id&quot;: &quot;A String&quot;,
&quot;parts&quot;: [
{
&quot;parameterId&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;repeatCount&quot;: 42,
},
],
},
&quot;intentDetectionConfidence&quot;: 3.14,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;match&quot;: {
&quot;confidence&quot;: 3.14,
&quot;event&quot;: &quot;A String&quot;,
&quot;intent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;isFallback&quot;: True or False,
&quot;labels&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: [
{
&quot;entityType&quot;: &quot;A String&quot;,
&quot;id&quot;: &quot;A String&quot;,
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
},
],
&quot;priority&quot;: 42,
&quot;trainingPhrases&quot;: [
{
&quot;id&quot;: &quot;A String&quot;,
&quot;parts&quot;: [
{
&quot;parameterId&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;repeatCount&quot;: 42,
},
],
},
&quot;matchType&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;resolvedInput&quot;: &quot;A String&quot;,
},
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;responseMessages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;sentimentAnalysisResult&quot;: {
&quot;magnitude&quot;: 3.14,
&quot;score&quot;: 3.14,
},
&quot;text&quot;: &quot;A String&quot;,
&quot;transcript&quot;: &quot;A String&quot;,
&quot;triggerEvent&quot;: &quot;A String&quot;,
&quot;triggerIntent&quot;: &quot;A String&quot;,
&quot;webhookDisplayNames&quot;: [
&quot;A String&quot;,
],
&quot;webhookIds&quot;: [
&quot;A String&quot;,
],
&quot;webhookLatencies&quot;: [
&quot;A String&quot;,
],
&quot;webhookPayloads&quot;: [
{
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
],
&quot;webhookStatuses&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;webhookTags&quot;: [
&quot;A String&quot;,
],
},
&quot;responseId&quot;: &quot;A String&quot;,
&quot;responseType&quot;: &quot;A String&quot;,
}</pre>
</div>
<div class="method">
<code class="details" id="fulfillIntent">fulfillIntent(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;match&quot;: {
&quot;confidence&quot;: 3.14,
&quot;event&quot;: &quot;A String&quot;,
&quot;intent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;isFallback&quot;: True or False,
&quot;labels&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: [
{
&quot;entityType&quot;: &quot;A String&quot;,
&quot;id&quot;: &quot;A String&quot;,
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
},
],
&quot;priority&quot;: 42,
&quot;trainingPhrases&quot;: [
{
&quot;id&quot;: &quot;A String&quot;,
&quot;parts&quot;: [
{
&quot;parameterId&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;repeatCount&quot;: 42,
},
],
},
&quot;matchType&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;resolvedInput&quot;: &quot;A String&quot;,
},
&quot;matchIntentRequest&quot;: {
&quot;persistParameterChanges&quot;: True or False,
&quot;queryInput&quot;: {
&quot;audio&quot;: {
&quot;audio&quot;: &quot;A String&quot;,
&quot;config&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;enableWordInfo&quot;: True or False,
&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;sampleRateHertz&quot;: 42,
&quot;singleUtterance&quot;: True or False,
},
},
&quot;dtmf&quot;: {
&quot;digits&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
},
&quot;event&quot;: {
&quot;event&quot;: &quot;A String&quot;,
},
&quot;intent&quot;: {
&quot;intent&quot;: &quot;A String&quot;,
},
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;text&quot;: {
&quot;text&quot;: &quot;A String&quot;,
},
&quot;toolCallResult&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;error&quot;: {
&quot;message&quot;: &quot;A String&quot;,
},
&quot;outputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
&quot;queryParams&quot;: {
&quot;analyzeQueryTextSentiment&quot;: True or False,
&quot;channel&quot;: &quot;A String&quot;,
&quot;currentPage&quot;: &quot;A String&quot;,
&quot;currentPlaybook&quot;: &quot;A String&quot;,
&quot;disableWebhook&quot;: True or False,
&quot;endUserMetadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;flowVersions&quot;: [
&quot;A String&quot;,
],
&quot;geoLocation&quot;: {
&quot;latitude&quot;: 3.14,
&quot;longitude&quot;: 3.14,
},
&quot;llmModelSettings&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;inputTokenLimit&quot;: &quot;A String&quot;,
&quot;outputTokenLimit&quot;: &quot;A String&quot;,
&quot;temperature&quot;: 3.14,
},
&quot;promptText&quot;: &quot;A String&quot;,
},
&quot;parameterScope&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;populateDataStoreConnectionSignals&quot;: True or False,
&quot;searchConfig&quot;: {
&quot;boostSpecs&quot;: [
{
&quot;dataStores&quot;: [
&quot;A String&quot;,
],
&quot;spec&quot;: [
{
&quot;conditionBoostSpecs&quot;: [
{
&quot;boost&quot;: 3.14,
&quot;boostControlSpec&quot;: {
&quot;attributeType&quot;: &quot;A String&quot;,
&quot;controlPoints&quot;: [
{
&quot;attributeValue&quot;: &quot;A String&quot;,
&quot;boostAmount&quot;: 3.14,
},
],
&quot;fieldName&quot;: &quot;A String&quot;,
&quot;interpolationType&quot;: &quot;A String&quot;,
},
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
},
],
&quot;filterSpecs&quot;: [
{
&quot;dataStores&quot;: [
&quot;A String&quot;,
],
&quot;filter&quot;: &quot;A String&quot;,
},
],
},
&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;sessionTtl&quot;: &quot;A String&quot;,
&quot;timeZone&quot;: &quot;A String&quot;,
&quot;webhookHeaders&quot;: {
&quot;a_key&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;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,
},
},
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
&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;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;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;allowAnswerFeedback&quot;: True or False,
&quot;currentFlow&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;eventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
&quot;inputParameterDefinitions&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;type&quot;: &quot;A String&quot;,
&quot;typeSchema&quot;: {
&quot;inlineSchema&quot;: {
&quot;items&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1TypeSchema
&quot;type&quot;: &quot;A String&quot;,
},
&quot;schemaReference&quot;: {
&quot;schema&quot;: &quot;A String&quot;,
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;knowledgeConnectorSettings&quot;: {
&quot;dataStoreConnections&quot;: [
{
&quot;dataStore&quot;: &quot;A String&quot;,
&quot;dataStoreType&quot;: &quot;A String&quot;,
&quot;documentProcessingMode&quot;: &quot;A String&quot;,
},
],
&quot;enabled&quot;: True or False,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
&quot;locked&quot;: True or False,
&quot;multiLanguageSettings&quot;: {
&quot;enableMultiLanguageDetection&quot;: True or False,
&quot;supportedResponseLanguageCodes&quot;: [
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;,
&quot;nluSettings&quot;: {
&quot;classificationThreshold&quot;: 3.14,
&quot;modelTrainingMode&quot;: &quot;A String&quot;,
&quot;modelType&quot;: &quot;A String&quot;,
},
&quot;outputParameterDefinitions&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;type&quot;: &quot;A String&quot;,
&quot;typeSchema&quot;: {
&quot;inlineSchema&quot;: {
&quot;items&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1TypeSchema
&quot;type&quot;: &quot;A String&quot;,
},
&quot;schemaReference&quot;: {
&quot;schema&quot;: &quot;A String&quot;,
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;transitionRouteGroups&quot;: [
&quot;A String&quot;,
],
&quot;transitionRoutes&quot;: [
{
&quot;condition&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;intent&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;currentPage&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;entryFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
&quot;eventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
&quot;form&quot;: {
&quot;parameters&quot;: [
{
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;defaultValue&quot;: &quot;&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;entityType&quot;: &quot;A String&quot;,
&quot;fillBehavior&quot;: {
&quot;initialPromptFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
&quot;repromptEventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
&quot;required&quot;: True or False,
},
],
},
&quot;knowledgeConnectorSettings&quot;: {
&quot;dataStoreConnections&quot;: [
{
&quot;dataStore&quot;: &quot;A String&quot;,
&quot;dataStoreType&quot;: &quot;A String&quot;,
&quot;documentProcessingMode&quot;: &quot;A String&quot;,
},
],
&quot;enabled&quot;: True or False,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
&quot;name&quot;: &quot;A String&quot;,
&quot;transitionRouteGroups&quot;: [
&quot;A String&quot;,
],
&quot;transitionRoutes&quot;: [
{
&quot;condition&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;intent&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;dataStoreConnectionSignals&quot;: {
&quot;answer&quot;: &quot;A String&quot;,
&quot;answerGenerationModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;answerParts&quot;: [
{
&quot;supportingIndices&quot;: [
42,
],
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;citedSnippets&quot;: [
{
&quot;searchSnippet&quot;: {
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;snippetIndex&quot;: 42,
},
],
&quot;groundingSignals&quot;: {
&quot;decision&quot;: &quot;A String&quot;,
&quot;score&quot;: &quot;A String&quot;,
},
&quot;rewriterModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;rewrittenQuery&quot;: &quot;A String&quot;,
&quot;safetySignals&quot;: {
&quot;bannedPhraseMatch&quot;: &quot;A String&quot;,
&quot;decision&quot;: &quot;A String&quot;,
&quot;matchedBannedPhrase&quot;: &quot;A String&quot;,
},
&quot;searchSnippets&quot;: [
{
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
],
},
&quot;diagnosticInfo&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;dtmf&quot;: {
&quot;digits&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
},
&quot;generativeInfo&quot;: {
&quot;actionTracingInfo&quot;: {
&quot;actions&quot;: [
{
&quot;agentUtterance&quot;: {
&quot;requireGeneration&quot;: True or False,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;completeTime&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;event&quot;: {
&quot;event&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;flowInvocation&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;flow&quot;: &quot;A String&quot;,
&quot;flowState&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;outputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;flowStateUpdate&quot;: {
&quot;destination&quot;: &quot;A String&quot;,
&quot;eventType&quot;: &quot;A String&quot;,
&quot;functionCall&quot;: {
&quot;name&quot;: &quot;A String&quot;,
},
&quot;pageState&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;page&quot;: &quot;A String&quot;,
&quot;status&quot;: &quot;A String&quot;,
},
&quot;updatedParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;flowTransition&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;flow&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;intentMatch&quot;: {
&quot;matchedIntents&quot;: [
{
&quot;displayName&quot;: &quot;A String&quot;,
&quot;generativeFallback&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;intentId&quot;: &quot;A String&quot;,
&quot;score&quot;: 3.14,
},
],
},
&quot;llmCall&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;retrievedExamples&quot;: [
{
&quot;exampleDisplayName&quot;: &quot;A String&quot;,
&quot;exampleId&quot;: &quot;A String&quot;,
&quot;matchedRetrievalLabel&quot;: &quot;A String&quot;,
&quot;retrievalStrategy&quot;: &quot;A String&quot;,
},
],
&quot;temperature&quot;: 3.14,
&quot;tokenCount&quot;: {
&quot;conversationContextTokenCount&quot;: &quot;A String&quot;,
&quot;exampleTokenCount&quot;: &quot;A String&quot;,
&quot;totalInputTokenCount&quot;: &quot;A String&quot;,
&quot;totalOutputTokenCount&quot;: &quot;A String&quot;,
},
},
&quot;playbookInvocation&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;playbook&quot;: &quot;A String&quot;,
&quot;playbookInput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;precedingConversationSummary&quot;: &quot;A String&quot;,
},
&quot;playbookOutput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;executionSummary&quot;: &quot;A String&quot;,
&quot;state&quot;: &quot;A String&quot;,
},
&quot;playbookState&quot;: &quot;A String&quot;,
},
&quot;playbookTransition&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playbook&quot;: &quot;A String&quot;,
},
&quot;startTime&quot;: &quot;A String&quot;,
&quot;status&quot;: {
&quot;exception&quot;: {
&quot;errorMessage&quot;: &quot;A String&quot;,
},
},
&quot;stt&quot;: {
},
&quot;subExecutionSteps&quot;: [
{
&quot;completeTime&quot;: &quot;A String&quot;,
&quot;metrics&quot;: [
{
&quot;name&quot;: &quot;A String&quot;,
&quot;unit&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;name&quot;: &quot;A String&quot;,
&quot;startTime&quot;: &quot;A String&quot;,
&quot;tags&quot;: [
&quot;A String&quot;,
],
},
],
&quot;toolUse&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;dataStoreToolTrace&quot;: {
&quot;dataStoreConnectionSignals&quot;: {
&quot;answer&quot;: &quot;A String&quot;,
&quot;answerGenerationModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;answerParts&quot;: [
{
&quot;supportingIndices&quot;: [
42,
],
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;citedSnippets&quot;: [
{
&quot;searchSnippet&quot;: {
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;snippetIndex&quot;: 42,
},
],
&quot;groundingSignals&quot;: {
&quot;decision&quot;: &quot;A String&quot;,
&quot;score&quot;: &quot;A String&quot;,
},
&quot;rewriterModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;rewrittenQuery&quot;: &quot;A String&quot;,
&quot;safetySignals&quot;: {
&quot;bannedPhraseMatch&quot;: &quot;A String&quot;,
&quot;decision&quot;: &quot;A String&quot;,
&quot;matchedBannedPhrase&quot;: &quot;A String&quot;,
},
&quot;searchSnippets&quot;: [
{
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
],
},
},
&quot;displayName&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;outputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
&quot;webhookToolTrace&quot;: {
&quot;webhookTag&quot;: &quot;A String&quot;,
&quot;webhookUri&quot;: &quot;A String&quot;,
},
},
&quot;tts&quot;: {
},
&quot;userUtterance&quot;: {
&quot;audio&quot;: &quot;A String&quot;,
&quot;audioTokens&quot;: [
42,
],
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;conversationState&quot;: &quot;A String&quot;,
&quot;createTime&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;playbookInput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;precedingConversationSummary&quot;: &quot;A String&quot;,
},
&quot;playbookOutput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;executionSummary&quot;: &quot;A String&quot;,
&quot;state&quot;: &quot;A String&quot;,
},
&quot;tokenCount&quot;: &quot;A String&quot;,
&quot;updateTime&quot;: &quot;A String&quot;,
},
&quot;currentPlaybooks&quot;: [
&quot;A String&quot;,
],
},
&quot;intent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;isFallback&quot;: True or False,
&quot;labels&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: [
{
&quot;entityType&quot;: &quot;A String&quot;,
&quot;id&quot;: &quot;A String&quot;,
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
},
],
&quot;priority&quot;: 42,
&quot;trainingPhrases&quot;: [
{
&quot;id&quot;: &quot;A String&quot;,
&quot;parts&quot;: [
{
&quot;parameterId&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;repeatCount&quot;: 42,
},
],
},
&quot;intentDetectionConfidence&quot;: 3.14,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;match&quot;: {
&quot;confidence&quot;: 3.14,
&quot;event&quot;: &quot;A String&quot;,
&quot;intent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;isFallback&quot;: True or False,
&quot;labels&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: [
{
&quot;entityType&quot;: &quot;A String&quot;,
&quot;id&quot;: &quot;A String&quot;,
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
},
],
&quot;priority&quot;: 42,
&quot;trainingPhrases&quot;: [
{
&quot;id&quot;: &quot;A String&quot;,
&quot;parts&quot;: [
{
&quot;parameterId&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;repeatCount&quot;: 42,
},
],
},
&quot;matchType&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;resolvedInput&quot;: &quot;A String&quot;,
},
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;responseMessages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;sentimentAnalysisResult&quot;: {
&quot;magnitude&quot;: 3.14,
&quot;score&quot;: 3.14,
},
&quot;text&quot;: &quot;A String&quot;,
&quot;transcript&quot;: &quot;A String&quot;,
&quot;triggerEvent&quot;: &quot;A String&quot;,
&quot;triggerIntent&quot;: &quot;A String&quot;,
&quot;webhookDisplayNames&quot;: [
&quot;A String&quot;,
],
&quot;webhookIds&quot;: [
&quot;A String&quot;,
],
&quot;webhookLatencies&quot;: [
&quot;A String&quot;,
],
&quot;webhookPayloads&quot;: [
{
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
],
&quot;webhookStatuses&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;webhookTags&quot;: [
&quot;A String&quot;,
],
},
&quot;responseId&quot;: &quot;A String&quot;,
}</pre>
</div>
<div class="method">
<code class="details" id="matchIntent">matchIntent(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;persistParameterChanges&quot;: True or False,
&quot;queryInput&quot;: {
&quot;audio&quot;: {
&quot;audio&quot;: &quot;A String&quot;,
&quot;config&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;enableWordInfo&quot;: True or False,
&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;sampleRateHertz&quot;: 42,
&quot;singleUtterance&quot;: True or False,
},
},
&quot;dtmf&quot;: {
&quot;digits&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
},
&quot;event&quot;: {
&quot;event&quot;: &quot;A String&quot;,
},
&quot;intent&quot;: {
&quot;intent&quot;: &quot;A String&quot;,
},
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;text&quot;: {
&quot;text&quot;: &quot;A String&quot;,
},
&quot;toolCallResult&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;error&quot;: {
&quot;message&quot;: &quot;A String&quot;,
},
&quot;outputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
&quot;queryParams&quot;: {
&quot;analyzeQueryTextSentiment&quot;: True or False,
&quot;channel&quot;: &quot;A String&quot;,
&quot;currentPage&quot;: &quot;A String&quot;,
&quot;currentPlaybook&quot;: &quot;A String&quot;,
&quot;disableWebhook&quot;: True or False,
&quot;endUserMetadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;flowVersions&quot;: [
&quot;A String&quot;,
],
&quot;geoLocation&quot;: {
&quot;latitude&quot;: 3.14,
&quot;longitude&quot;: 3.14,
},
&quot;llmModelSettings&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;inputTokenLimit&quot;: &quot;A String&quot;,
&quot;outputTokenLimit&quot;: &quot;A String&quot;,
&quot;temperature&quot;: 3.14,
},
&quot;promptText&quot;: &quot;A String&quot;,
},
&quot;parameterScope&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;populateDataStoreConnectionSignals&quot;: True or False,
&quot;searchConfig&quot;: {
&quot;boostSpecs&quot;: [
{
&quot;dataStores&quot;: [
&quot;A String&quot;,
],
&quot;spec&quot;: [
{
&quot;conditionBoostSpecs&quot;: [
{
&quot;boost&quot;: 3.14,
&quot;boostControlSpec&quot;: {
&quot;attributeType&quot;: &quot;A String&quot;,
&quot;controlPoints&quot;: [
{
&quot;attributeValue&quot;: &quot;A String&quot;,
&quot;boostAmount&quot;: 3.14,
},
],
&quot;fieldName&quot;: &quot;A String&quot;,
&quot;interpolationType&quot;: &quot;A String&quot;,
},
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
},
],
&quot;filterSpecs&quot;: [
{
&quot;dataStores&quot;: [
&quot;A String&quot;,
],
&quot;filter&quot;: &quot;A String&quot;,
},
],
},
&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;sessionTtl&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;currentPage&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;entryFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
&quot;eventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
&quot;form&quot;: {
&quot;parameters&quot;: [
{
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;defaultValue&quot;: &quot;&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;entityType&quot;: &quot;A String&quot;,
&quot;fillBehavior&quot;: {
&quot;initialPromptFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
&quot;repromptEventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
&quot;required&quot;: True or False,
},
],
},
&quot;knowledgeConnectorSettings&quot;: {
&quot;dataStoreConnections&quot;: [
{
&quot;dataStore&quot;: &quot;A String&quot;,
&quot;dataStoreType&quot;: &quot;A String&quot;,
&quot;documentProcessingMode&quot;: &quot;A String&quot;,
},
],
&quot;enabled&quot;: True or False,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
&quot;name&quot;: &quot;A String&quot;,
&quot;transitionRouteGroups&quot;: [
&quot;A String&quot;,
],
&quot;transitionRoutes&quot;: [
{
&quot;condition&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;intent&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;matches&quot;: [
{
&quot;confidence&quot;: 3.14,
&quot;event&quot;: &quot;A String&quot;,
&quot;intent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;isFallback&quot;: True or False,
&quot;labels&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: [
{
&quot;entityType&quot;: &quot;A String&quot;,
&quot;id&quot;: &quot;A String&quot;,
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
},
],
&quot;priority&quot;: 42,
&quot;trainingPhrases&quot;: [
{
&quot;id&quot;: &quot;A String&quot;,
&quot;parts&quot;: [
{
&quot;parameterId&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;repeatCount&quot;: 42,
},
],
},
&quot;matchType&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;resolvedInput&quot;: &quot;A String&quot;,
},
],
&quot;text&quot;: &quot;A String&quot;,
&quot;transcript&quot;: &quot;A String&quot;,
&quot;triggerEvent&quot;: &quot;A String&quot;,
&quot;triggerIntent&quot;: &quot;A String&quot;,
}</pre>
</div>
<div class="method">
<code class="details" id="serverStreamingDetectIntent">serverStreamingDetectIntent(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;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;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;queryInput&quot;: {
&quot;audio&quot;: {
&quot;audio&quot;: &quot;A String&quot;,
&quot;config&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;enableWordInfo&quot;: True or False,
&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;sampleRateHertz&quot;: 42,
&quot;singleUtterance&quot;: True or False,
},
},
&quot;dtmf&quot;: {
&quot;digits&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
},
&quot;event&quot;: {
&quot;event&quot;: &quot;A String&quot;,
},
&quot;intent&quot;: {
&quot;intent&quot;: &quot;A String&quot;,
},
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;text&quot;: {
&quot;text&quot;: &quot;A String&quot;,
},
&quot;toolCallResult&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;error&quot;: {
&quot;message&quot;: &quot;A String&quot;,
},
&quot;outputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
&quot;queryParams&quot;: {
&quot;analyzeQueryTextSentiment&quot;: True or False,
&quot;channel&quot;: &quot;A String&quot;,
&quot;currentPage&quot;: &quot;A String&quot;,
&quot;currentPlaybook&quot;: &quot;A String&quot;,
&quot;disableWebhook&quot;: True or False,
&quot;endUserMetadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;flowVersions&quot;: [
&quot;A String&quot;,
],
&quot;geoLocation&quot;: {
&quot;latitude&quot;: 3.14,
&quot;longitude&quot;: 3.14,
},
&quot;llmModelSettings&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;inputTokenLimit&quot;: &quot;A String&quot;,
&quot;outputTokenLimit&quot;: &quot;A String&quot;,
&quot;temperature&quot;: 3.14,
},
&quot;promptText&quot;: &quot;A String&quot;,
},
&quot;parameterScope&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;populateDataStoreConnectionSignals&quot;: True or False,
&quot;searchConfig&quot;: {
&quot;boostSpecs&quot;: [
{
&quot;dataStores&quot;: [
&quot;A String&quot;,
],
&quot;spec&quot;: [
{
&quot;conditionBoostSpecs&quot;: [
{
&quot;boost&quot;: 3.14,
&quot;boostControlSpec&quot;: {
&quot;attributeType&quot;: &quot;A String&quot;,
&quot;controlPoints&quot;: [
{
&quot;attributeValue&quot;: &quot;A String&quot;,
&quot;boostAmount&quot;: 3.14,
},
],
&quot;fieldName&quot;: &quot;A String&quot;,
&quot;interpolationType&quot;: &quot;A String&quot;,
},
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
},
],
&quot;filterSpecs&quot;: [
{
&quot;dataStores&quot;: [
&quot;A String&quot;,
],
&quot;filter&quot;: &quot;A String&quot;,
},
],
},
&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;sessionTtl&quot;: &quot;A String&quot;,
&quot;timeZone&quot;: &quot;A String&quot;,
&quot;webhookHeaders&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&quot;responseView&quot;: &quot;A String&quot;,
&quot;session&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;allowCancellation&quot;: True or False,
&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;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;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;allowAnswerFeedback&quot;: True or False,
&quot;currentFlow&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;eventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
&quot;inputParameterDefinitions&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;type&quot;: &quot;A String&quot;,
&quot;typeSchema&quot;: {
&quot;inlineSchema&quot;: {
&quot;items&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1TypeSchema
&quot;type&quot;: &quot;A String&quot;,
},
&quot;schemaReference&quot;: {
&quot;schema&quot;: &quot;A String&quot;,
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;knowledgeConnectorSettings&quot;: {
&quot;dataStoreConnections&quot;: [
{
&quot;dataStore&quot;: &quot;A String&quot;,
&quot;dataStoreType&quot;: &quot;A String&quot;,
&quot;documentProcessingMode&quot;: &quot;A String&quot;,
},
],
&quot;enabled&quot;: True or False,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
&quot;locked&quot;: True or False,
&quot;multiLanguageSettings&quot;: {
&quot;enableMultiLanguageDetection&quot;: True or False,
&quot;supportedResponseLanguageCodes&quot;: [
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;,
&quot;nluSettings&quot;: {
&quot;classificationThreshold&quot;: 3.14,
&quot;modelTrainingMode&quot;: &quot;A String&quot;,
&quot;modelType&quot;: &quot;A String&quot;,
},
&quot;outputParameterDefinitions&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;type&quot;: &quot;A String&quot;,
&quot;typeSchema&quot;: {
&quot;inlineSchema&quot;: {
&quot;items&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1TypeSchema
&quot;type&quot;: &quot;A String&quot;,
},
&quot;schemaReference&quot;: {
&quot;schema&quot;: &quot;A String&quot;,
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;transitionRouteGroups&quot;: [
&quot;A String&quot;,
],
&quot;transitionRoutes&quot;: [
{
&quot;condition&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;intent&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;currentPage&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;entryFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
&quot;eventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
&quot;form&quot;: {
&quot;parameters&quot;: [
{
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;defaultValue&quot;: &quot;&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;entityType&quot;: &quot;A String&quot;,
&quot;fillBehavior&quot;: {
&quot;initialPromptFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
&quot;repromptEventHandlers&quot;: [
{
&quot;event&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;targetPlaybook&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
&quot;required&quot;: True or False,
},
],
},
&quot;knowledgeConnectorSettings&quot;: {
&quot;dataStoreConnections&quot;: [
{
&quot;dataStore&quot;: &quot;A String&quot;,
&quot;dataStoreType&quot;: &quot;A String&quot;,
&quot;documentProcessingMode&quot;: &quot;A String&quot;,
},
],
&quot;enabled&quot;: True or False,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
&quot;name&quot;: &quot;A String&quot;,
&quot;transitionRouteGroups&quot;: [
&quot;A String&quot;,
],
&quot;transitionRoutes&quot;: [
{
&quot;condition&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;intent&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;targetFlow&quot;: &quot;A String&quot;,
&quot;targetPage&quot;: &quot;A String&quot;,
&quot;triggerFulfillment&quot;: {
&quot;advancedSettings&quot;: {
&quot;audioExportGcsDestination&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;dtmfSettings&quot;: {
&quot;enabled&quot;: True or False,
&quot;endpointingTimeoutDuration&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
&quot;interdigitTimeoutDuration&quot;: &quot;A String&quot;,
&quot;maxDigits&quot;: 42,
},
&quot;loggingSettings&quot;: {
&quot;enableConsentBasedRedaction&quot;: True or False,
&quot;enableInteractionLogging&quot;: True or False,
&quot;enableStackdriverLogging&quot;: True or False,
},
&quot;speechSettings&quot;: {
&quot;endpointerSensitivity&quot;: 42,
&quot;models&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;,
&quot;useTimeoutBasedEndpointing&quot;: True or False,
},
},
&quot;conditionalCases&quot;: [
{
&quot;cases&quot;: [
{
&quot;caseContent&quot;: [
{
&quot;additionalCases&quot;: # Object with schema name: GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
&quot;message&quot;: {
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
},
],
&quot;condition&quot;: &quot;A String&quot;,
},
],
},
],
&quot;enableGenerativeFallback&quot;: True or False,
&quot;generators&quot;: [
{
&quot;generator&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;outputParameter&quot;: &quot;A String&quot;,
},
],
&quot;messages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;returnPartialResponses&quot;: True or False,
&quot;setParameterActions&quot;: [
{
&quot;parameter&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;tag&quot;: &quot;A String&quot;,
&quot;webhook&quot;: &quot;A String&quot;,
},
},
],
},
&quot;dataStoreConnectionSignals&quot;: {
&quot;answer&quot;: &quot;A String&quot;,
&quot;answerGenerationModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;answerParts&quot;: [
{
&quot;supportingIndices&quot;: [
42,
],
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;citedSnippets&quot;: [
{
&quot;searchSnippet&quot;: {
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;snippetIndex&quot;: 42,
},
],
&quot;groundingSignals&quot;: {
&quot;decision&quot;: &quot;A String&quot;,
&quot;score&quot;: &quot;A String&quot;,
},
&quot;rewriterModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;rewrittenQuery&quot;: &quot;A String&quot;,
&quot;safetySignals&quot;: {
&quot;bannedPhraseMatch&quot;: &quot;A String&quot;,
&quot;decision&quot;: &quot;A String&quot;,
&quot;matchedBannedPhrase&quot;: &quot;A String&quot;,
},
&quot;searchSnippets&quot;: [
{
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
],
},
&quot;diagnosticInfo&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;dtmf&quot;: {
&quot;digits&quot;: &quot;A String&quot;,
&quot;finishDigit&quot;: &quot;A String&quot;,
},
&quot;generativeInfo&quot;: {
&quot;actionTracingInfo&quot;: {
&quot;actions&quot;: [
{
&quot;agentUtterance&quot;: {
&quot;requireGeneration&quot;: True or False,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;completeTime&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;event&quot;: {
&quot;event&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;flowInvocation&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;flow&quot;: &quot;A String&quot;,
&quot;flowState&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;outputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;flowStateUpdate&quot;: {
&quot;destination&quot;: &quot;A String&quot;,
&quot;eventType&quot;: &quot;A String&quot;,
&quot;functionCall&quot;: {
&quot;name&quot;: &quot;A String&quot;,
},
&quot;pageState&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;page&quot;: &quot;A String&quot;,
&quot;status&quot;: &quot;A String&quot;,
},
&quot;updatedParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;flowTransition&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;flow&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;intentMatch&quot;: {
&quot;matchedIntents&quot;: [
{
&quot;displayName&quot;: &quot;A String&quot;,
&quot;generativeFallback&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;intentId&quot;: &quot;A String&quot;,
&quot;score&quot;: 3.14,
},
],
},
&quot;llmCall&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;retrievedExamples&quot;: [
{
&quot;exampleDisplayName&quot;: &quot;A String&quot;,
&quot;exampleId&quot;: &quot;A String&quot;,
&quot;matchedRetrievalLabel&quot;: &quot;A String&quot;,
&quot;retrievalStrategy&quot;: &quot;A String&quot;,
},
],
&quot;temperature&quot;: 3.14,
&quot;tokenCount&quot;: {
&quot;conversationContextTokenCount&quot;: &quot;A String&quot;,
&quot;exampleTokenCount&quot;: &quot;A String&quot;,
&quot;totalInputTokenCount&quot;: &quot;A String&quot;,
&quot;totalOutputTokenCount&quot;: &quot;A String&quot;,
},
},
&quot;playbookInvocation&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;playbook&quot;: &quot;A String&quot;,
&quot;playbookInput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;precedingConversationSummary&quot;: &quot;A String&quot;,
},
&quot;playbookOutput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;executionSummary&quot;: &quot;A String&quot;,
&quot;state&quot;: &quot;A String&quot;,
},
&quot;playbookState&quot;: &quot;A String&quot;,
},
&quot;playbookTransition&quot;: {
&quot;displayName&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playbook&quot;: &quot;A String&quot;,
},
&quot;startTime&quot;: &quot;A String&quot;,
&quot;status&quot;: {
&quot;exception&quot;: {
&quot;errorMessage&quot;: &quot;A String&quot;,
},
},
&quot;stt&quot;: {
},
&quot;subExecutionSteps&quot;: [
{
&quot;completeTime&quot;: &quot;A String&quot;,
&quot;metrics&quot;: [
{
&quot;name&quot;: &quot;A String&quot;,
&quot;unit&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;&quot;,
},
],
&quot;name&quot;: &quot;A String&quot;,
&quot;startTime&quot;: &quot;A String&quot;,
&quot;tags&quot;: [
&quot;A String&quot;,
],
},
],
&quot;toolUse&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;dataStoreToolTrace&quot;: {
&quot;dataStoreConnectionSignals&quot;: {
&quot;answer&quot;: &quot;A String&quot;,
&quot;answerGenerationModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;answerParts&quot;: [
{
&quot;supportingIndices&quot;: [
42,
],
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;citedSnippets&quot;: [
{
&quot;searchSnippet&quot;: {
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
&quot;snippetIndex&quot;: 42,
},
],
&quot;groundingSignals&quot;: {
&quot;decision&quot;: &quot;A String&quot;,
&quot;score&quot;: &quot;A String&quot;,
},
&quot;rewriterModelCallSignals&quot;: {
&quot;model&quot;: &quot;A String&quot;,
&quot;modelOutput&quot;: &quot;A String&quot;,
&quot;renderedPrompt&quot;: &quot;A String&quot;,
},
&quot;rewrittenQuery&quot;: &quot;A String&quot;,
&quot;safetySignals&quot;: {
&quot;bannedPhraseMatch&quot;: &quot;A String&quot;,
&quot;decision&quot;: &quot;A String&quot;,
&quot;matchedBannedPhrase&quot;: &quot;A String&quot;,
},
&quot;searchSnippets&quot;: [
{
&quot;documentTitle&quot;: &quot;A String&quot;,
&quot;documentUri&quot;: &quot;A String&quot;,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
},
],
},
},
&quot;displayName&quot;: &quot;A String&quot;,
&quot;inputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;outputActionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
&quot;webhookToolTrace&quot;: {
&quot;webhookTag&quot;: &quot;A String&quot;,
&quot;webhookUri&quot;: &quot;A String&quot;,
},
},
&quot;tts&quot;: {
},
&quot;userUtterance&quot;: {
&quot;audio&quot;: &quot;A String&quot;,
&quot;audioTokens&quot;: [
42,
],
&quot;text&quot;: &quot;A String&quot;,
},
},
],
&quot;conversationState&quot;: &quot;A String&quot;,
&quot;createTime&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;playbookInput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;precedingConversationSummary&quot;: &quot;A String&quot;,
},
&quot;playbookOutput&quot;: {
&quot;actionParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;executionSummary&quot;: &quot;A String&quot;,
&quot;state&quot;: &quot;A String&quot;,
},
&quot;tokenCount&quot;: &quot;A String&quot;,
&quot;updateTime&quot;: &quot;A String&quot;,
},
&quot;currentPlaybooks&quot;: [
&quot;A String&quot;,
],
},
&quot;intent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;isFallback&quot;: True or False,
&quot;labels&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: [
{
&quot;entityType&quot;: &quot;A String&quot;,
&quot;id&quot;: &quot;A String&quot;,
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
},
],
&quot;priority&quot;: 42,
&quot;trainingPhrases&quot;: [
{
&quot;id&quot;: &quot;A String&quot;,
&quot;parts&quot;: [
{
&quot;parameterId&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;repeatCount&quot;: 42,
},
],
},
&quot;intentDetectionConfidence&quot;: 3.14,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;match&quot;: {
&quot;confidence&quot;: 3.14,
&quot;event&quot;: &quot;A String&quot;,
&quot;intent&quot;: {
&quot;description&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;isFallback&quot;: True or False,
&quot;labels&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: [
{
&quot;entityType&quot;: &quot;A String&quot;,
&quot;id&quot;: &quot;A String&quot;,
&quot;isList&quot;: True or False,
&quot;redact&quot;: True or False,
},
],
&quot;priority&quot;: 42,
&quot;trainingPhrases&quot;: [
{
&quot;id&quot;: &quot;A String&quot;,
&quot;parts&quot;: [
{
&quot;parameterId&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;repeatCount&quot;: 42,
},
],
},
&quot;matchType&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;resolvedInput&quot;: &quot;A String&quot;,
},
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;responseMessages&quot;: [
{
&quot;channel&quot;: &quot;A String&quot;,
&quot;conversationSuccess&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;endInteraction&quot;: {
},
&quot;knowledgeInfoCard&quot;: {
},
&quot;liveAgentHandoff&quot;: {
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;mixedAudio&quot;: {
&quot;segments&quot;: [
{
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audio&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;outputAudioText&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;playAudio&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;audioUri&quot;: &quot;A String&quot;,
},
&quot;telephonyTransferCall&quot;: {
&quot;phoneNumber&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;allowPlaybackInterruption&quot;: True or False,
&quot;text&quot;: [
&quot;A String&quot;,
],
},
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
&quot;sentimentAnalysisResult&quot;: {
&quot;magnitude&quot;: 3.14,
&quot;score&quot;: 3.14,
},
&quot;text&quot;: &quot;A String&quot;,
&quot;transcript&quot;: &quot;A String&quot;,
&quot;triggerEvent&quot;: &quot;A String&quot;,
&quot;triggerIntent&quot;: &quot;A String&quot;,
&quot;webhookDisplayNames&quot;: [
&quot;A String&quot;,
],
&quot;webhookIds&quot;: [
&quot;A String&quot;,
],
&quot;webhookLatencies&quot;: [
&quot;A String&quot;,
],
&quot;webhookPayloads&quot;: [
{
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
],
&quot;webhookStatuses&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;webhookTags&quot;: [
&quot;A String&quot;,
],
},
&quot;responseId&quot;: &quot;A String&quot;,
&quot;responseType&quot;: &quot;A String&quot;,
}</pre>
</div>
</body></html>