You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### dialogflow:v3beta1
The following keys were added:
- schemas.GoogleCloudDialogflowCxV3beta1DetectIntentRequest.properties.responseView.description
- schemas.GoogleCloudDialogflowCxV3beta1DetectIntentRequest.properties.responseView.enum
- schemas.GoogleCloudDialogflowCxV3beta1DetectIntentRequest.properties.responseView.enumDescriptions
- schemas.GoogleCloudDialogflowCxV3beta1DetectIntentRequest.properties.responseView.type
#### dialogflow:v3
The following keys were added:
- schemas.GoogleCloudDialogflowCxV3DetectIntentRequest.properties.responseView.description
- schemas.GoogleCloudDialogflowCxV3DetectIntentRequest.properties.responseView.enum
- schemas.GoogleCloudDialogflowCxV3DetectIntentRequest.properties.responseView.enumDescriptions
- schemas.GoogleCloudDialogflowCxV3DetectIntentRequest.properties.responseView.type
"description": "Optional. Specifies which fields in the QueryResult to return. If not set, the default is DETECT_INTENT_RESPONSE_VIEW_FULL.",
9711
+
"enum": [
9712
+
"DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED",
9713
+
"DETECT_INTENT_RESPONSE_VIEW_FULL",
9714
+
"DETECT_INTENT_RESPONSE_VIEW_BASIC"
9715
+
],
9716
+
"enumDescriptions": [
9717
+
"Not specified. `FULL` will be used.",
9718
+
"Full response view includes all fields.",
9719
+
"Basic response view omits the following fields: - QueryResult.diagnostic_info - QueryResult.generative_info"
9720
+
],
9721
+
"type": "string"
9722
+
},
9709
9723
"session": {
9710
9724
"description": "Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).",
* Optional. Specifies which fields in the QueryResult to return. If not set, the default is DETECT_INTENT_RESPONSE_VIEW_FULL.
1607
+
*/
1608
+
responseView?: string | null;
1605
1609
/**
1606
1610
* Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).
0 commit comments