Skip to content

Commit 2b33ab2

Browse files
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowV2AnalyzeContentRequest.properties.assistQueryParams.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2AssistQueryParameters (Total Keys: 4) - schemas.GoogleCloudDialogflowV2Participant.properties.documentsMetadataFilters (Total Keys: 2) - schemas.GoogleCloudDialogflowV2SuggestArticlesRequest.properties.assistQueryParams.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2SuggestFaqAnswersRequest.properties.assistQueryParams.$ref (Total Keys: 1) #### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowV2beta1AnalyzeContentRequest.properties.assistQueryParams.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1AssistQueryParameters (Total Keys: 4) - schemas.GoogleCloudDialogflowV2beta1Participant.properties.documentsMetadataFilters (Total Keys: 2) - schemas.GoogleCloudDialogflowV2beta1SuggestArticlesRequest.properties.assistQueryParams.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest.properties.assistQueryParams.$ref (Total Keys: 1) #### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowCxV3WebhookGenericWebService.properties.allowedCaCerts (Total Keys: 3) #### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3beta1WebhookGenericWebService.properties.allowedCaCerts (Total Keys: 3)
1 parent f54ebea commit 2b33ab2

14 files changed

+294
-6
lines changed

docs/dyn/dialogflow_v2.projects.conversations.participants.html

+23
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ <h3>Method Details</h3>
111111
The object takes the form of:
112112

113113
{ # The request message for Participants.AnalyzeContent.
114+
&quot;assistQueryParams&quot;: { # Represents the parameters of human assist query. # Parameters for a human assist query.
115+
&quot;documentsMetadataFilters&quot;: { # Key-value filters on the metadata of documents returned by article suggestion. If specified, article suggestion only returns suggested documents that match all filters in their Document.metadata. Multiple values for a metadata key should be concatenated by comma. For example, filters to match all documents that have &#x27;US&#x27; or &#x27;CA&#x27; in their market metadata values and &#x27;agent&#x27; in their user metadata values will be ``` documents_metadata_filters { key: &quot;market&quot; value: &quot;US,CA&quot; } documents_metadata_filters { key: &quot;user&quot; value: &quot;agent&quot; } ```
116+
&quot;a_key&quot;: &quot;A String&quot;,
117+
},
118+
},
114119
&quot;eventInput&quot;: { # Events allow for matching intents by event name instead of the natural language input. For instance, input `` can trigger a personalized welcome response. The parameter `name` may be used by the agent in the response: `&quot;Hello #welcome_event.name! What can I do for you today?&quot;`. # An input event to send to Dialogflow.
115120
&quot;languageCode&quot;: &quot;A String&quot;, # Required. The language of this query. See [Language Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
116121
&quot;name&quot;: &quot;A String&quot;, # Required. The unique identifier of the event.
@@ -832,6 +837,9 @@ <h3>Method Details</h3>
832837
The object takes the form of:
833838

834839
{ # Represents a conversation participant (human agent, virtual agent, end-user).
840+
&quot;documentsMetadataFilters&quot;: { # Optional. Key-value filters on the metadata of documents returned by article suggestion. If specified, article suggestion only returns suggested documents that match all filters in their Document.metadata. Multiple values for a metadata key should be concatenated by comma. For example, filters to match all documents that have &#x27;US&#x27; or &#x27;CA&#x27; in their market metadata values and &#x27;agent&#x27; in their user metadata values will be ``` documents_metadata_filters { key: &quot;market&quot; value: &quot;US,CA&quot; } documents_metadata_filters { key: &quot;user&quot; value: &quot;agent&quot; } ```
841+
&quot;a_key&quot;: &quot;A String&quot;,
842+
},
835843
&quot;name&quot;: &quot;A String&quot;, # Optional. The unique identifier of this participant. Format: `projects//locations//conversations//participants/`.
836844
&quot;role&quot;: &quot;A String&quot;, # Immutable. The role this participant plays in the conversation. This field must be set during participant creation and is then immutable.
837845
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;, # Optional. Label applied to streams representing this participant in SIPREC XML metadata and SDP. This is used to assign transcriptions from that media stream to this participant. This field can be updated.
@@ -846,6 +854,9 @@ <h3>Method Details</h3>
846854
An object of the form:
847855

848856
{ # Represents a conversation participant (human agent, virtual agent, end-user).
857+
&quot;documentsMetadataFilters&quot;: { # Optional. Key-value filters on the metadata of documents returned by article suggestion. If specified, article suggestion only returns suggested documents that match all filters in their Document.metadata. Multiple values for a metadata key should be concatenated by comma. For example, filters to match all documents that have &#x27;US&#x27; or &#x27;CA&#x27; in their market metadata values and &#x27;agent&#x27; in their user metadata values will be ``` documents_metadata_filters { key: &quot;market&quot; value: &quot;US,CA&quot; } documents_metadata_filters { key: &quot;user&quot; value: &quot;agent&quot; } ```
858+
&quot;a_key&quot;: &quot;A String&quot;,
859+
},
849860
&quot;name&quot;: &quot;A String&quot;, # Optional. The unique identifier of this participant. Format: `projects//locations//conversations//participants/`.
850861
&quot;role&quot;: &quot;A String&quot;, # Immutable. The role this participant plays in the conversation. This field must be set during participant creation and is then immutable.
851862
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;, # Optional. Label applied to streams representing this participant in SIPREC XML metadata and SDP. This is used to assign transcriptions from that media stream to this participant. This field can be updated.
@@ -867,6 +878,9 @@ <h3>Method Details</h3>
867878
An object of the form:
868879

869880
{ # Represents a conversation participant (human agent, virtual agent, end-user).
881+
&quot;documentsMetadataFilters&quot;: { # Optional. Key-value filters on the metadata of documents returned by article suggestion. If specified, article suggestion only returns suggested documents that match all filters in their Document.metadata. Multiple values for a metadata key should be concatenated by comma. For example, filters to match all documents that have &#x27;US&#x27; or &#x27;CA&#x27; in their market metadata values and &#x27;agent&#x27; in their user metadata values will be ``` documents_metadata_filters { key: &quot;market&quot; value: &quot;US,CA&quot; } documents_metadata_filters { key: &quot;user&quot; value: &quot;agent&quot; } ```
882+
&quot;a_key&quot;: &quot;A String&quot;,
883+
},
870884
&quot;name&quot;: &quot;A String&quot;, # Optional. The unique identifier of this participant. Format: `projects//locations//conversations//participants/`.
871885
&quot;role&quot;: &quot;A String&quot;, # Immutable. The role this participant plays in the conversation. This field must be set during participant creation and is then immutable.
872886
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;, # Optional. Label applied to streams representing this participant in SIPREC XML metadata and SDP. This is used to assign transcriptions from that media stream to this participant. This field can be updated.
@@ -893,6 +907,9 @@ <h3>Method Details</h3>
893907
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results or empty if there are no more results in the list.
894908
&quot;participants&quot;: [ # The list of participants. There is a maximum number of items returned based on the page_size field in the request.
895909
{ # Represents a conversation participant (human agent, virtual agent, end-user).
910+
&quot;documentsMetadataFilters&quot;: { # Optional. Key-value filters on the metadata of documents returned by article suggestion. If specified, article suggestion only returns suggested documents that match all filters in their Document.metadata. Multiple values for a metadata key should be concatenated by comma. For example, filters to match all documents that have &#x27;US&#x27; or &#x27;CA&#x27; in their market metadata values and &#x27;agent&#x27; in their user metadata values will be ``` documents_metadata_filters { key: &quot;market&quot; value: &quot;US,CA&quot; } documents_metadata_filters { key: &quot;user&quot; value: &quot;agent&quot; } ```
911+
&quot;a_key&quot;: &quot;A String&quot;,
912+
},
896913
&quot;name&quot;: &quot;A String&quot;, # Optional. The unique identifier of this participant. Format: `projects//locations//conversations//participants/`.
897914
&quot;role&quot;: &quot;A String&quot;, # Immutable. The role this participant plays in the conversation. This field must be set during participant creation and is then immutable.
898915
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;, # Optional. Label applied to streams representing this participant in SIPREC XML metadata and SDP. This is used to assign transcriptions from that media stream to this participant. This field can be updated.
@@ -925,6 +942,9 @@ <h3>Method Details</h3>
925942
The object takes the form of:
926943

927944
{ # Represents a conversation participant (human agent, virtual agent, end-user).
945+
&quot;documentsMetadataFilters&quot;: { # Optional. Key-value filters on the metadata of documents returned by article suggestion. If specified, article suggestion only returns suggested documents that match all filters in their Document.metadata. Multiple values for a metadata key should be concatenated by comma. For example, filters to match all documents that have &#x27;US&#x27; or &#x27;CA&#x27; in their market metadata values and &#x27;agent&#x27; in their user metadata values will be ``` documents_metadata_filters { key: &quot;market&quot; value: &quot;US,CA&quot; } documents_metadata_filters { key: &quot;user&quot; value: &quot;agent&quot; } ```
946+
&quot;a_key&quot;: &quot;A String&quot;,
947+
},
928948
&quot;name&quot;: &quot;A String&quot;, # Optional. The unique identifier of this participant. Format: `projects//locations//conversations//participants/`.
929949
&quot;role&quot;: &quot;A String&quot;, # Immutable. The role this participant plays in the conversation. This field must be set during participant creation and is then immutable.
930950
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;, # Optional. Label applied to streams representing this participant in SIPREC XML metadata and SDP. This is used to assign transcriptions from that media stream to this participant. This field can be updated.
@@ -940,6 +960,9 @@ <h3>Method Details</h3>
940960
An object of the form:
941961

942962
{ # Represents a conversation participant (human agent, virtual agent, end-user).
963+
&quot;documentsMetadataFilters&quot;: { # Optional. Key-value filters on the metadata of documents returned by article suggestion. If specified, article suggestion only returns suggested documents that match all filters in their Document.metadata. Multiple values for a metadata key should be concatenated by comma. For example, filters to match all documents that have &#x27;US&#x27; or &#x27;CA&#x27; in their market metadata values and &#x27;agent&#x27; in their user metadata values will be ``` documents_metadata_filters { key: &quot;market&quot; value: &quot;US,CA&quot; } documents_metadata_filters { key: &quot;user&quot; value: &quot;agent&quot; } ```
964+
&quot;a_key&quot;: &quot;A String&quot;,
965+
},
943966
&quot;name&quot;: &quot;A String&quot;, # Optional. The unique identifier of this participant. Format: `projects//locations//conversations//participants/`.
944967
&quot;role&quot;: &quot;A String&quot;, # Immutable. The role this participant plays in the conversation. This field must be set during participant creation and is then immutable.
945968
&quot;sipRecordingMediaLabel&quot;: &quot;A String&quot;, # Optional. Label applied to streams representing this participant in SIPREC XML metadata and SDP. This is used to assign transcriptions from that media stream to this participant. This field can be updated.

docs/dyn/dialogflow_v2.projects.conversations.participants.suggestions.html

+10
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ <h3>Method Details</h3>
9999
The object takes the form of:
100100

101101
{ # The request message for Participants.SuggestArticles.
102+
&quot;assistQueryParams&quot;: { # Represents the parameters of human assist query. # Parameters for a human assist query.
103+
&quot;documentsMetadataFilters&quot;: { # Key-value filters on the metadata of documents returned by article suggestion. If specified, article suggestion only returns suggested documents that match all filters in their Document.metadata. Multiple values for a metadata key should be concatenated by comma. For example, filters to match all documents that have &#x27;US&#x27; or &#x27;CA&#x27; in their market metadata values and &#x27;agent&#x27; in their user metadata values will be ``` documents_metadata_filters { key: &quot;market&quot; value: &quot;US,CA&quot; } documents_metadata_filters { key: &quot;user&quot; value: &quot;agent&quot; } ```
104+
&quot;a_key&quot;: &quot;A String&quot;,
105+
},
106+
},
102107
&quot;contextSize&quot;: 42, # Max number of messages prior to and including latest_message to use as context when compiling the suggestion. By default 20 and at most 50.
103108
&quot;latestMessage&quot;: &quot;A String&quot;, # The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation. Format: `projects//locations//conversations//messages/`.
104109
}
@@ -141,6 +146,11 @@ <h3>Method Details</h3>
141146
The object takes the form of:
142147

143148
{ # The request message for Participants.SuggestFaqAnswers.
149+
&quot;assistQueryParams&quot;: { # Represents the parameters of human assist query. # Parameters for a human assist query.
150+
&quot;documentsMetadataFilters&quot;: { # Key-value filters on the metadata of documents returned by article suggestion. If specified, article suggestion only returns suggested documents that match all filters in their Document.metadata. Multiple values for a metadata key should be concatenated by comma. For example, filters to match all documents that have &#x27;US&#x27; or &#x27;CA&#x27; in their market metadata values and &#x27;agent&#x27; in their user metadata values will be ``` documents_metadata_filters { key: &quot;market&quot; value: &quot;US,CA&quot; } documents_metadata_filters { key: &quot;user&quot; value: &quot;agent&quot; } ```
151+
&quot;a_key&quot;: &quot;A String&quot;,
152+
},
153+
},
144154
&quot;contextSize&quot;: 42, # Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.
145155
&quot;latestMessage&quot;: &quot;A String&quot;, # The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation. Format: `projects//locations//conversations//messages/`.
146156
}

0 commit comments

Comments
 (0)