Skip to content

Commit a41c7aa

Browse files
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput.properties.querySource.type (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput.properties.querySource.type (Total Keys: 1)
1 parent 62aa538 commit a41c7aa

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

docs/dyn/contactcenterinsights_v1.projects.locations.conversations.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ <h3>Method Details</h3>
538538
&quot;userInput&quot;: { # Explicit input used for generating the answer # Explicit input used for generating the answer
539539
&quot;generatorName&quot;: &quot;A String&quot;, # The resource name of associated generator. Format: `projects//locations//generators/`
540540
&quot;query&quot;: &quot;A String&quot;, # Query text. Article Search uses this to store the input query used to generate the search results.
541+
&quot;querySource&quot;: &quot;A String&quot;, # Query source for the answer.
541542
},
542543
},
543544
],
@@ -841,6 +842,7 @@ <h3>Method Details</h3>
841842
&quot;userInput&quot;: { # Explicit input used for generating the answer # Explicit input used for generating the answer
842843
&quot;generatorName&quot;: &quot;A String&quot;, # The resource name of associated generator. Format: `projects//locations//generators/`
843844
&quot;query&quot;: &quot;A String&quot;, # Query text. Article Search uses this to store the input query used to generate the search results.
845+
&quot;querySource&quot;: &quot;A String&quot;, # Query source for the answer.
844846
},
845847
},
846848
],
@@ -1174,6 +1176,7 @@ <h3>Method Details</h3>
11741176
&quot;userInput&quot;: { # Explicit input used for generating the answer # Explicit input used for generating the answer
11751177
&quot;generatorName&quot;: &quot;A String&quot;, # The resource name of associated generator. Format: `projects//locations//generators/`
11761178
&quot;query&quot;: &quot;A String&quot;, # Query text. Article Search uses this to store the input query used to generate the search results.
1179+
&quot;querySource&quot;: &quot;A String&quot;, # Query source for the answer.
11771180
},
11781181
},
11791182
],
@@ -1560,6 +1563,7 @@ <h3>Method Details</h3>
15601563
&quot;userInput&quot;: { # Explicit input used for generating the answer # Explicit input used for generating the answer
15611564
&quot;generatorName&quot;: &quot;A String&quot;, # The resource name of associated generator. Format: `projects//locations//generators/`
15621565
&quot;query&quot;: &quot;A String&quot;, # Query text. Article Search uses this to store the input query used to generate the search results.
1566+
&quot;querySource&quot;: &quot;A String&quot;, # Query source for the answer.
15631567
},
15641568
},
15651569
],
@@ -1881,6 +1885,7 @@ <h3>Method Details</h3>
18811885
&quot;userInput&quot;: { # Explicit input used for generating the answer # Explicit input used for generating the answer
18821886
&quot;generatorName&quot;: &quot;A String&quot;, # The resource name of associated generator. Format: `projects//locations//generators/`
18831887
&quot;query&quot;: &quot;A String&quot;, # Query text. Article Search uses this to store the input query used to generate the search results.
1888+
&quot;querySource&quot;: &quot;A String&quot;, # Query source for the answer.
18841889
},
18851890
},
18861891
],
@@ -2184,6 +2189,7 @@ <h3>Method Details</h3>
21842189
&quot;userInput&quot;: { # Explicit input used for generating the answer # Explicit input used for generating the answer
21852190
&quot;generatorName&quot;: &quot;A String&quot;, # The resource name of associated generator. Format: `projects//locations//generators/`
21862191
&quot;query&quot;: &quot;A String&quot;, # Query text. Article Search uses this to store the input query used to generate the search results.
2192+
&quot;querySource&quot;: &quot;A String&quot;, # Query source for the answer.
21872193
},
21882194
},
21892195
],
@@ -2489,6 +2495,7 @@ <h3>Method Details</h3>
24892495
&quot;userInput&quot;: { # Explicit input used for generating the answer # Explicit input used for generating the answer
24902496
&quot;generatorName&quot;: &quot;A String&quot;, # The resource name of associated generator. Format: `projects//locations//generators/`
24912497
&quot;query&quot;: &quot;A String&quot;, # Query text. Article Search uses this to store the input query used to generate the search results.
2498+
&quot;querySource&quot;: &quot;A String&quot;, # Query source for the answer.
24922499
},
24932500
},
24942501
],

googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@
14741474
}
14751475
}
14761476
},
1477-
"revision": "20240624",
1477+
"revision": "20240708",
14781478
"rootUrl": "https://contactcenterinsights.googleapis.com/",
14791479
"schemas": {
14801480
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -3806,6 +3806,20 @@
38063806
"query": {
38073807
"description": "Query text. Article Search uses this to store the input query used to generate the search results.",
38083808
"type": "string"
3809+
},
3810+
"querySource": {
3811+
"description": "Query source for the answer.",
3812+
"enum": [
3813+
"QUERY_SOURCE_UNSPECIFIED",
3814+
"AGENT_QUERY",
3815+
"SUGGESTED_QUERY"
3816+
],
3817+
"enumDescriptions": [
3818+
"Unknown query source.",
3819+
"The query is from agents.",
3820+
"The query is a query from previous suggestions, e.g. from a preceding SuggestKnowledgeAssist response."
3821+
],
3822+
"type": "string"
38093823
}
38103824
},
38113825
"type": "object"
@@ -6037,6 +6051,20 @@
60376051
"query": {
60386052
"description": "Query text. Article Search uses this to store the input query used to generate the search results.",
60396053
"type": "string"
6054+
},
6055+
"querySource": {
6056+
"description": "Query source for the answer.",
6057+
"enum": [
6058+
"QUERY_SOURCE_UNSPECIFIED",
6059+
"AGENT_QUERY",
6060+
"SUGGESTED_QUERY"
6061+
],
6062+
"enumDescriptions": [
6063+
"Unknown query source.",
6064+
"The query is from agents.",
6065+
"The query is a query from previous suggestions, e.g. from a preceding SuggestKnowledgeAssist response."
6066+
],
6067+
"type": "string"
60406068
}
60416069
},
60426070
"type": "object"

0 commit comments

Comments
 (0)