Skip to content

Commit 8aeb337

Browse files
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowV2EncryptionSpec (Total Keys: 4) - schemas.GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata (Total Keys: 4) - schemas.GoogleCloudDialogflowV2InitializeEncryptionSpecRequest (Total Keys: 3) - schemas.GoogleCloudDialogflowV2beta1EncryptionSpec (Total Keys: 4) - schemas.GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata (Total Keys: 4) - schemas.GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest (Total Keys: 3) #### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowV2EncryptionSpec (Total Keys: 4) - schemas.GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata (Total Keys: 4) - schemas.GoogleCloudDialogflowV2InitializeEncryptionSpecRequest (Total Keys: 3) - schemas.GoogleCloudDialogflowV2beta1EncryptionSpec (Total Keys: 4) - schemas.GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata (Total Keys: 4) - schemas.GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest (Total Keys: 3) #### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowCxV3QueryParameters.properties.endUserMetadata (Total Keys: 2) - schemas.GoogleCloudDialogflowV2EncryptionSpec (Total Keys: 4) - schemas.GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata (Total Keys: 4) - schemas.GoogleCloudDialogflowV2InitializeEncryptionSpecRequest (Total Keys: 3) - schemas.GoogleCloudDialogflowV2beta1EncryptionSpec (Total Keys: 4) - schemas.GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata (Total Keys: 4) - schemas.GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest (Total Keys: 3) #### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3beta1QueryParameters.properties.endUserMetadata (Total Keys: 2) - schemas.GoogleCloudDialogflowV2EncryptionSpec (Total Keys: 4) - schemas.GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata (Total Keys: 4) - schemas.GoogleCloudDialogflowV2InitializeEncryptionSpecRequest (Total Keys: 3) - schemas.GoogleCloudDialogflowV2beta1EncryptionSpec (Total Keys: 4) - schemas.GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata (Total Keys: 4) - schemas.GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest (Total Keys: 3)
1 parent e6165e3 commit 8aeb337

8 files changed

+360
-4
lines changed

docs/dyn/dialogflow_v3.projects.locations.agents.environments.sessions.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ <h3>Method Details</h3>
158158
&quot;channel&quot;: &quot;A String&quot;, # The channel which this query is for. If specified, only the ResponseMessage associated with the channel will be returned. If no ResponseMessage is associated with the channel, it falls back to the ResponseMessage with unspecified channel. If unspecified, the ResponseMessage with unspecified channel will be returned.
159159
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
160160
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
161+
&quot;endUserMetadata&quot;: { # Optional. Information about the end-user to improve the relevance and accuracy of generative answers. This will be interpreted and used by a language model, so, for good results, the data should be self-descriptive, and in a simple structure. Example: ```json { &quot;subscription plan&quot;: &quot;Business Premium Plus&quot;, &quot;devices owned&quot;: [ {&quot;model&quot;: &quot;Google Pixel 7&quot;}, {&quot;model&quot;: &quot;Google Pixel Tablet&quot;} ] } ```
162+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
163+
},
161164
&quot;flowVersions&quot;: [ # A list of flow versions to override for the request. Format: `projects//locations//agents//flows//versions/`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
162165
&quot;A String&quot;,
163166
],
@@ -1396,6 +1399,9 @@ <h3>Method Details</h3>
13961399
&quot;channel&quot;: &quot;A String&quot;, # The channel which this query is for. If specified, only the ResponseMessage associated with the channel will be returned. If no ResponseMessage is associated with the channel, it falls back to the ResponseMessage with unspecified channel. If unspecified, the ResponseMessage with unspecified channel will be returned.
13971400
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
13981401
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
1402+
&quot;endUserMetadata&quot;: { # Optional. Information about the end-user to improve the relevance and accuracy of generative answers. This will be interpreted and used by a language model, so, for good results, the data should be self-descriptive, and in a simple structure. Example: ```json { &quot;subscription plan&quot;: &quot;Business Premium Plus&quot;, &quot;devices owned&quot;: [ {&quot;model&quot;: &quot;Google Pixel 7&quot;}, {&quot;model&quot;: &quot;Google Pixel Tablet&quot;} ] } ```
1403+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
1404+
},
13991405
&quot;flowVersions&quot;: [ # A list of flow versions to override for the request. Format: `projects//locations//agents//flows//versions/`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
14001406
&quot;A String&quot;,
14011407
],
@@ -2609,6 +2615,9 @@ <h3>Method Details</h3>
26092615
&quot;channel&quot;: &quot;A String&quot;, # The channel which this query is for. If specified, only the ResponseMessage associated with the channel will be returned. If no ResponseMessage is associated with the channel, it falls back to the ResponseMessage with unspecified channel. If unspecified, the ResponseMessage with unspecified channel will be returned.
26102616
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
26112617
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
2618+
&quot;endUserMetadata&quot;: { # Optional. Information about the end-user to improve the relevance and accuracy of generative answers. This will be interpreted and used by a language model, so, for good results, the data should be self-descriptive, and in a simple structure. Example: ```json { &quot;subscription plan&quot;: &quot;Business Premium Plus&quot;, &quot;devices owned&quot;: [ {&quot;model&quot;: &quot;Google Pixel 7&quot;}, {&quot;model&quot;: &quot;Google Pixel Tablet&quot;} ] } ```
2619+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
2620+
},
26122621
&quot;flowVersions&quot;: [ # A list of flow versions to override for the request. Format: `projects//locations//agents//flows//versions/`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
26132622
&quot;A String&quot;,
26142623
],

docs/dyn/dialogflow_v3.projects.locations.agents.sessions.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ <h3>Method Details</h3>
158158
&quot;channel&quot;: &quot;A String&quot;, # The channel which this query is for. If specified, only the ResponseMessage associated with the channel will be returned. If no ResponseMessage is associated with the channel, it falls back to the ResponseMessage with unspecified channel. If unspecified, the ResponseMessage with unspecified channel will be returned.
159159
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
160160
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
161+
&quot;endUserMetadata&quot;: { # Optional. Information about the end-user to improve the relevance and accuracy of generative answers. This will be interpreted and used by a language model, so, for good results, the data should be self-descriptive, and in a simple structure. Example: ```json { &quot;subscription plan&quot;: &quot;Business Premium Plus&quot;, &quot;devices owned&quot;: [ {&quot;model&quot;: &quot;Google Pixel 7&quot;}, {&quot;model&quot;: &quot;Google Pixel Tablet&quot;} ] } ```
162+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
163+
},
161164
&quot;flowVersions&quot;: [ # A list of flow versions to override for the request. Format: `projects//locations//agents//flows//versions/`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
162165
&quot;A String&quot;,
163166
],
@@ -1396,6 +1399,9 @@ <h3>Method Details</h3>
13961399
&quot;channel&quot;: &quot;A String&quot;, # The channel which this query is for. If specified, only the ResponseMessage associated with the channel will be returned. If no ResponseMessage is associated with the channel, it falls back to the ResponseMessage with unspecified channel. If unspecified, the ResponseMessage with unspecified channel will be returned.
13971400
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
13981401
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
1402+
&quot;endUserMetadata&quot;: { # Optional. Information about the end-user to improve the relevance and accuracy of generative answers. This will be interpreted and used by a language model, so, for good results, the data should be self-descriptive, and in a simple structure. Example: ```json { &quot;subscription plan&quot;: &quot;Business Premium Plus&quot;, &quot;devices owned&quot;: [ {&quot;model&quot;: &quot;Google Pixel 7&quot;}, {&quot;model&quot;: &quot;Google Pixel Tablet&quot;} ] } ```
1403+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
1404+
},
13991405
&quot;flowVersions&quot;: [ # A list of flow versions to override for the request. Format: `projects//locations//agents//flows//versions/`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
14001406
&quot;A String&quot;,
14011407
],
@@ -2609,6 +2615,9 @@ <h3>Method Details</h3>
26092615
&quot;channel&quot;: &quot;A String&quot;, # The channel which this query is for. If specified, only the ResponseMessage associated with the channel will be returned. If no ResponseMessage is associated with the channel, it falls back to the ResponseMessage with unspecified channel. If unspecified, the ResponseMessage with unspecified channel will be returned.
26102616
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
26112617
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
2618+
&quot;endUserMetadata&quot;: { # Optional. Information about the end-user to improve the relevance and accuracy of generative answers. This will be interpreted and used by a language model, so, for good results, the data should be self-descriptive, and in a simple structure. Example: ```json { &quot;subscription plan&quot;: &quot;Business Premium Plus&quot;, &quot;devices owned&quot;: [ {&quot;model&quot;: &quot;Google Pixel 7&quot;}, {&quot;model&quot;: &quot;Google Pixel Tablet&quot;} ] } ```
2619+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
2620+
},
26122621
&quot;flowVersions&quot;: [ # A list of flow versions to override for the request. Format: `projects//locations//agents//flows//versions/`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
26132622
&quot;A String&quot;,
26142623
],

docs/dyn/dialogflow_v3beta1.projects.locations.agents.environments.sessions.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ <h3>Method Details</h3>
158158
&quot;channel&quot;: &quot;A String&quot;, # The channel which this query is for. If specified, only the ResponseMessage associated with the channel will be returned. If no ResponseMessage is associated with the channel, it falls back to the ResponseMessage with unspecified channel. If unspecified, the ResponseMessage with unspecified channel will be returned.
159159
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
160160
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
161+
&quot;endUserMetadata&quot;: { # Optional. Information about the end-user to improve the relevance and accuracy of generative answers. This will be interpreted and used by a language model, so, for good results, the data should be self-descriptive, and in a simple structure. Example: ```json { &quot;subscription plan&quot;: &quot;Business Premium Plus&quot;, &quot;devices owned&quot;: [ {&quot;model&quot;: &quot;Google Pixel 7&quot;}, {&quot;model&quot;: &quot;Google Pixel Tablet&quot;} ] } ```
162+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
163+
},
161164
&quot;flowVersions&quot;: [ # A list of flow versions to override for the request. Format: `projects//locations//agents//flows//versions/`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
162165
&quot;A String&quot;,
163166
],
@@ -1383,6 +1386,9 @@ <h3>Method Details</h3>
13831386
&quot;channel&quot;: &quot;A String&quot;, # The channel which this query is for. If specified, only the ResponseMessage associated with the channel will be returned. If no ResponseMessage is associated with the channel, it falls back to the ResponseMessage with unspecified channel. If unspecified, the ResponseMessage with unspecified channel will be returned.
13841387
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
13851388
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
1389+
&quot;endUserMetadata&quot;: { # Optional. Information about the end-user to improve the relevance and accuracy of generative answers. This will be interpreted and used by a language model, so, for good results, the data should be self-descriptive, and in a simple structure. Example: ```json { &quot;subscription plan&quot;: &quot;Business Premium Plus&quot;, &quot;devices owned&quot;: [ {&quot;model&quot;: &quot;Google Pixel 7&quot;}, {&quot;model&quot;: &quot;Google Pixel Tablet&quot;} ] } ```
1390+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
1391+
},
13861392
&quot;flowVersions&quot;: [ # A list of flow versions to override for the request. Format: `projects//locations//agents//flows//versions/`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
13871393
&quot;A String&quot;,
13881394
],
@@ -2583,6 +2589,9 @@ <h3>Method Details</h3>
25832589
&quot;channel&quot;: &quot;A String&quot;, # The channel which this query is for. If specified, only the ResponseMessage associated with the channel will be returned. If no ResponseMessage is associated with the channel, it falls back to the ResponseMessage with unspecified channel. If unspecified, the ResponseMessage with unspecified channel will be returned.
25842590
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
25852591
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
2592+
&quot;endUserMetadata&quot;: { # Optional. Information about the end-user to improve the relevance and accuracy of generative answers. This will be interpreted and used by a language model, so, for good results, the data should be self-descriptive, and in a simple structure. Example: ```json { &quot;subscription plan&quot;: &quot;Business Premium Plus&quot;, &quot;devices owned&quot;: [ {&quot;model&quot;: &quot;Google Pixel 7&quot;}, {&quot;model&quot;: &quot;Google Pixel Tablet&quot;} ] } ```
2593+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
2594+
},
25862595
&quot;flowVersions&quot;: [ # A list of flow versions to override for the request. Format: `projects//locations//agents//flows//versions/`. If version 1 of flow X is included in this list, the traffic of flow X will go through version 1 regardless of the version configuration in the environment. Each flow can have at most one version specified in this list.
25872596
&quot;A String&quot;,
25882597
],

0 commit comments

Comments
 (0)