blob: 0e2702ceb32c8122d51eb0ba5cdca2b6888e2836 [file] [edit]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="dialogflow_v2.html">Dialogflow API</a> . <a href="dialogflow_v2.projects.html">projects</a> . <a href="dialogflow_v2.projects.locations.html">locations</a> . <a href="dialogflow_v2.projects.locations.conversations.html">conversations</a> . <a href="dialogflow_v2.projects.locations.conversations.participants.html">participants</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="dialogflow_v2.projects.locations.conversations.participants.suggestions.html">suggestions()</a></code>
</p>
<p class="firstline">Returns the suggestions Resource.</p>
<p class="toc_element">
<code><a href="#analyzeContent">analyzeContent(participant, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="analyzeContent">analyzeContent(participant, body=None, x__xgafv=None)</code>
<pre>
Args:
participant: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
&quot;assistQueryParams&quot;: {
&quot;documentsMetadataFilters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&quot;audioInput&quot;: {
&quot;audio&quot;: &quot;A String&quot;,
&quot;config&quot;: {
&quot;audioEncoding&quot;: &quot;A String&quot;,
&quot;disableNoSpeechRecognizedEvent&quot;: True or False,
&quot;enableAutomaticPunctuation&quot;: True or False,
&quot;enableWordInfo&quot;: True or False,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;model&quot;: &quot;A String&quot;,
&quot;modelVariant&quot;: &quot;A String&quot;,
&quot;optOutConformerModelMigration&quot;: True or False,
&quot;phraseHints&quot;: [
&quot;A String&quot;,
],
&quot;phraseSets&quot;: [
&quot;A String&quot;,
],
&quot;sampleRateHertz&quot;: 42,
&quot;singleUtterance&quot;: True or False,
&quot;speechContexts&quot;: [
{
&quot;boost&quot;: 3.14,
&quot;phrases&quot;: [
&quot;A String&quot;,
],
},
],
},
},
&quot;cxParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;eventInput&quot;: {
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;queryParams&quot;: {
&quot;contexts&quot;: [
{
&quot;lifespanCount&quot;: 42,
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
],
&quot;geoLocation&quot;: {
&quot;latitude&quot;: 3.14,
&quot;longitude&quot;: 3.14,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;platform&quot;: &quot;A String&quot;,
&quot;resetContexts&quot;: True or False,
&quot;sentimentAnalysisRequestConfig&quot;: {
&quot;analyzeQueryTextSentiment&quot;: True or False,
},
&quot;sessionEntityTypes&quot;: [
{
&quot;entities&quot;: [
{
&quot;synonyms&quot;: [
&quot;A String&quot;,
],
&quot;value&quot;: &quot;A String&quot;,
},
],
&quot;entityOverrideMode&quot;: &quot;A String&quot;,
&quot;name&quot;: &quot;A String&quot;,
},
],
&quot;timeZone&quot;: &quot;A String&quot;,
&quot;webhookHeaders&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&quot;replyAudioConfig&quot;: {
&quot;audioEncoding&quot;: &quot;A String&quot;,
&quot;sampleRateHertz&quot;: 42,
&quot;synthesizeSpeechConfig&quot;: {
&quot;effectsProfileId&quot;: [
&quot;A String&quot;,
],
&quot;pitch&quot;: 3.14,
&quot;pronunciations&quot;: [
{
&quot;phoneticEncoding&quot;: &quot;A String&quot;,
&quot;phrase&quot;: &quot;A String&quot;,
&quot;pronunciation&quot;: &quot;A String&quot;,
},
],
&quot;speakingRate&quot;: 3.14,
&quot;voice&quot;: {
&quot;name&quot;: &quot;A String&quot;,
&quot;ssmlGender&quot;: &quot;A String&quot;,
},
&quot;volumeGainDb&quot;: 3.14,
},
},
&quot;requestId&quot;: &quot;A String&quot;,
&quot;suggestionInput&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;sendTime&quot;: &quot;A String&quot;,
},
&quot;textInput&quot;: {
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;text&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;automatedAgentReply&quot;: {
&quot;allowCancellation&quot;: True or False,
&quot;automatedAgentReplyType&quot;: &quot;A String&quot;,
&quot;cxCurrentPage&quot;: &quot;A String&quot;,
&quot;detectIntentResponse&quot;: {
&quot;outputAudio&quot;: &quot;A String&quot;,
&quot;outputAudioConfig&quot;: {
&quot;audioEncoding&quot;: &quot;A String&quot;,
&quot;sampleRateHertz&quot;: 42,
&quot;synthesizeSpeechConfig&quot;: {
&quot;effectsProfileId&quot;: [
&quot;A String&quot;,
],
&quot;pitch&quot;: 3.14,
&quot;pronunciations&quot;: [
{
&quot;phoneticEncoding&quot;: &quot;A String&quot;,
&quot;phrase&quot;: &quot;A String&quot;,
&quot;pronunciation&quot;: &quot;A String&quot;,
},
],
&quot;speakingRate&quot;: 3.14,
&quot;voice&quot;: {
&quot;name&quot;: &quot;A String&quot;,
&quot;ssmlGender&quot;: &quot;A String&quot;,
},
&quot;volumeGainDb&quot;: 3.14,
},
},
&quot;queryResult&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;allRequiredParamsPresent&quot;: True or False,
&quot;cancelsSlotFilling&quot;: True or False,
&quot;diagnosticInfo&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;fulfillmentMessages&quot;: [
{
&quot;basicCard&quot;: {
&quot;buttons&quot;: [
{
&quot;openUriAction&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;formattedText&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;browseCarouselCard&quot;: {
&quot;imageDisplayOptions&quot;: &quot;A String&quot;,
&quot;items&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;footer&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;openUriAction&quot;: {
&quot;url&quot;: &quot;A String&quot;,
&quot;urlTypeHint&quot;: &quot;A String&quot;,
},
&quot;title&quot;: &quot;A String&quot;,
},
],
},
&quot;card&quot;: {
&quot;buttons&quot;: [
{
&quot;postback&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;imageUri&quot;: &quot;A String&quot;,
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;carouselSelect&quot;: {
&quot;items&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;info&quot;: {
&quot;key&quot;: &quot;A String&quot;,
&quot;synonyms&quot;: [
&quot;A String&quot;,
],
},
&quot;title&quot;: &quot;A String&quot;,
},
],
},
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;linkOutSuggestion&quot;: {
&quot;destinationName&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;listSelect&quot;: {
&quot;items&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;info&quot;: {
&quot;key&quot;: &quot;A String&quot;,
&quot;synonyms&quot;: [
&quot;A String&quot;,
],
},
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;mediaContent&quot;: {
&quot;mediaObjects&quot;: [
{
&quot;contentUrl&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;icon&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;largeImage&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
},
],
&quot;mediaType&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;platform&quot;: &quot;A String&quot;,
&quot;quickReplies&quot;: {
&quot;quickReplies&quot;: [
&quot;A String&quot;,
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;simpleResponses&quot;: {
&quot;simpleResponses&quot;: [
{
&quot;displayText&quot;: &quot;A String&quot;,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;textToSpeech&quot;: &quot;A String&quot;,
},
],
},
&quot;suggestions&quot;: {
&quot;suggestions&quot;: [
{
&quot;title&quot;: &quot;A String&quot;,
},
],
},
&quot;tableCard&quot;: {
&quot;buttons&quot;: [
{
&quot;openUriAction&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;columnProperties&quot;: [
{
&quot;header&quot;: &quot;A String&quot;,
&quot;horizontalAlignment&quot;: &quot;A String&quot;,
},
],
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;rows&quot;: [
{
&quot;cells&quot;: [
{
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;dividerAfter&quot;: True or False,
},
],
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;fulfillmentText&quot;: &quot;A String&quot;,
&quot;intent&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;defaultResponsePlatforms&quot;: [
&quot;A String&quot;,
],
&quot;displayName&quot;: &quot;A String&quot;,
&quot;endInteraction&quot;: True or False,
&quot;events&quot;: [
&quot;A String&quot;,
],
&quot;followupIntentInfo&quot;: [
{
&quot;followupIntentName&quot;: &quot;A String&quot;,
&quot;parentFollowupIntentName&quot;: &quot;A String&quot;,
},
],
&quot;inputContextNames&quot;: [
&quot;A String&quot;,
],
&quot;isFallback&quot;: True or False,
&quot;liveAgentHandoff&quot;: True or False,
&quot;messages&quot;: [
{
&quot;basicCard&quot;: {
&quot;buttons&quot;: [
{
&quot;openUriAction&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;formattedText&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;browseCarouselCard&quot;: {
&quot;imageDisplayOptions&quot;: &quot;A String&quot;,
&quot;items&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;footer&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;openUriAction&quot;: {
&quot;url&quot;: &quot;A String&quot;,
&quot;urlTypeHint&quot;: &quot;A String&quot;,
},
&quot;title&quot;: &quot;A String&quot;,
},
],
},
&quot;card&quot;: {
&quot;buttons&quot;: [
{
&quot;postback&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;imageUri&quot;: &quot;A String&quot;,
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;carouselSelect&quot;: {
&quot;items&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;info&quot;: {
&quot;key&quot;: &quot;A String&quot;,
&quot;synonyms&quot;: [
&quot;A String&quot;,
],
},
&quot;title&quot;: &quot;A String&quot;,
},
],
},
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;linkOutSuggestion&quot;: {
&quot;destinationName&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;listSelect&quot;: {
&quot;items&quot;: [
{
&quot;description&quot;: &quot;A String&quot;,
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;info&quot;: {
&quot;key&quot;: &quot;A String&quot;,
&quot;synonyms&quot;: [
&quot;A String&quot;,
],
},
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;mediaContent&quot;: {
&quot;mediaObjects&quot;: [
{
&quot;contentUrl&quot;: &quot;A String&quot;,
&quot;description&quot;: &quot;A String&quot;,
&quot;icon&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;largeImage&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
},
],
&quot;mediaType&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;platform&quot;: &quot;A String&quot;,
&quot;quickReplies&quot;: {
&quot;quickReplies&quot;: [
&quot;A String&quot;,
],
&quot;title&quot;: &quot;A String&quot;,
},
&quot;simpleResponses&quot;: {
&quot;simpleResponses&quot;: [
{
&quot;displayText&quot;: &quot;A String&quot;,
&quot;ssml&quot;: &quot;A String&quot;,
&quot;textToSpeech&quot;: &quot;A String&quot;,
},
],
},
&quot;suggestions&quot;: {
&quot;suggestions&quot;: [
{
&quot;title&quot;: &quot;A String&quot;,
},
],
},
&quot;tableCard&quot;: {
&quot;buttons&quot;: [
{
&quot;openUriAction&quot;: {
&quot;uri&quot;: &quot;A String&quot;,
},
&quot;title&quot;: &quot;A String&quot;,
},
],
&quot;columnProperties&quot;: [
{
&quot;header&quot;: &quot;A String&quot;,
&quot;horizontalAlignment&quot;: &quot;A String&quot;,
},
],
&quot;image&quot;: {
&quot;accessibilityText&quot;: &quot;A String&quot;,
&quot;imageUri&quot;: &quot;A String&quot;,
},
&quot;rows&quot;: [
{
&quot;cells&quot;: [
{
&quot;text&quot;: &quot;A String&quot;,
},
],
&quot;dividerAfter&quot;: True or False,
},
],
&quot;subtitle&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
},
&quot;text&quot;: {
&quot;text&quot;: [
&quot;A String&quot;,
],
},
},
],
&quot;mlDisabled&quot;: True or False,
&quot;name&quot;: &quot;A String&quot;,
&quot;outputContexts&quot;: [
{
&quot;lifespanCount&quot;: 42,
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
],
&quot;parameters&quot;: [
{
&quot;defaultValue&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;entityTypeDisplayName&quot;: &quot;A String&quot;,
&quot;isList&quot;: True or False,
&quot;mandatory&quot;: True or False,
&quot;name&quot;: &quot;A String&quot;,
&quot;prompts&quot;: [
&quot;A String&quot;,
],
&quot;value&quot;: &quot;A String&quot;,
},
],
&quot;parentFollowupIntentName&quot;: &quot;A String&quot;,
&quot;priority&quot;: 42,
&quot;resetContexts&quot;: True or False,
&quot;rootFollowupIntentName&quot;: &quot;A String&quot;,
&quot;trainingPhrases&quot;: [
{
&quot;name&quot;: &quot;A String&quot;,
&quot;parts&quot;: [
{
&quot;alias&quot;: &quot;A String&quot;,
&quot;entityType&quot;: &quot;A String&quot;,
&quot;text&quot;: &quot;A String&quot;,
&quot;userDefined&quot;: True or False,
},
],
&quot;timesAddedCount&quot;: 42,
&quot;type&quot;: &quot;A String&quot;,
},
],
&quot;webhookState&quot;: &quot;A String&quot;,
},
&quot;intentDetectionConfidence&quot;: 3.14,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;outputContexts&quot;: [
{
&quot;lifespanCount&quot;: 42,
&quot;name&quot;: &quot;A String&quot;,
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
],
&quot;parameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;queryText&quot;: &quot;A String&quot;,
&quot;sentimentAnalysisResult&quot;: {
&quot;queryTextSentiment&quot;: {
&quot;magnitude&quot;: 3.14,
&quot;score&quot;: 3.14,
},
},
&quot;speechRecognitionConfidence&quot;: 3.14,
&quot;webhookPayload&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;webhookSource&quot;: &quot;A String&quot;,
},
&quot;responseId&quot;: &quot;A String&quot;,
&quot;webhookStatus&quot;: {
&quot;code&quot;: 42,
&quot;details&quot;: [
{
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
},
],
&quot;message&quot;: &quot;A String&quot;,
},
},
},
&quot;dtmfParameters&quot;: {
&quot;acceptsDtmfInput&quot;: True or False,
},
&quot;endUserSuggestionResults&quot;: [
{
&quot;error&quot;: {
&quot;code&quot;: 42,
&quot;details&quot;: [
{
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
},
],
&quot;message&quot;: &quot;A String&quot;,
},
&quot;generateSuggestionsResponse&quot;: {
&quot;generatorSuggestionAnswers&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;generatorSuggestion&quot;: {
&quot;agentCoachingSuggestion&quot;: {
&quot;agentActionSuggestions&quot;: [
{
&quot;agentAction&quot;: &quot;A String&quot;,
&quot;duplicateCheckResult&quot;: {
&quot;duplicateSuggestions&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;similarityScore&quot;: 3.14,
&quot;sources&quot;: {
&quot;instructionIndexes&quot;: [
42,
],
},
&quot;suggestionIndex&quot;: 42,
},
],
},
&quot;sources&quot;: {
&quot;instructionIndexes&quot;: [
42,
],
},
},
],
&quot;applicableInstructions&quot;: [
{
&quot;agentAction&quot;: &quot;A String&quot;,
&quot;condition&quot;: &quot;A String&quot;,
&quot;displayDetails&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;duplicateCheckResult&quot;: {
&quot;duplicateSuggestions&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;similarityScore&quot;: 3.14,
&quot;suggestionIndex&quot;: 42,
},
],
},
&quot;systemAction&quot;: &quot;A String&quot;,
&quot;triggeringEvent&quot;: &quot;A String&quot;,
},
],
&quot;sampleResponses&quot;: [
{
&quot;duplicateCheckResult&quot;: {
&quot;duplicateSuggestions&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;similarityScore&quot;: 3.14,
&quot;sources&quot;: {
&quot;instructionIndexes&quot;: [
42,
],
},
&quot;suggestionIndex&quot;: 42,
},
],
},
&quot;responseText&quot;: &quot;A String&quot;,
&quot;sources&quot;: {
&quot;instructionIndexes&quot;: [
42,
],
},
},
],
},
&quot;freeFormSuggestion&quot;: {
&quot;response&quot;: &quot;A String&quot;,
},
&quot;summarySuggestion&quot;: {
&quot;summarySections&quot;: [
{
&quot;section&quot;: &quot;A String&quot;,
&quot;summary&quot;: &quot;A String&quot;,
},
],
},
&quot;toolCallInfo&quot;: [
{
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;cesApp&quot;: &quot;A String&quot;,
&quot;cesTool&quot;: &quot;A String&quot;,
&quot;cesToolset&quot;: &quot;A String&quot;,
&quot;createTime&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;state&quot;: &quot;A String&quot;,
&quot;tool&quot;: &quot;A String&quot;,
&quot;toolDisplayDetails&quot;: &quot;A String&quot;,
&quot;toolDisplayName&quot;: &quot;A String&quot;,
},
&quot;toolCallResult&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;cesApp&quot;: &quot;A String&quot;,
&quot;cesTool&quot;: &quot;A String&quot;,
&quot;cesToolset&quot;: &quot;A String&quot;,
&quot;content&quot;: &quot;A String&quot;,
&quot;createTime&quot;: &quot;A String&quot;,
&quot;error&quot;: {
&quot;message&quot;: &quot;A String&quot;,
},
&quot;rawContent&quot;: &quot;A String&quot;,
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
},
&quot;sourceGenerator&quot;: &quot;A String&quot;,
},
],
&quot;latestMessage&quot;: &quot;A String&quot;,
},
&quot;suggestArticlesResponse&quot;: {
&quot;articleAnswers&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;confidence&quot;: 3.14,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;snippets&quot;: [
&quot;A String&quot;,
],
&quot;title&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
&quot;contextSize&quot;: 42,
&quot;latestMessage&quot;: &quot;A String&quot;,
},
&quot;suggestFaqAnswersResponse&quot;: {
&quot;contextSize&quot;: 42,
&quot;faqAnswers&quot;: [
{
&quot;answer&quot;: &quot;A String&quot;,
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;confidence&quot;: 3.14,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;question&quot;: &quot;A String&quot;,
&quot;source&quot;: &quot;A String&quot;,
},
],
&quot;latestMessage&quot;: &quot;A String&quot;,
},
&quot;suggestKnowledgeAssistResponse&quot;: {
&quot;additionalSuggestedQueryResults&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;suggestedQuery&quot;: {
&quot;queryText&quot;: &quot;A String&quot;,
&quot;searchContexts&quot;: [
{
&quot;key&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;A String&quot;,
},
],
},
},
],
&quot;contextSize&quot;: 42,
&quot;knowledgeAssistAnswer&quot;: {
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;knowledgeAssistDebugInfo&quot;: {
&quot;cesDebugInfo&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;datastoreResponseReason&quot;: &quot;A String&quot;,
&quot;ingestedContextReferenceDebugInfo&quot;: {
&quot;contextReferenceRetrieved&quot;: True or False,
&quot;ingestedParametersDebugInfo&quot;: [
{
&quot;ingestionStatus&quot;: &quot;A String&quot;,
&quot;parameter&quot;: &quot;A String&quot;,
},
],
&quot;projectNotAllowlisted&quot;: True or False,
},
&quot;knowledgeAssistBehavior&quot;: {
&quot;answerGenerationRewriterOn&quot;: True or False,
&quot;appendedSearchContextCount&quot;: 42,
&quot;conversationTranscriptHasMixedLanguages&quot;: True or False,
&quot;disableSyncDelivery&quot;: True or False,
&quot;endUserMetadataIncluded&quot;: True or False,
&quot;invalidItemsQuerySuggestionSkipped&quot;: True or False,
&quot;multipleQueriesGenerated&quot;: True or False,
&quot;previousQueriesIncluded&quot;: True or False,
&quot;primaryQueryRedactedAndReplaced&quot;: True or False,
&quot;queryContainedSearchContext&quot;: True or False,
&quot;queryGenerationAgentLanguageMismatch&quot;: True or False,
&quot;queryGenerationEndUserLanguageMismatch&quot;: True or False,
&quot;returnQueryOnly&quot;: True or False,
&quot;thirdPartyConnectorAllowed&quot;: True or False,
&quot;useCustomSafetyFilterLevel&quot;: True or False,
&quot;usePubsubDelivery&quot;: True or False,
&quot;useTranslatedMessage&quot;: True or False,
},
&quot;queryCategorizationFailureReason&quot;: &quot;A String&quot;,
&quot;queryGenerationDebugInfo&quot;: {
&quot;candidatesTokenCount&quot;: 42,
&quot;promptTokenCount&quot;: 42,
&quot;totalTokenCount&quot;: 42,
},
&quot;queryGenerationFailureReason&quot;: &quot;A String&quot;,
&quot;serviceLatency&quot;: {
&quot;internalServiceLatencies&quot;: [
{
&quot;completeTime&quot;: &quot;A String&quot;,
&quot;latencyMs&quot;: 3.14,
&quot;startTime&quot;: &quot;A String&quot;,
&quot;step&quot;: &quot;A String&quot;,
},
],
},
},
&quot;suggestedQuery&quot;: {
&quot;queryText&quot;: &quot;A String&quot;,
&quot;searchContexts&quot;: [
{
&quot;key&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;A String&quot;,
},
],
},
&quot;suggestedQueryAnswer&quot;: {
&quot;answerText&quot;: &quot;A String&quot;,
&quot;eventSource&quot;: {
&quot;event&quot;: &quot;A String&quot;,
&quot;snippets&quot;: {
&quot;snippets&quot;: [
{
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
},
&quot;faqSource&quot;: {
&quot;question&quot;: &quot;A String&quot;,
},
&quot;generativeSource&quot;: {
&quot;snippets&quot;: [
{
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;playbookSource&quot;: {
&quot;snippets&quot;: [
{
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
},
},
&quot;latestMessage&quot;: &quot;A String&quot;,
},
&quot;suggestSmartRepliesResponse&quot;: {
&quot;contextSize&quot;: 42,
&quot;latestMessage&quot;: &quot;A String&quot;,
&quot;smartReplyAnswers&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;confidence&quot;: 3.14,
&quot;reply&quot;: &quot;A String&quot;,
},
],
},
},
],
&quot;humanAgentSuggestionResults&quot;: [
{
&quot;error&quot;: {
&quot;code&quot;: 42,
&quot;details&quot;: [
{
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
},
],
&quot;message&quot;: &quot;A String&quot;,
},
&quot;generateSuggestionsResponse&quot;: {
&quot;generatorSuggestionAnswers&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;generatorSuggestion&quot;: {
&quot;agentCoachingSuggestion&quot;: {
&quot;agentActionSuggestions&quot;: [
{
&quot;agentAction&quot;: &quot;A String&quot;,
&quot;duplicateCheckResult&quot;: {
&quot;duplicateSuggestions&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;similarityScore&quot;: 3.14,
&quot;sources&quot;: {
&quot;instructionIndexes&quot;: [
42,
],
},
&quot;suggestionIndex&quot;: 42,
},
],
},
&quot;sources&quot;: {
&quot;instructionIndexes&quot;: [
42,
],
},
},
],
&quot;applicableInstructions&quot;: [
{
&quot;agentAction&quot;: &quot;A String&quot;,
&quot;condition&quot;: &quot;A String&quot;,
&quot;displayDetails&quot;: &quot;A String&quot;,
&quot;displayName&quot;: &quot;A String&quot;,
&quot;duplicateCheckResult&quot;: {
&quot;duplicateSuggestions&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;similarityScore&quot;: 3.14,
&quot;suggestionIndex&quot;: 42,
},
],
},
&quot;systemAction&quot;: &quot;A String&quot;,
&quot;triggeringEvent&quot;: &quot;A String&quot;,
},
],
&quot;sampleResponses&quot;: [
{
&quot;duplicateCheckResult&quot;: {
&quot;duplicateSuggestions&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;similarityScore&quot;: 3.14,
&quot;sources&quot;: {
&quot;instructionIndexes&quot;: [
42,
],
},
&quot;suggestionIndex&quot;: 42,
},
],
},
&quot;responseText&quot;: &quot;A String&quot;,
&quot;sources&quot;: {
&quot;instructionIndexes&quot;: [
42,
],
},
},
],
},
&quot;freeFormSuggestion&quot;: {
&quot;response&quot;: &quot;A String&quot;,
},
&quot;summarySuggestion&quot;: {
&quot;summarySections&quot;: [
{
&quot;section&quot;: &quot;A String&quot;,
&quot;summary&quot;: &quot;A String&quot;,
},
],
},
&quot;toolCallInfo&quot;: [
{
&quot;toolCall&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;cesApp&quot;: &quot;A String&quot;,
&quot;cesTool&quot;: &quot;A String&quot;,
&quot;cesToolset&quot;: &quot;A String&quot;,
&quot;createTime&quot;: &quot;A String&quot;,
&quot;inputParameters&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;state&quot;: &quot;A String&quot;,
&quot;tool&quot;: &quot;A String&quot;,
&quot;toolDisplayDetails&quot;: &quot;A String&quot;,
&quot;toolDisplayName&quot;: &quot;A String&quot;,
},
&quot;toolCallResult&quot;: {
&quot;action&quot;: &quot;A String&quot;,
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;cesApp&quot;: &quot;A String&quot;,
&quot;cesTool&quot;: &quot;A String&quot;,
&quot;cesToolset&quot;: &quot;A String&quot;,
&quot;content&quot;: &quot;A String&quot;,
&quot;createTime&quot;: &quot;A String&quot;,
&quot;error&quot;: {
&quot;message&quot;: &quot;A String&quot;,
},
&quot;rawContent&quot;: &quot;A String&quot;,
&quot;tool&quot;: &quot;A String&quot;,
},
},
],
},
&quot;sourceGenerator&quot;: &quot;A String&quot;,
},
],
&quot;latestMessage&quot;: &quot;A String&quot;,
},
&quot;suggestArticlesResponse&quot;: {
&quot;articleAnswers&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;confidence&quot;: 3.14,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;snippets&quot;: [
&quot;A String&quot;,
],
&quot;title&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
&quot;contextSize&quot;: 42,
&quot;latestMessage&quot;: &quot;A String&quot;,
},
&quot;suggestFaqAnswersResponse&quot;: {
&quot;contextSize&quot;: 42,
&quot;faqAnswers&quot;: [
{
&quot;answer&quot;: &quot;A String&quot;,
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;confidence&quot;: 3.14,
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;question&quot;: &quot;A String&quot;,
&quot;source&quot;: &quot;A String&quot;,
},
],
&quot;latestMessage&quot;: &quot;A String&quot;,
},
&quot;suggestKnowledgeAssistResponse&quot;: {
&quot;additionalSuggestedQueryResults&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;suggestedQuery&quot;: {
&quot;queryText&quot;: &quot;A String&quot;,
&quot;searchContexts&quot;: [
{
&quot;key&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;A String&quot;,
},
],
},
},
],
&quot;contextSize&quot;: 42,
&quot;knowledgeAssistAnswer&quot;: {
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;knowledgeAssistDebugInfo&quot;: {
&quot;cesDebugInfo&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;datastoreResponseReason&quot;: &quot;A String&quot;,
&quot;ingestedContextReferenceDebugInfo&quot;: {
&quot;contextReferenceRetrieved&quot;: True or False,
&quot;ingestedParametersDebugInfo&quot;: [
{
&quot;ingestionStatus&quot;: &quot;A String&quot;,
&quot;parameter&quot;: &quot;A String&quot;,
},
],
&quot;projectNotAllowlisted&quot;: True or False,
},
&quot;knowledgeAssistBehavior&quot;: {
&quot;answerGenerationRewriterOn&quot;: True or False,
&quot;appendedSearchContextCount&quot;: 42,
&quot;conversationTranscriptHasMixedLanguages&quot;: True or False,
&quot;disableSyncDelivery&quot;: True or False,
&quot;endUserMetadataIncluded&quot;: True or False,
&quot;invalidItemsQuerySuggestionSkipped&quot;: True or False,
&quot;multipleQueriesGenerated&quot;: True or False,
&quot;previousQueriesIncluded&quot;: True or False,
&quot;primaryQueryRedactedAndReplaced&quot;: True or False,
&quot;queryContainedSearchContext&quot;: True or False,
&quot;queryGenerationAgentLanguageMismatch&quot;: True or False,
&quot;queryGenerationEndUserLanguageMismatch&quot;: True or False,
&quot;returnQueryOnly&quot;: True or False,
&quot;thirdPartyConnectorAllowed&quot;: True or False,
&quot;useCustomSafetyFilterLevel&quot;: True or False,
&quot;usePubsubDelivery&quot;: True or False,
&quot;useTranslatedMessage&quot;: True or False,
},
&quot;queryCategorizationFailureReason&quot;: &quot;A String&quot;,
&quot;queryGenerationDebugInfo&quot;: {
&quot;candidatesTokenCount&quot;: 42,
&quot;promptTokenCount&quot;: 42,
&quot;totalTokenCount&quot;: 42,
},
&quot;queryGenerationFailureReason&quot;: &quot;A String&quot;,
&quot;serviceLatency&quot;: {
&quot;internalServiceLatencies&quot;: [
{
&quot;completeTime&quot;: &quot;A String&quot;,
&quot;latencyMs&quot;: 3.14,
&quot;startTime&quot;: &quot;A String&quot;,
&quot;step&quot;: &quot;A String&quot;,
},
],
},
},
&quot;suggestedQuery&quot;: {
&quot;queryText&quot;: &quot;A String&quot;,
&quot;searchContexts&quot;: [
{
&quot;key&quot;: &quot;A String&quot;,
&quot;value&quot;: &quot;A String&quot;,
},
],
},
&quot;suggestedQueryAnswer&quot;: {
&quot;answerText&quot;: &quot;A String&quot;,
&quot;eventSource&quot;: {
&quot;event&quot;: &quot;A String&quot;,
&quot;snippets&quot;: {
&quot;snippets&quot;: [
{
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
},
&quot;faqSource&quot;: {
&quot;question&quot;: &quot;A String&quot;,
},
&quot;generativeSource&quot;: {
&quot;snippets&quot;: [
{
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
&quot;playbookSource&quot;: {
&quot;snippets&quot;: [
{
&quot;metadata&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;text&quot;: &quot;A String&quot;,
&quot;title&quot;: &quot;A String&quot;,
&quot;uri&quot;: &quot;A String&quot;,
},
],
},
},
},
&quot;latestMessage&quot;: &quot;A String&quot;,
},
&quot;suggestSmartRepliesResponse&quot;: {
&quot;contextSize&quot;: 42,
&quot;latestMessage&quot;: &quot;A String&quot;,
&quot;smartReplyAnswers&quot;: [
{
&quot;answerRecord&quot;: &quot;A String&quot;,
&quot;confidence&quot;: 3.14,
&quot;reply&quot;: &quot;A String&quot;,
},
],
},
},
],
&quot;message&quot;: {
&quot;content&quot;: &quot;A String&quot;,
&quot;createTime&quot;: &quot;A String&quot;,
&quot;languageCode&quot;: &quot;A String&quot;,
&quot;messageAnnotation&quot;: {
&quot;containEntities&quot;: True or False,
&quot;parts&quot;: [
{
&quot;entityType&quot;: &quot;A String&quot;,
&quot;formattedValue&quot;: &quot;&quot;,
&quot;text&quot;: &quot;A String&quot;,
},
],
},
&quot;name&quot;: &quot;A String&quot;,
&quot;participant&quot;: &quot;A String&quot;,
&quot;participantRole&quot;: &quot;A String&quot;,
&quot;sendTime&quot;: &quot;A String&quot;,
&quot;sentimentAnalysis&quot;: {
&quot;queryTextSentiment&quot;: {
&quot;magnitude&quot;: 3.14,
&quot;score&quot;: 3.14,
},
},
},
&quot;replyAudio&quot;: {
&quot;audio&quot;: &quot;A String&quot;,
&quot;config&quot;: {
&quot;audioEncoding&quot;: &quot;A String&quot;,
&quot;sampleRateHertz&quot;: 42,
&quot;synthesizeSpeechConfig&quot;: {
&quot;effectsProfileId&quot;: [
&quot;A String&quot;,
],
&quot;pitch&quot;: 3.14,
&quot;pronunciations&quot;: [
{
&quot;phoneticEncoding&quot;: &quot;A String&quot;,
&quot;phrase&quot;: &quot;A String&quot;,
&quot;pronunciation&quot;: &quot;A String&quot;,
},
],
&quot;speakingRate&quot;: 3.14,
&quot;voice&quot;: {
&quot;name&quot;: &quot;A String&quot;,
&quot;ssmlGender&quot;: &quot;A String&quot;,
},
&quot;volumeGainDb&quot;: 3.14,
},
},
},
&quot;replyText&quot;: &quot;A String&quot;,
}</pre>
</div>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
<pre>
Args:
parent: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
&quot;agentDesktopSource&quot;: &quot;A String&quot;,
&quot;documentsMetadataFilters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;obfuscatedExternalUserId&quot;: &quot;A String&quot;,
&quot;role&quot;: &quot;A String&quot;,
&quot;sipRecordingMediaLabel&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;agentDesktopSource&quot;: &quot;A String&quot;,
&quot;documentsMetadataFilters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;obfuscatedExternalUserId&quot;: &quot;A String&quot;,
&quot;role&quot;: &quot;A String&quot;,
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;,
}</pre>
</div>
<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
<pre>
Args:
name: string, A parameter (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
&quot;agentDesktopSource&quot;: &quot;A String&quot;,
&quot;documentsMetadataFilters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;obfuscatedExternalUserId&quot;: &quot;A String&quot;,
&quot;role&quot;: &quot;A String&quot;,
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;,
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>
Args:
parent: string, A parameter (required)
pageSize: integer, A parameter
pageToken: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
&quot;nextPageToken&quot;: &quot;A String&quot;,
&quot;participants&quot;: [
{
&quot;agentDesktopSource&quot;: &quot;A String&quot;,
&quot;documentsMetadataFilters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;obfuscatedExternalUserId&quot;: &quot;A String&quot;,
&quot;role&quot;: &quot;A String&quot;,
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;,
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="list_next">list_next()</code>
<pre>Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
<div class="method">
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
<pre>
Args:
name: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
&quot;agentDesktopSource&quot;: &quot;A String&quot;,
&quot;documentsMetadataFilters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;obfuscatedExternalUserId&quot;: &quot;A String&quot;,
&quot;role&quot;: &quot;A String&quot;,
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;,
}
updateMask: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
&quot;agentDesktopSource&quot;: &quot;A String&quot;,
&quot;documentsMetadataFilters&quot;: {
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;,
&quot;obfuscatedExternalUserId&quot;: &quot;A String&quot;,
&quot;role&quot;: &quot;A String&quot;,
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;,
}</pre>
</div>
</body></html>