{ "revision": "20260825", "schemas": { "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall": { "properties": { "phoneNumber": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall" }, "GoogleCloudDialogflowCxV3beta1ValidateFlowRequest": { "id": "GoogleCloudDialogflowCxV3beta1ValidateFlowRequest", "type": "object", "properties": { "languageCode": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction": { "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction", "type": "object", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1TestConfig": { "id": "GoogleCloudDialogflowCxV3beta1TestConfig", "type": "object", "properties": { "page": { "type": "string" }, "flow": { "type": "string" }, "trackingParameters": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings": { "id": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings", "properties": { "selectedPrompt": { "type": "string" }, "promptTemplates": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig": { "type": "object", "properties": { "serviceAgentAuth": { "type": "string", "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "ID_TOKEN", "ACCESS_TOKEN" ], "enumDescriptions": [ "", "", "" ] } }, "id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig" }, "GoogleCloudDialogflowV2StreamingRecognitionResult": { "properties": { "languageCode": { "type": "string" }, "isFinal": { "type": "boolean" }, "messageType": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string", "enum": [ "MESSAGE_TYPE_UNSPECIFIED", "TRANSCRIPT", "DTMF_DIGITS", "END_OF_SINGLE_UTTERANCE", "PARTIAL_DTMF_DIGITS", "SPEECH_ACTIVITY_BEGIN", "SPEECH_ACTIVITY_END" ] }, "transcript": { "type": "string" }, "speechWordInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SpeechWordInfo" } }, "speechEndOffset": { "type": "string", "format": "google-duration" }, "confidence": { "type": "number", "format": "float" } }, "id": "GoogleCloudDialogflowV2StreamingRecognitionResult", "type": "object" }, "GoogleCloudDialogflowCxV3ExportIntentsResponse": { "properties": { "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3InlineDestination" }, "intentsUri": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ExportIntentsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3AudioInput": { "id": "GoogleCloudDialogflowCxV3AudioInput", "properties": { "audio": { "format": "byte", "type": "string" }, "config": { "$ref": "GoogleCloudDialogflowCxV3InputAudioConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo": { "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo", "properties": { "ingestedParametersDebugInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" } }, "projectNotAllowlisted": { "type": "boolean" }, "contextReferenceRetrieved": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1FreeFormSuggestion": { "id": "GoogleCloudDialogflowV2beta1FreeFormSuggestion", "type": "object", "properties": { "response": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ExportEntityTypesResponse": { "type": "object", "properties": { "entityTypesUri": { "type": "string" }, "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3InlineDestination" } }, "id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse" }, "GoogleCloudDialogflowV2beta1SuggestArticlesResponse": { "type": "object", "id": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse", "properties": { "contextSize": { "type": "integer", "format": "int32" }, "articleAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ArticleAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1Agent": { "properties": { "startFlow": { "type": "string" }, "timeZone": { "type": "string" }, "satisfiesPzs": { "type": "boolean", "readOnly": true }, "startPlaybook": { "type": "string" }, "textToSpeechSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1TextToSpeechSettings" }, "satisfiesPzi": { "type": "boolean", "readOnly": true }, "enableStackdriverLogging": { "deprecated": true, "type": "boolean" }, "description": { "type": "string" }, "enableSpellCorrection": { "type": "boolean" }, "answerFeedbackSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings" }, "securitySettings": { "type": "string" }, "personalizationSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings" }, "avatarUri": { "type": "string" }, "speechToTextSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1SpeechToTextSettings" }, "supportedLanguageCodes": { "items": { "type": "string" }, "type": "array" }, "clientCertificateSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings" }, "genAppBuilderSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings" }, "displayName": { "type": "string" }, "enableMultiLanguageTraining": { "type": "boolean" }, "defaultLanguageCode": { "type": "string" }, "name": { "type": "string" }, "gitIntegrationSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "bigqueryExportSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1BigQueryExportSettings" }, "locked": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1Agent", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation" }, "GoogleCloudDialogflowCxV3beta1PlaybookInput": { "properties": { "actionParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "precedingConversationSummary": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1PlaybookInput" }, "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem": { "properties": { "info": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "description": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem" }, "GoogleCloudDialogflowCxV3beta1BoostSpecs": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1BoostSpecs", "properties": { "dataStores": { "type": "array", "items": { "type": "string" } }, "spec": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1BoostSpec" }, "type": "array" } } }, "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer": { "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer", "properties": { "answerRecord": { "type": "string" }, "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion" }, "sourceGenerator": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings", "type": "object", "properties": { "enableStackdriverLogging": { "type": "boolean" }, "enableConsentBasedRedaction": { "type": "boolean" }, "enableInteractionLogging": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3DataStoreConnection": { "id": "GoogleCloudDialogflowCxV3DataStoreConnection", "properties": { "dataStore": { "type": "string" }, "documentProcessingMode": { "enum": [ "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", "DOCUMENTS", "CHUNKS" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "dataStoreType": { "enum": [ "DATA_STORE_TYPE_UNSPECIFIED", "PUBLIC_WEB", "UNSTRUCTURED", "STRUCTURED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup": { "id": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup", "type": "object", "properties": { "displayName": { "type": "string" }, "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute" }, "type": "array" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction", "properties": { "value": { "type": "any" }, "parameter": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ListTestCasesResponse": { "properties": { "testCases": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ListTestCasesResponse" }, "GoogleCloudDialogflowCxV3beta1QueryParameters": { "id": "GoogleCloudDialogflowCxV3beta1QueryParameters", "type": "object", "properties": { "sessionTtl": { "type": "string", "format": "google-duration" }, "channel": { "type": "string" }, "flowVersions": { "type": "array", "items": { "type": "string" } }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "analyzeQueryTextSentiment": { "type": "boolean" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "currentPlaybook": { "type": "string" }, "webhookHeaders": { "type": "object", "additionalProperties": { "type": "string" } }, "currentPage": { "type": "string" }, "geoLocation": { "$ref": "GoogleTypeLatLng" }, "llmModelSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettings" }, "parameterScope": { "type": "string" }, "timeZone": { "type": "string" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "type": "array" }, "disableWebhook": { "type": "boolean" }, "endUserMetadata": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "populateDataStoreConnectionSignals": { "type": "boolean", "deprecated": true }, "searchConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1SearchConfig" } } }, "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff", "properties": { "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1SearchConfig": { "id": "GoogleCloudDialogflowCxV3beta1SearchConfig", "properties": { "filterSpecs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FilterSpecs" } }, "boostSpecs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1BoostSpecs" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall", "properties": { "sipUri": { "type": "string" }, "phoneNumber": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse": { "properties": { "latestMessage": { "type": "string" }, "contextSize": { "format": "int32", "type": "integer" }, "smartReplyAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SmartReplyAnswer" } } }, "id": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler", "properties": { "lifecycleStage": { "type": "string" }, "fulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "condition": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent": { "properties": { "generativeFallback": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "score": { "format": "float", "type": "number" }, "intentId": { "type": "string" }, "displayName": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent" }, "GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest": { "id": "GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest", "properties": { "importStrategy": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy" }, "playbookUri": { "type": "string" }, "playbookContent": { "type": "string", "format": "byte" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint": { "properties": { "attributeValue": { "type": "string" }, "boostAmount": { "type": "number", "format": "float" } }, "id": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint", "type": "object" }, "GoogleCloudDialogflowV2beta1SmartReplyAnswer": { "id": "GoogleCloudDialogflowV2beta1SmartReplyAnswer", "type": "object", "properties": { "reply": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "answerRecord": { "type": "string" } } }, "GoogleCloudDialogflowV2ArticleAnswer": { "properties": { "title": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "snippets": { "type": "array", "items": { "type": "string" } }, "uri": { "type": "string" }, "answerRecord": { "type": "string" }, "confidence": { "type": "number", "format": "float" } }, "type": "object", "id": "GoogleCloudDialogflowV2ArticleAnswer" }, "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata": { "properties": { "request": { "$ref": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest", "readOnly": true } }, "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo": { "properties": { "justCollected": { "type": "boolean" }, "value": { "type": "any" }, "state": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "PARAMETER_STATE_UNSPECIFIED", "EMPTY", "INVALID", "FILLED" ] }, "displayName": { "type": "string" }, "required": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo", "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantEvent": { "properties": { "suggestionResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SuggestionResult" } }, "participant": { "type": "string" }, "conversation": { "type": "string" } }, "id": "GoogleCloudDialogflowV2HumanAgentAssistantEvent", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem", "type": "object", "properties": { "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "description": { "type": "string" }, "footer": { "type": "string" }, "title": { "type": "string" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" } } }, "GoogleCloudDialogflowCxV3beta1LanguageInfo": { "id": "GoogleCloudDialogflowCxV3beta1LanguageInfo", "properties": { "confidenceScore": { "type": "number", "format": "float" }, "inputLanguageCode": { "type": "string" }, "resolvedLanguageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall", "properties": { "phoneNumber": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1EntityType": { "type": "object", "properties": { "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" } }, "kind": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ] }, "enableFuzzyExtraction": { "type": "boolean" }, "autoExpansionMode": { "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ], "enumDescriptions": [ "", "" ], "type": "string" }, "displayName": { "type": "string" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1EntityType" }, "GoogleCloudDialogflowCxV3beta1Changelog": { "properties": { "resource": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "action": { "type": "string" }, "languageCode": { "type": "string" }, "userEmail": { "type": "string" }, "displayName": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1Changelog", "type": "object" }, "GoogleCloudDialogflowCxV3ConversationSignals": { "type": "object", "id": "GoogleCloudDialogflowCxV3ConversationSignals", "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowCxV3TurnSignals" } } }, "GoogleCloudDialogflowV2beta1IntentMessageListSelect": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelect", "properties": { "subtitle": { "type": "string" }, "title": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem" } } } }, "GoogleCloudDialogflowCxV3beta1TurnSignals": { "id": "GoogleCloudDialogflowCxV3beta1TurnSignals", "properties": { "failureReasons": { "type": "array", "items": { "type": "string", "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "enumDescriptions": [ "", "", "" ] } }, "noUserInput": { "type": "boolean" }, "sentimentMagnitude": { "type": "number", "format": "float" }, "agentEscalated": { "type": "boolean" }, "webhookStatuses": { "type": "array", "items": { "type": "string" } }, "sentimentScore": { "type": "number", "format": "float" }, "userEscalated": { "type": "boolean" }, "dtmfUsed": { "type": "boolean" }, "noMatch": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolCall": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolCall", "properties": { "tool": { "type": "string" }, "action": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } } }, "GoogleCloudDialogflowCxV3beta1ToolFunctionTool": { "properties": { "outputSchema": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "inputSchema": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolFunctionTool" }, "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion": { "properties": { "destinationName": { "type": "string" }, "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion", "type": "object" }, "GoogleCloudDialogflowV2beta1ArticleAnswer": { "id": "GoogleCloudDialogflowV2beta1ArticleAnswer", "properties": { "uri": { "type": "string" }, "answerRecord": { "type": "string" }, "snippets": { "type": "array", "items": { "type": "string" } }, "title": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportTestCasesMetadata": { "properties": {}, "id": "GoogleCloudDialogflowCxV3ExportTestCasesMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } } }, "GoogleCloudDialogflowCxV3beta1BoostSpec": { "id": "GoogleCloudDialogflowCxV3beta1BoostSpec", "properties": { "conditionBoostSpecs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpec" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { "type": "object", "properties": { "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "description": { "type": "string" }, "footer": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem" }, "GoogleCloudDialogflowV2SuggestArticlesResponse": { "id": "GoogleCloudDialogflowV2SuggestArticlesResponse", "type": "object", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "articleAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2ArticleAnswer" } }, "latestMessage": { "type": "string" } } }, "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo": { "properties": { "confidence": { "format": "float", "type": "number" }, "lastMatchedIntent": { "type": "string" }, "displayName": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue" } } }, "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo", "type": "object" }, "GoogleCloudDialogflowV2SuggestFaqAnswersResponse": { "id": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse", "type": "object", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" }, "faqAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2FaqAnswer" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3InputAudioConfig": { "properties": { "enableWordInfo": { "type": "boolean" }, "optOutConformerModelMigration": { "type": "boolean" }, "phraseHints": { "items": { "type": "string" }, "type": "array" }, "sampleRateHertz": { "type": "integer", "format": "int32" }, "audioEncoding": { "enum": [ "AUDIO_ENCODING_UNSPECIFIED", "AUDIO_ENCODING_LINEAR_16", "AUDIO_ENCODING_FLAC", "AUDIO_ENCODING_MULAW", "AUDIO_ENCODING_AMR", "AUDIO_ENCODING_AMR_WB", "AUDIO_ENCODING_OGG_OPUS", "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", "AUDIO_ENCODING_ALAW" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ] }, "singleUtterance": { "type": "boolean" }, "bargeInConfig": { "$ref": "GoogleCloudDialogflowCxV3BargeInConfig" }, "modelVariant": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ] }, "model": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3InputAudioConfig" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow", "properties": { "dividerAfter": { "type": "boolean" }, "cells": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmText": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmText", "properties": { "rbmSuggestion": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" } }, "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" } } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageMediaContent": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageMediaContent", "properties": { "mediaType": { "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "RESPONSE_MEDIA_TYPE_UNSPECIFIED", "AUDIO" ] }, "mediaObjects": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject" } } } }, "GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation": { "properties": { "entityId": { "type": "string" }, "operation": { "enum": [ "OPERATION_TYPE_UNSPECIFIED", "LIST", "GET", "CREATE", "UPDATE", "DELETE" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation", "type": "object" }, "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo", "properties": { "value": { "type": "any" }, "state": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "PARAMETER_STATE_UNSPECIFIED", "EMPTY", "INVALID", "FILLED" ], "type": "string" }, "required": { "type": "boolean" }, "justCollected": { "type": "boolean" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata", "properties": {} }, "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio": { "id": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio", "type": "object", "properties": { "audioUri": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" } } }, "GoogleCloudDialogflowV2IntentMessageCardButton": { "type": "object", "properties": { "text": { "type": "string" }, "postback": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageCardButton" }, "GoogleCloudDialogflowCxV3TextInput": { "properties": { "text": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3TextInput" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases": { "properties": { "cases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase" } } }, "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases", "type": "object" }, "GoogleCloudDialogflowCxV3TestCase": { "id": "GoogleCloudDialogflowCxV3TestCase", "type": "object", "properties": { "lastTestResult": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "testCaseConversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" }, "type": "array" }, "testConfig": { "$ref": "GoogleCloudDialogflowCxV3TestConfig" }, "creationTime": { "format": "google-datetime", "type": "string", "readOnly": true }, "tags": { "type": "array", "items": { "type": "string" } }, "notes": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer", "type": "object", "properties": { "matchConfidence": { "type": "number", "format": "float" }, "answer": { "type": "string" }, "source": { "type": "string" }, "faqQuestion": { "type": "string" }, "matchConfidenceLevel": { "enum": [ "MATCH_CONFIDENCE_LEVEL_UNSPECIFIED", "LOW", "MEDIUM", "HIGH" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse": { "properties": { "nextPageToken": { "type": "string" }, "entityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EntityType" } } }, "id": "GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1Fulfillment": { "properties": { "webhook": { "type": "string" }, "setParameterActions": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction" }, "type": "array" }, "generators": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings" }, "type": "array" }, "returnPartialResponses": { "type": "boolean" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" } }, "enableGenerativeFallback": { "type": "boolean" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "codeBlockFunction": { "type": "string" }, "tag": { "type": "string" }, "conditionalCases": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState": { "id": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState", "type": "object", "properties": { "page": { "type": "string" }, "displayName": { "type": "string" }, "status": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse": { "properties": { "continuousTestResult": { "$ref": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse" }, "GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest": { "properties": { "playbookUri": { "type": "string" }, "dataFormat": { "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB", "JSON" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio", "type": "object", "properties": { "segments": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings": { "id": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings", "type": "object", "properties": { "trackingBranch": { "type": "string" }, "repositoryUri": { "type": "string" }, "displayName": { "type": "string" }, "branches": { "items": { "type": "string" }, "type": "array" }, "accessToken": { "type": "string" } } }, "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion", "properties": { "similarityScore": { "readOnly": true, "format": "float", "type": "number" }, "sources": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "readOnly": true }, "answerRecord": { "readOnly": true, "type": "string" }, "suggestionIndex": { "format": "int32", "readOnly": true, "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput": { "properties": { "sessionParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "diagnosticInfo": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "differences": { "readOnly": true, "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestRunDifference" } }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "textResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" } }, "status": { "$ref": "GoogleRpcStatus" }, "triggeredIntent": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput" }, "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo": { "properties": { "parameterInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo" }, "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest": { "type": "object", "id": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest", "properties": { "version": { "type": "string" }, "source": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } } }, "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerPart": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerPart", "properties": { "supportingIndices": { "type": "array", "items": { "format": "int32", "type": "integer" } }, "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals": { "properties": { "matchedBannedPhrase": { "type": "string" }, "decision": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "SAFETY_DECISION_UNSPECIFIED", "ACCEPTED_BY_SAFETY_CHECK", "REJECTED_BY_SAFETY_CHECK" ] }, "bannedPhraseMatch": { "type": "string", "enum": [ "BANNED_PHRASE_MATCH_UNSPECIFIED", "BANNED_PHRASE_MATCH_NONE", "BANNED_PHRASE_MATCH_QUERY", "BANNED_PHRASE_MATCH_RESPONSE" ], "enumDescriptions": [ "", "", "", "" ] } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals" }, "GoogleCloudDialogflowV2IntentMessageSelectItemInfo": { "id": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo", "properties": { "key": { "type": "string" }, "synonyms": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Sentiment": { "type": "object", "properties": { "score": { "format": "float", "type": "number" }, "magnitude": { "type": "number", "format": "float" } }, "id": "GoogleCloudDialogflowV2beta1Sentiment" }, "GoogleCloudDialogflowCxV3RunTestCaseMetadata": { "properties": {}, "id": "GoogleCloudDialogflowCxV3RunTestCaseMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery", "type": "object", "properties": { "searchContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext" } }, "queryText": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ConversationTurn": { "type": "object", "properties": { "virtualAgentOutput": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput" }, "userInput": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput" } }, "id": "GoogleCloudDialogflowCxV3beta1ConversationTurn" }, "GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig": { "id": "GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig", "properties": { "service": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery": { "type": "object", "properties": { "searchContexts": { "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext" }, "type": "array" }, "queryText": { "type": "string" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" }, "GoogleCloudDialogflowCxV3beta1ToolOpenApiTool": { "id": "GoogleCloudDialogflowCxV3beta1ToolOpenApiTool", "properties": { "authentication": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthentication" }, "textSchema": { "type": "string" }, "serviceDirectoryConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig" }, "tlsConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolTLSConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ImportDocumentsResponse": { "id": "GoogleCloudDialogflowV2beta1ImportDocumentsResponse", "properties": { "warnings": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals": { "properties": { "model": { "type": "string" }, "renderedPrompt": { "type": "string" }, "modelOutput": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals" }, "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput": { "properties": { "diagnosticInfo": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "status": { "$ref": "GoogleRpcStatus" }, "differences": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestRunDifference" }, "readOnly": true, "type": "array" }, "triggeredIntent": { "$ref": "GoogleCloudDialogflowCxV3Intent" }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "sessionParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "textResponses": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ValidateAgentRequest": { "type": "object", "properties": { "languageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ValidateAgentRequest" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources": { "type": "object", "properties": { "instructionIndexes": { "items": { "format": "int32", "type": "integer" }, "type": "array", "readOnly": true } }, "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" }, "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest": { "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest", "properties": { "encryptionSpec": { "$ref": "GoogleCloudDialogflowV2EncryptionSpec" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1PlaybookStep": { "id": "GoogleCloudDialogflowCxV3beta1PlaybookStep", "properties": { "text": { "type": "string" }, "steps": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookStep" } } }, "type": "object" }, "GoogleCloudDialogflowV2SummarySuggestionSummarySection": { "properties": { "section": { "type": "string" }, "summary": { "type": "string" } }, "id": "GoogleCloudDialogflowV2SummarySuggestionSummarySection", "type": "object" }, "GoogleCloudDialogflowV2ServiceLatency": { "type": "object", "id": "GoogleCloudDialogflowV2ServiceLatency", "properties": { "internalServiceLatencies": { "items": { "$ref": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1EventInput": { "id": "GoogleCloudDialogflowV2beta1EventInput", "type": "object", "properties": { "languageCode": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "name": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentFollowupIntentInfo": { "id": "GoogleCloudDialogflowV2IntentFollowupIntentInfo", "properties": { "followupIntentName": { "type": "string" }, "parentFollowupIntentName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals": { "properties": { "answerParts": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerPart" }, "type": "array" }, "searchSnippets": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet" } }, "rewriterModelCallSignals": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals" }, "answer": { "type": "string" }, "citedSnippets": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet" }, "type": "array" }, "rewrittenQuery": { "type": "string" }, "safetySignals": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals" }, "answerGenerationModelCallSignals": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals" }, "groundingSignals": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals" } }, "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals", "type": "object" }, "GoogleCloudDialogflowV2IntentParameter": { "id": "GoogleCloudDialogflowV2IntentParameter", "properties": { "displayName": { "type": "string" }, "mandatory": { "type": "boolean" }, "defaultValue": { "type": "string" }, "entityTypeDisplayName": { "type": "string" }, "prompts": { "items": { "type": "string" }, "type": "array" }, "value": { "type": "string" }, "name": { "type": "string" }, "isList": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCard": { "properties": { "title": { "type": "string" }, "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" } }, "subtitle": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "formattedText": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent", "properties": { "message": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "additionalCases": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" } } }, "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals": { "type": "object", "properties": { "model": { "type": "string" }, "renderedPrompt": { "type": "string" }, "modelOutput": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals" }, "GoogleCloudDialogflowCxV3beta1Match": { "type": "object", "properties": { "matchType": { "enum": [ "MATCH_TYPE_UNSPECIFIED", "INTENT", "DIRECT_INTENT", "PARAMETER_FILLING", "NO_MATCH", "NO_INPUT", "EVENT", "KNOWLEDGE_CONNECTOR", "PLAYBOOK" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "type": "string" }, "resolvedInput": { "type": "string" }, "event": { "type": "string" }, "confidence": { "type": "number", "format": "float" }, "intent": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" }, "parameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } }, "id": "GoogleCloudDialogflowCxV3beta1Match" }, "GoogleRpcStatus": { "type": "object", "id": "GoogleRpcStatus", "properties": { "details": { "type": "array", "items": { "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" }, "type": "object" } }, "message": { "type": "string" }, "code": { "format": "int32", "type": "integer" } } }, "GoogleCloudDialogflowCxV3beta1Tool": { "id": "GoogleCloudDialogflowCxV3beta1Tool", "type": "object", "properties": { "functionSpec": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolFunctionTool" }, "description": { "type": "string" }, "name": { "type": "string" }, "dataStoreSpec": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolDataStoreTool" }, "toolType": { "enum": [ "TOOL_TYPE_UNSPECIFIED", "CUSTOMIZED_TOOL", "BUILTIN_TOOL" ], "enumDescriptions": [ "", "", "" ], "type": "string", "readOnly": true }, "displayName": { "type": "string" }, "connectorSpec": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolConnectorTool" }, "extensionSpec": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolExtensionTool" }, "openApiSpec": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolOpenApiTool" } } }, "GoogleCloudDialogflowCxV3InlineDestination": { "type": "object", "id": "GoogleCloudDialogflowCxV3InlineDestination", "properties": { "content": { "readOnly": true, "format": "byte", "type": "string" } } }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult": { "properties": { "duplicateSuggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true } }, "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource", "properties": { "snippets": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1EncryptionSpec": { "properties": { "name": { "type": "string" }, "kmsKey": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1EncryptionSpec", "type": "object" }, "GoogleCloudDialogflowCxV3beta1FlowInvocation": { "properties": { "outputActionParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "displayName": { "readOnly": true, "type": "string" }, "inputActionParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "flowState": { "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "OUTPUT_STATE_UNSPECIFIED", "OUTPUT_STATE_OK", "OUTPUT_STATE_CANCELLED", "OUTPUT_STATE_FAILED", "OUTPUT_STATE_ESCALATED", "OUTPUT_STATE_PENDING" ], "type": "string" }, "flow": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FlowInvocation" }, "GoogleCloudDialogflowV2IntentMessageTableCardCell": { "properties": { "text": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageTableCardCell" }, "GoogleCloudDialogflowCxV3beta1FlowImportStrategy": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FlowImportStrategy", "properties": { "globalImportStrategy": { "type": "string", "enum": [ "IMPORT_STRATEGY_UNSPECIFIED", "IMPORT_STRATEGY_CREATE_NEW", "IMPORT_STRATEGY_REPLACE", "IMPORT_STRATEGY_KEEP", "IMPORT_STRATEGY_MERGE", "IMPORT_STRATEGY_THROW_ERROR" ], "enumDescriptions": [ "", "", "", "", "", "" ] } } }, "GoogleCloudDialogflowCxV3beta1RolloutConfig": { "id": "GoogleCloudDialogflowCxV3beta1RolloutConfig", "properties": { "rolloutSteps": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep" } }, "rolloutCondition": { "type": "string" }, "failureCondition": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio", "properties": { "segments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment" } } } }, "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig": { "properties": { "service": { "type": "string" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig" }, "GoogleCloudDialogflowCxV3beta1EntityTypeEntity": { "type": "object", "properties": { "value": { "type": "string" }, "synonyms": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowCxV3beta1EntityTypeEntity" }, "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings": { "properties": { "targetFlow": { "type": "string" }, "enabled": { "type": "boolean" }, "dataStoreConnections": { "items": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnection" }, "type": "array" }, "targetPage": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings" }, "GoogleCloudDialogflowCxV3beta1ActionTTS": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ActionTTS" }, "GoogleCloudDialogflowCxV3ExportTestCasesResponse": { "properties": { "content": { "type": "string", "format": "byte" }, "gcsUri": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ExportTestCasesResponse", "type": "object" }, "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse": { "id": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse", "properties": { "latestMessage": { "type": "string" }, "additionalSuggestedQueryResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult" } }, "knowledgeAssistAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswer" }, "contextSize": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", "properties": { "serviceAccount": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageSuggestion": { "id": "GoogleCloudDialogflowV2IntentMessageSuggestion", "properties": { "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell": { "properties": { "text": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell", "type": "object" }, "GoogleCloudDialogflowCxV3ConversationTurn": { "properties": { "virtualAgentOutput": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput" }, "userInput": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurnUserInput" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ConversationTurn" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText", "properties": { "ssml": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ListPagesResponse": { "properties": { "pages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" } }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ListPagesResponse" }, "GoogleCloudDialogflowCxV3beta1MatchIntentRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1MatchIntentRequest", "properties": { "persistParameterChanges": { "type": "boolean" }, "queryInput": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryInput" }, "queryParams": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryParameters" } } }, "GoogleCloudDialogflowCxV3beta1EventInput": { "properties": { "event": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1EventInput" }, "GoogleCloudDialogflowV2beta1SessionEntityType": { "properties": { "entityOverrideMode": { "type": "string", "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ], "enumDescriptions": [ "", "", "" ] }, "name": { "type": "string" }, "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" } } }, "id": "GoogleCloudDialogflowV2beta1SessionEntityType", "type": "object" }, "GoogleCloudDialogflowCxV3beta1PlaybookInvocation": { "type": "object", "properties": { "playbookInput": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookInput" }, "playbookState": { "enum": [ "OUTPUT_STATE_UNSPECIFIED", "OUTPUT_STATE_OK", "OUTPUT_STATE_CANCELLED", "OUTPUT_STATE_FAILED", "OUTPUT_STATE_ESCALATED", "OUTPUT_STATE_PENDING" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" }, "playbookOutput": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookOutput" }, "displayName": { "readOnly": true, "type": "string" }, "playbook": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1PlaybookInvocation" }, "GoogleCloudDialogflowCxV3beta1MatchIntentResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1MatchIntentResponse", "properties": { "currentPage": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "transcript": { "type": "string" }, "triggerIntent": { "type": "string" }, "matches": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Match" } }, "triggerEvent": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesRequest": { "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesRequest", "type": "object", "properties": { "entityTypesContentInline": { "type": "boolean" }, "dataFormat": { "type": "string", "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB", "JSON_PACKAGE" ], "enumDescriptions": [ "", "", "" ] }, "entityTypes": { "items": { "type": "string" }, "type": "array" }, "entityTypesUri": { "type": "string" }, "languageCode": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ListGeneratorsResponse": { "properties": { "generators": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Generator" } }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ListGeneratorsResponse" }, "GoogleCloudDialogflowCxV3beta1Span": { "properties": { "tags": { "type": "array", "items": { "type": "string" } }, "completeTime": { "format": "google-datetime", "type": "string" }, "startTime": { "type": "string", "format": "google-datetime" }, "metrics": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1NamedMetric" } }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1Span", "type": "object" }, "GoogleCloudDialogflowCxV3QueryInput": { "id": "GoogleCloudDialogflowCxV3QueryInput", "properties": { "audio": { "$ref": "GoogleCloudDialogflowCxV3AudioInput" }, "text": { "$ref": "GoogleCloudDialogflowCxV3TextInput" }, "languageCode": { "type": "string" }, "event": { "$ref": "GoogleCloudDialogflowCxV3EventInput" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3DtmfInput" }, "intent": { "$ref": "GoogleCloudDialogflowCxV3IntentInput" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowCxV3ToolCallResult" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata": { "id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata", "type": "object", "properties": { "state": { "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "DONE" ], "readOnly": true, "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "doneTime": { "format": "google-datetime", "type": "string" }, "knowledgeBase": { "type": "string" }, "exportOperationMetadata": { "$ref": "GoogleCloudDialogflowV2beta1ExportOperationMetadata" } } }, "GoogleCloudDialogflowCxV3beta1ListExamplesResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ListExamplesResponse", "properties": { "examples": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Example" }, "type": "array" }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1CalculateCoverageResponse": { "type": "object", "properties": { "agent": { "type": "string" }, "transitionCoverage": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionCoverage" }, "routeGroupCoverage": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverage" }, "intentCoverage": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentCoverage" } }, "id": "GoogleCloudDialogflowCxV3beta1CalculateCoverageResponse" }, "GoogleCloudDialogflowV2IntentMessageSuggestions": { "id": "GoogleCloudDialogflowV2IntentMessageSuggestions", "type": "object", "properties": { "suggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestion" } } } }, "GoogleCloudDialogflowCxV3beta1Version": { "id": "GoogleCloudDialogflowCxV3beta1Version", "type": "object", "properties": { "displayName": { "type": "string" }, "description": { "type": "string" }, "nluSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1NluSettings", "readOnly": true }, "state": { "type": "string", "readOnly": true, "enumDescriptions": [ "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "RUNNING", "SUCCEEDED", "FAILED" ] }, "name": { "type": "string" }, "createTime": { "type": "string", "readOnly": true, "format": "google-datetime" } } }, "GoogleCloudDialogflowCxV3beta1Status": { "properties": { "exception": { "$ref": "GoogleCloudDialogflowCxV3beta1ExceptionDetail" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Status" }, "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior": { "properties": { "initialPromptFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "repromptEventHandlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior" }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata", "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" } } } }, "GoogleCloudDialogflowV2FaqAnswer": { "id": "GoogleCloudDialogflowV2FaqAnswer", "type": "object", "properties": { "answer": { "type": "string" }, "answerRecord": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "question": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } }, "source": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ImportIntentsMetadata": { "properties": {}, "id": "GoogleCloudDialogflowCxV3ImportIntentsMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportFlowResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse", "properties": { "flow": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata": { "properties": { "testErrors": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata" }, "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec": { "type": "object", "properties": { "attributeType": { "enum": [ "ATTRIBUTE_TYPE_UNSPECIFIED", "NUMERICAL", "FRESHNESS" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "controlPoints": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint" } }, "fieldName": { "type": "string" }, "interpolationType": { "enumDescriptions": [ "", "" ], "enum": [ "INTERPOLATION_TYPE_UNSPECIFIED", "LINEAR" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec" }, "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse": { "properties": { "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } }, "mergeBehavior": { "enumDescriptions": [ "", "", "" ], "enum": [ "MERGE_BEHAVIOR_UNSPECIFIED", "APPEND", "REPLACE" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse" }, "GoogleCloudDialogflowCxV3RunContinuousTestMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3RunContinuousTestMetadata", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3FormParameterFillBehavior": { "id": "GoogleCloudDialogflowCxV3FormParameterFillBehavior", "type": "object", "properties": { "initialPromptFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "repromptEventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" } } } }, "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo": { "type": "object", "properties": { "followupIntentName": { "type": "string" }, "parentFollowupIntentName": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo" }, "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition": { "properties": { "covered": { "type": "boolean" }, "transitionRoute": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition" }, "GoogleCloudDialogflowCxV3beta1PageInfo": { "properties": { "currentPage": { "type": "string" }, "formInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo" }, "displayName": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1PageInfo" }, "GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference": { "properties": { "schema": { "type": "string" }, "tool": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult": { "type": "object", "properties": { "suggestedQuery": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery" }, "answerRecord": { "readOnly": true, "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult" }, "GoogleCloudDialogflowCxV3beta1Generator": { "properties": { "promptText": { "$ref": "GoogleCloudDialogflowCxV3beta1Phrase" }, "modelParameter": { "$ref": "GoogleCloudDialogflowCxV3beta1GeneratorModelParameter" }, "placeholders": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder" } }, "name": { "type": "string" }, "displayName": { "type": "string" }, "llmModelSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettings" } }, "id": "GoogleCloudDialogflowCxV3beta1Generator", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig": { "id": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig", "type": "object", "properties": { "clientKey": { "type": "string" }, "issuer": { "type": "string" }, "subject": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageText": { "id": "GoogleCloudDialogflowV2IntentMessageText", "properties": { "text": { "type": "array", "items": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1PlaybookOutput": { "properties": { "actionParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "executionSummary": { "type": "string" }, "state": { "type": "string", "deprecated": true, "enum": [ "STATE_UNSPECIFIED", "OK", "CANCELLED", "FAILED", "ESCALATED" ], "enumDescriptions": [ "", "", "", "", "" ] } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1PlaybookOutput" }, "GoogleCloudDialogflowCxV3beta1Page": { "id": "GoogleCloudDialogflowCxV3beta1Page", "properties": { "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings" }, "description": { "type": "string" }, "entryFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute" }, "type": "array" }, "transitionRouteGroups": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "form": { "$ref": "GoogleCloudDialogflowCxV3beta1Form" }, "displayName": { "type": "string" }, "eventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" } }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { "properties": { "similarityScore": { "readOnly": true, "format": "float", "type": "number" }, "suggestionIndex": { "readOnly": true, "type": "integer", "format": "int32" }, "answerRecord": { "readOnly": true, "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata", "properties": {} }, "GoogleCloudDialogflowCxV3beta1NluSettings": { "type": "object", "properties": { "modelTrainingMode": { "enum": [ "MODEL_TRAINING_MODE_UNSPECIFIED", "MODEL_TRAINING_MODE_AUTOMATIC", "MODEL_TRAINING_MODE_MANUAL" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "modelType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MODEL_TYPE_UNSPECIFIED", "MODEL_TYPE_STANDARD", "MODEL_TYPE_ADVANCED" ] }, "classificationThreshold": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowCxV3beta1NluSettings" }, "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": { "properties": {}, "id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunTestCaseRequest": { "properties": { "environment": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseRequest", "type": "object" }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent": { "properties": { "participant": { "type": "string" }, "conversation": { "type": "string" }, "suggestionResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionResult" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent" }, "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings", "properties": { "enableInteractionLogging": { "type": "boolean" }, "enableStackdriverLogging": { "type": "boolean" }, "enableConsentBasedRedaction": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceInterval": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceInterval", "properties": { "lowerBound": { "format": "double", "type": "number" }, "upperBound": { "type": "number", "format": "double" }, "ratio": { "format": "double", "type": "number" }, "confidenceLevel": { "type": "number", "format": "double" } } }, "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse": { "properties": { "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "type": "array" }, "mergeBehavior": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MERGE_BEHAVIOR_UNSPECIFIED", "APPEND", "REPLACE" ] } }, "id": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse", "type": "object" }, "GoogleCloudDialogflowCxV3Form": { "id": "GoogleCloudDialogflowCxV3Form", "type": "object", "properties": { "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3FormParameter" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1SessionEntityType": { "properties": { "entityOverrideMode": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ] }, "name": { "type": "string" }, "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EntityTypeEntity" } } }, "id": "GoogleCloudDialogflowCxV3beta1SessionEntityType", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject": { "properties": { "name": { "type": "string" }, "icon": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "largeImage": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "contentUrl": { "type": "string" }, "description": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject" }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio": { "type": "object", "properties": { "audioUri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio" }, "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata": { "id": "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata", "properties": { "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": { "properties": { "entityTypeDisplayNames": { "type": "array", "items": { "type": "string" } }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources" }, "GoogleCloudDialogflowCxV3beta1PlaybookVersion": { "id": "GoogleCloudDialogflowCxV3beta1PlaybookVersion", "properties": { "playbook": { "readOnly": true, "$ref": "GoogleCloudDialogflowCxV3beta1Playbook" }, "name": { "type": "string" }, "description": { "type": "string" }, "updateTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "examples": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Example" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse": { "properties": { "playbook": { "$ref": "GoogleCloudDialogflowCxV3beta1Playbook" } }, "id": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition", "properties": { "intentDisplayName": { "type": "string" }, "score": { "format": "float", "type": "number" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAnswers": { "properties": { "answers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer" } } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswers", "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff": { "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff", "properties": { "metadata": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } } }, "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection": { "properties": { "section": { "type": "string" }, "summary": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection" }, "GoogleCloudDialogflowCxV3beta1ConversationMetrics": { "properties": { "inputAudioDuration": { "format": "google-duration", "type": "string" }, "hasLiveAgentHandoff": { "type": "boolean" }, "interactionCount": { "type": "integer", "format": "int32" }, "hasEndInteraction": { "type": "boolean" }, "matchTypeCount": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount" }, "maxWebhookLatency": { "format": "google-duration", "type": "string" }, "outputAudioDuration": { "type": "string", "format": "google-duration" }, "queryInputCount": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount" }, "averageMatchConfidence": { "type": "number", "format": "float" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ConversationMetrics" }, "GoogleCloudDialogflowCxV3FormParameter": { "type": "object", "id": "GoogleCloudDialogflowCxV3FormParameter", "properties": { "entityType": { "type": "string" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "isList": { "type": "boolean" }, "redact": { "type": "boolean" }, "required": { "type": "boolean" }, "defaultValue": { "type": "any" }, "fillBehavior": { "$ref": "GoogleCloudDialogflowCxV3FormParameterFillBehavior" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ListEnvironmentsResponse": { "type": "object", "properties": { "environments": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ListEnvironmentsResponse" }, "GoogleCloudDialogflowCxV3beta1TestRunDifference": { "properties": { "description": { "type": "string" }, "type": { "enum": [ "DIFF_TYPE_UNSPECIFIED", "INTENT", "PAGE", "PARAMETERS", "UTTERANCE", "FLOW" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ] } }, "id": "GoogleCloudDialogflowCxV3beta1TestRunDifference", "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService", "properties": { "password": { "deprecated": true, "type": "string" }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig" }, "allowedCaCerts": { "type": "array", "items": { "type": "string", "format": "byte" } }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig" }, "secretVersionForUsernamePassword": { "type": "string" }, "secretVersionsForRequestHeaders": { "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue" }, "type": "object" }, "httpMethod": { "enum": [ "HTTP_METHOD_UNSPECIFIED", "POST", "GET", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "" ] }, "parameterMapping": { "type": "object", "additionalProperties": { "type": "string" } }, "username": { "deprecated": true, "type": "string" }, "webhookType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "WEBHOOK_TYPE_UNSPECIFIED", "STANDARD", "FLEXIBLE" ] }, "requestHeaders": { "type": "object", "additionalProperties": { "type": "string" } }, "uri": { "type": "string" }, "requestBody": { "type": "string" }, "serviceAgentAuth": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "NONE", "ID_TOKEN", "ACCESS_TOKEN" ] } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ListIntentsResponse": { "id": "GoogleCloudDialogflowCxV3beta1ListIntentsResponse", "type": "object", "properties": { "intents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" } }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse": { "type": "object", "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources" }, "entityTypes": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse" }, "GoogleCloudDialogflowV2beta1AnnotatedMessagePart": { "id": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart", "type": "object", "properties": { "text": { "type": "string" }, "entityType": { "type": "string" }, "formattedValue": { "type": "any" } } }, "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata": { "type": "object", "properties": { "request": { "$ref": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest", "readOnly": true } }, "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata" }, "GoogleCloudDialogflowCxV3beta1IntentCoverage": { "type": "object", "properties": { "intents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentCoverageIntent" } }, "coverageScore": { "type": "number", "format": "float" } }, "id": "GoogleCloudDialogflowCxV3beta1IntentCoverage" }, "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata": { "id": "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata", "properties": { "createTime": { "type": "string", "format": "google-datetime" }, "conversationModel": { "type": "string" }, "doneTime": { "type": "string", "format": "google-datetime" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettings": { "type": "object", "properties": { "audioExportGcsDestination": { "$ref": "GoogleCloudDialogflowCxV3beta1GcsDestination" }, "loggingSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings" }, "dtmfSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings" }, "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings" } }, "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText": { "id": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText", "properties": { "text": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "ssml": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookGenericWebService": { "properties": { "password": { "deprecated": true, "type": "string" }, "requestHeaders": { "type": "object", "additionalProperties": { "type": "string" } }, "secretVersionsForRequestHeaders": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue" } }, "uri": { "type": "string" }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig" }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig" }, "webhookType": { "enum": [ "WEBHOOK_TYPE_UNSPECIFIED", "STANDARD", "FLEXIBLE" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "requestBody": { "type": "string" }, "parameterMapping": { "type": "object", "additionalProperties": { "type": "string" } }, "username": { "type": "string", "deprecated": true }, "secretVersionForUsernamePassword": { "type": "string" }, "serviceAgentAuth": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "NONE", "ID_TOKEN", "ACCESS_TOKEN" ] }, "httpMethod": { "enum": [ "HTTP_METHOD_UNSPECIFIED", "POST", "GET", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "" ] }, "allowedCaCerts": { "items": { "type": "string", "format": "byte" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookGenericWebService" }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction", "properties": { "url": { "type": "string" }, "urlTypeHint": { "type": "string", "enum": [ "URL_TYPE_HINT_UNSPECIFIED", "AMP_ACTION", "AMP_CONTENT" ], "enumDescriptions": [ "", "", "" ] } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Conversation": { "id": "GoogleCloudDialogflowCxV3beta1Conversation", "properties": { "flows": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Flow" } }, "name": { "type": "string" }, "type": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "TYPE_UNSPECIFIED", "AUDIO", "TEXT", "UNDETERMINED" ] }, "interactions": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationInteraction" }, "type": "array" }, "startTime": { "type": "string", "format": "google-datetime" }, "environment": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" }, "metrics": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationMetrics" }, "languageCode": { "type": "string" }, "flowVersions": { "type": "object", "additionalProperties": { "format": "int64", "type": "string" } }, "pages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "type": "array" }, "intents": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" }, "type": "array" }, "duration": { "type": "string", "format": "google-duration" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsResponse": { "id": "GoogleCloudDialogflowCxV3ImportIntentsResponse", "properties": { "intents": { "items": { "type": "string" }, "type": "array" }, "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources" } }, "type": "object" }, "GoogleCloudDialogflowV2SmartReplyModelMetadata": { "id": "GoogleCloudDialogflowV2SmartReplyModelMetadata", "properties": { "trainingModelType": { "enumDescriptions": [ "", "", "" ], "enum": [ "MODEL_TYPE_UNSPECIFIED", "SMART_REPLY_DUAL_ENCODER_MODEL", "SMART_REPLY_BERT_MODEL" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1NamedMetric": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1NamedMetric", "properties": { "value": { "type": "any" }, "name": { "type": "string" }, "unit": { "type": "string" } } }, "GoogleCloudLocationListLocationsResponse": { "type": "object", "properties": { "locations": { "type": "array", "items": { "$ref": "GoogleCloudLocationLocation" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudLocationListLocationsResponse" }, "GoogleCloudDialogflowCxV3beta1ResourceName": { "type": "object", "properties": { "name": { "type": "string" }, "displayName": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ResourceName" }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo": { "properties": { "totalTokenCount": { "type": "integer", "format": "int32" }, "promptTokenCount": { "type": "integer", "format": "int32" }, "candidatesTokenCount": { "type": "integer", "format": "int32" }, "similarityToLastQuery": { "format": "float", "type": "number" }, "similarityToLastQueryThreshold": { "type": "number", "format": "float" }, "thinkingBudgetTokens": { "format": "int32", "type": "integer" }, "thinkingLevel": { "type": "string" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo", "type": "object" }, "GoogleCloudDialogflowV2GenerateSuggestionsResponse": { "properties": { "generatorSuggestionAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse": { "properties": { "continuousTestResults": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse" }, "GoogleCloudDialogflowV2SpeechWordInfo": { "type": "object", "id": "GoogleCloudDialogflowV2SpeechWordInfo", "properties": { "confidence": { "type": "number", "format": "float" }, "startOffset": { "format": "google-duration", "type": "string" }, "word": { "type": "string" }, "endOffset": { "format": "google-duration", "type": "string" } } }, "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction", "properties": {} }, "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies": { "type": "object", "properties": { "quickReplies": { "type": "array", "items": { "type": "string" } }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies" }, "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata": { "type": "object", "properties": { "conversationModel": { "type": "string" }, "state": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "PENDING", "SUCCEEDED", "FAILED", "CANCELLED", "CANCELLING", "TRAINING" ] }, "createTime": { "type": "string", "format": "google-datetime" }, "doneTime": { "format": "google-datetime", "type": "string" } }, "id": "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata" }, "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings": { "id": "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings", "properties": { "categoryFilters": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationModel": { "type": "object", "id": "GoogleCloudDialogflowV2ConversationModel", "properties": { "displayName": { "type": "string" }, "articleSuggestionModelMetadata": { "$ref": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata" }, "datasets": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2InputDataset" } }, "name": { "type": "string" }, "smartReplyModelMetadata": { "$ref": "GoogleCloudDialogflowV2SmartReplyModelMetadata" }, "languageCode": { "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "CREATING", "UNDEPLOYED", "DEPLOYING", "DEPLOYED", "UNDEPLOYING", "DELETING", "FAILED", "PENDING" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "readOnly": true, "type": "string" }, "createTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "satisfiesPzs": { "type": "boolean", "readOnly": true }, "satisfiesPzi": { "readOnly": true, "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace": { "id": "GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace", "properties": { "dataStoreConnectionSignals": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstruction": { "properties": { "displayName": { "type": "string" }, "agentAction": { "type": "string" }, "systemAction": { "type": "string" }, "condition": { "type": "string" }, "displayDetails": { "type": "string" }, "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult" }, "triggeringEvent": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE", "TOOL_CALL_COMPLETION" ] } }, "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageListSelect": { "properties": { "subtitle": { "type": "string" }, "title": { "type": "string" }, "items": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageListSelectItem" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2IntentMessageListSelect", "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig", "type": "object", "properties": { "service": { "type": "string" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" } } }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata", "type": "object", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseError" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult": { "properties": { "score": { "format": "float", "type": "number" }, "magnitude": { "format": "float", "type": "number" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult" }, "GoogleCloudDialogflowCxV3beta1FulfillIntentResponse": { "id": "GoogleCloudDialogflowCxV3beta1FulfillIntentResponse", "properties": { "queryResult": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryResult" }, "responseId": { "type": "string" }, "outputAudio": { "type": "string", "format": "byte" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1OutputAudioConfig" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction": { "properties": { "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction", "type": "object" }, "GoogleCloudDialogflowCxV3DeployFlowMetadata": { "properties": { "testErrors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" } } }, "id": "GoogleCloudDialogflowCxV3DeployFlowMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion": { "properties": { "reply": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply" }, "action": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion", "type": "object" }, "GoogleLongrunningOperation": { "type": "object", "id": "GoogleLongrunningOperation", "properties": { "response": { "type": "object", "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" } }, "done": { "type": "boolean" }, "metadata": { "type": "object", "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" } }, "error": { "$ref": "GoogleRpcStatus" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageImage": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageImage", "properties": { "imageUri": { "type": "string" }, "accessibilityText": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ToolUse": { "properties": { "action": { "type": "string" }, "webhookToolTrace": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace" }, "tool": { "type": "string" }, "displayName": { "type": "string", "readOnly": true }, "dataStoreToolTrace": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace" }, "outputActionParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "inputActionParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolUse" }, "GoogleCloudDialogflowCxV3beta1EventHandler": { "type": "object", "properties": { "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "name": { "type": "string", "readOnly": true }, "event": { "type": "string" }, "targetFlow": { "type": "string" }, "targetPage": { "type": "string" }, "targetPlaybook": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1EventHandler" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo": { "properties": { "similarityToLastQueryThreshold": { "format": "float", "type": "number" }, "totalTokenCount": { "type": "integer", "format": "int32" }, "promptTokenCount": { "format": "int32", "type": "integer" }, "candidatesTokenCount": { "format": "int32", "type": "integer" }, "similarityToLastQuery": { "type": "number", "format": "float" }, "thinkingLevel": { "type": "string" }, "thinkingBudgetTokens": { "type": "integer", "format": "int32" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationInteraction": { "properties": { "createTime": { "format": "google-datetime", "type": "string" }, "partialResponses": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse" }, "type": "array" }, "stepMetrics": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationInteractionStepMetrics" } }, "answerFeedback": { "$ref": "GoogleCloudDialogflowCxV3beta1AnswerFeedback" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest" }, "missingTransition": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition" }, "requestUtterances": { "type": "string" }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse" }, "responseUtterances": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ConversationInteraction" }, "GoogleCloudDialogflowCxV3beta1ExportToolsRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportToolsRequest", "properties": { "toolsContentInline": { "type": "boolean" }, "tools": { "type": "array", "items": { "type": "string" } }, "dataFormat": { "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB" ] }, "toolsUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1OutputAudioConfig": { "properties": { "synthesizeSpeechConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig" }, "audioEncoding": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "OUTPUT_AUDIO_ENCODING_UNSPECIFIED", "OUTPUT_AUDIO_ENCODING_LINEAR_16", "OUTPUT_AUDIO_ENCODING_MP3", "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS", "OUTPUT_AUDIO_ENCODING_OGG_OPUS", "OUTPUT_AUDIO_ENCODING_MULAW", "OUTPUT_AUDIO_ENCODING_ALAW" ], "type": "string", "enumDeprecated": [ false, false, true, false, false, false, false ] }, "sampleRateHertz": { "format": "int32", "type": "integer" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1OutputAudioConfig" }, "GoogleCloudDialogflowCxV3beta1CodeBlock": { "id": "GoogleCloudDialogflowCxV3beta1CodeBlock", "type": "object", "properties": { "code": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse", "type": "object", "properties": { "gcsUri": { "type": "string" }, "content": { "type": "string", "format": "byte" } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequest": { "properties": { "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "type": "array" }, "intentInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo" }, "triggerEvent": { "type": "string" }, "fulfillmentInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" }, "text": { "type": "string" }, "detectIntentResponseId": { "type": "string" }, "dtmfDigits": { "type": "string" }, "languageCode": { "type": "string" }, "transcript": { "type": "string" }, "triggerIntent": { "type": "string" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "languageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1LanguageInfo" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookRequest" }, "GoogleCloudDialogflowCxV3beta1TypeSchema": { "type": "object", "properties": { "schemaReference": { "$ref": "GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference" }, "inlineSchema": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineSchema" } }, "id": "GoogleCloudDialogflowCxV3beta1TypeSchema" }, "GoogleCloudDialogflowV2IntentTrainingPhrase": { "properties": { "name": { "readOnly": true, "type": "string" }, "type": { "enumDescriptions": [ "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "EXAMPLE", "TEMPLATE" ], "enumDeprecated": [ false, false, true ], "type": "string" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrasePart" }, "type": "array" }, "timesAddedCount": { "type": "integer", "format": "int32" } }, "id": "GoogleCloudDialogflowV2IntentTrainingPhrase", "type": "object" }, "GoogleCloudDialogflowCxV3ImportEntityTypesResponse": { "properties": { "entityTypes": { "type": "array", "items": { "type": "string" } }, "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse" }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata" }, "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals": { "type": "object", "properties": { "decision": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "GROUNDING_DECISION_UNSPECIFIED", "ACCEPTED_BY_GROUNDING", "REJECTED_BY_GROUNDING" ] }, "score": { "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string", "enum": [ "GROUNDING_SCORE_BUCKET_UNSPECIFIED", "VERY_LOW", "LOW", "MEDIUM", "HIGH", "VERY_HIGH" ] } }, "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals" }, "GoogleCloudDialogflowCxV3beta1ListPlaybooksResponse": { "id": "GoogleCloudDialogflowCxV3beta1ListPlaybooksResponse", "type": "object", "properties": { "playbooks": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Playbook" } }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentSuggestion": { "properties": { "intentV2": { "type": "string" }, "displayName": { "type": "string" }, "description": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentSuggestion", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ListPlaybookVersionsResponse": { "id": "GoogleCloudDialogflowCxV3beta1ListPlaybookVersionsResponse", "type": "object", "properties": { "playbookVersions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookVersion" } }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1Example": { "properties": { "updateTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "conversationState": { "enum": [ "OUTPUT_STATE_UNSPECIFIED", "OUTPUT_STATE_OK", "OUTPUT_STATE_CANCELLED", "OUTPUT_STATE_FAILED", "OUTPUT_STATE_ESCALATED", "OUTPUT_STATE_PENDING" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "playbookOutput": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookOutput" }, "languageCode": { "type": "string" }, "tokenCount": { "type": "string", "format": "int64", "readOnly": true }, "playbookInput": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookInput" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "actions": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Action" }, "type": "array" }, "description": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Example" }, "GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings": { "id": "GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings", "type": "object", "properties": { "enableMultiLanguageDetection": { "type": "boolean" }, "supportedResponseLanguageCodes": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1UserUtterance": { "id": "GoogleCloudDialogflowCxV3beta1UserUtterance", "properties": { "text": { "type": "string" }, "audio": { "format": "byte", "type": "string" }, "audioTokens": { "type": "array", "items": { "format": "int32", "type": "integer" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesRequest": { "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesRequest", "type": "object", "properties": { "content": { "format": "byte", "type": "string" }, "gcsUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ToolConnectorToolAction": { "properties": { "inputFields": { "type": "array", "items": { "type": "string" } }, "entityOperation": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation" }, "connectionActionId": { "type": "string" }, "outputFields": { "items": { "type": "string" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolConnectorToolAction" }, "GoogleCloudDialogflowCxV3beta1CompareVersionsResponse": { "properties": { "compareTime": { "type": "string", "format": "google-datetime" }, "baseVersionContentJson": { "type": "string" }, "targetVersionContentJson": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1CompareVersionsResponse" }, "GoogleCloudDialogflowCxV3beta1ActionIntentMatch": { "properties": { "matchedIntents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent" } } }, "id": "GoogleCloudDialogflowCxV3beta1ActionIntentMatch", "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingInstruction": { "type": "object", "id": "GoogleCloudDialogflowV2AgentCoachingInstruction", "properties": { "displayName": { "type": "string" }, "agentAction": { "type": "string" }, "triggeringEvent": { "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE", "TOOL_CALL_COMPLETION" ], "type": "string" }, "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult" }, "displayDetails": { "type": "string" }, "condition": { "type": "string" }, "systemAction": { "type": "string" } } }, "GoogleCloudDialogflowCxV3Fulfillment": { "type": "object", "id": "GoogleCloudDialogflowCxV3Fulfillment", "properties": { "setParameterActions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction" } }, "codeBlockFunction": { "type": "string" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" }, "type": "array" }, "returnPartialResponses": { "type": "boolean" }, "enableGenerativeFallback": { "type": "boolean" }, "webhook": { "type": "string" }, "tag": { "type": "string" }, "generators": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings" } }, "conditionalCases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" } }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" } } }, "GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy": { "id": "GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy", "properties": { "nestedResourceImportStrategy": { "enum": [ "IMPORT_STRATEGY_UNSPECIFIED", "IMPORT_STRATEGY_CREATE_NEW", "IMPORT_STRATEGY_REPLACE", "IMPORT_STRATEGY_KEEP", "IMPORT_STRATEGY_MERGE", "IMPORT_STRATEGY_THROW_ERROR" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ] }, "toolImportStrategy": { "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string", "enum": [ "IMPORT_STRATEGY_UNSPECIFIED", "IMPORT_STRATEGY_CREATE_NEW", "IMPORT_STRATEGY_REPLACE", "IMPORT_STRATEGY_KEEP", "IMPORT_STRATEGY_MERGE", "IMPORT_STRATEGY_THROW_ERROR" ] }, "mainPlaybookImportStrategy": { "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "IMPORT_STRATEGY_UNSPECIFIED", "IMPORT_STRATEGY_CREATE_NEW", "IMPORT_STRATEGY_REPLACE", "IMPORT_STRATEGY_KEEP", "IMPORT_STRATEGY_MERGE", "IMPORT_STRATEGY_THROW_ERROR" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase": { "id": "GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase", "type": "object", "properties": { "value": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment": { "properties": { "uri": { "type": "string" }, "audio": { "type": "string", "format": "byte" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment", "type": "object" }, "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata": { "properties": { "suggestionFeatureType": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" }, "participantRole": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "conversationProfile": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" } }, "type": "object", "id": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata" }, "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings": { "type": "object", "properties": { "interdigitTimeoutDuration": { "format": "google-duration", "type": "string" }, "finishDigit": { "type": "string" }, "enabled": { "type": "boolean" }, "endpointingTimeoutDuration": { "format": "google-duration", "type": "string" }, "maxDigits": { "format": "int32", "type": "integer" } }, "id": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings" }, "GoogleCloudDialogflowCxV3beta1ImportFlowRequest": { "properties": { "flowUri": { "type": "string" }, "flowImportStrategy": { "$ref": "GoogleCloudDialogflowCxV3beta1FlowImportStrategy" }, "flowContent": { "type": "string", "format": "byte" }, "importOption": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "IMPORT_OPTION_UNSPECIFIED", "KEEP", "FALLBACK" ] } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportFlowRequest" }, "GoogleCloudDialogflowV2Context": { "id": "GoogleCloudDialogflowV2Context", "properties": { "lifespanCount": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1RestoreAgentRequest": { "properties": { "agentUri": { "type": "string" }, "gitSource": { "$ref": "GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource" }, "agentContent": { "type": "string", "format": "byte" }, "restoreOption": { "enum": [ "RESTORE_OPTION_UNSPECIFIED", "KEEP", "FALLBACK" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1RestoreAgentRequest", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest": { "properties": { "gcsUri": { "type": "string" }, "filter": { "type": "string" }, "dataFormat": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB", "JSON" ] } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest" }, "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem": { "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem", "properties": { "info": { "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" }, "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "description": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Action": { "properties": { "intentMatch": { "readOnly": true, "$ref": "GoogleCloudDialogflowCxV3beta1ActionIntentMatch" }, "userUtterance": { "$ref": "GoogleCloudDialogflowCxV3beta1UserUtterance" }, "stt": { "$ref": "GoogleCloudDialogflowCxV3beta1ActionSTT" }, "toolUse": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolUse" }, "playbookTransition": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookTransition" }, "flowStateUpdate": { "$ref": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate", "readOnly": true }, "flowTransition": { "$ref": "GoogleCloudDialogflowCxV3beta1FlowTransition" }, "status": { "$ref": "GoogleCloudDialogflowCxV3beta1Status", "readOnly": true }, "completeTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "playbookInvocation": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookInvocation" }, "event": { "$ref": "GoogleCloudDialogflowCxV3beta1Event" }, "agentUtterance": { "$ref": "GoogleCloudDialogflowCxV3beta1AgentUtterance" }, "startTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "flowInvocation": { "$ref": "GoogleCloudDialogflowCxV3beta1FlowInvocation" }, "tts": { "$ref": "GoogleCloudDialogflowCxV3beta1ActionTTS" }, "llmCall": { "$ref": "GoogleCloudDialogflowCxV3beta1LlmCall", "readOnly": true }, "subExecutionSteps": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Span" } }, "displayName": { "type": "string", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Action" }, "GoogleCloudDialogflowCxV3beta1ListDeploymentsResponse": { "type": "object", "properties": { "nextPageToken": { "type": "string" }, "deployments": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Deployment" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1ListDeploymentsResponse" }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse": { "type": "object", "properties": { "results": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" } } }, "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse" }, "GoogleCloudDialogflowCxV3beta1TestError": { "id": "GoogleCloudDialogflowCxV3beta1TestError", "type": "object", "properties": { "testTime": { "format": "google-datetime", "type": "string" }, "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1SafetySettingsPromptSecuritySettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1SafetySettingsPromptSecuritySettings", "properties": { "enablePromptSecurity": { "type": "boolean" } } }, "GoogleCloudDialogflowV2beta1GeneratorSuggestion": { "properties": { "summarySuggestion": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestion" }, "agentCoachingSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion" }, "toolCallInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo" }, "type": "array" }, "freeFormSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1FreeFormSuggestion" } }, "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestion", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem", "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "info": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" } } }, "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo": { "type": "object", "properties": { "toolCallResult": { "$ref": "GoogleCloudDialogflowV2beta1ToolCallResult" }, "toolCall": { "$ref": "GoogleCloudDialogflowV2beta1ToolCall" } }, "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo" }, "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse", "type": "object", "properties": { "dialogflowAssistAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer" }, "type": "array" }, "contextSize": { "type": "integer", "format": "int32" }, "latestMessage": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency": { "id": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency", "type": "object", "properties": { "completeTime": { "format": "google-datetime", "type": "string" }, "latencyMs": { "type": "number", "format": "float" }, "startTime": { "type": "string", "format": "google-datetime" }, "step": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata": { "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse": { "properties": { "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse" }, "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo": { "type": "object", "properties": { "toolCall": { "$ref": "GoogleCloudDialogflowV2ToolCall" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowV2ToolCallResult" } }, "id": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo" }, "GoogleCloudDialogflowCxV3beta1ExportIntentsRequest": { "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsRequest", "properties": { "intentsContentInline": { "type": "boolean" }, "intentsUri": { "type": "string" }, "intents": { "items": { "type": "string" }, "type": "array" }, "dataFormat": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB", "JSON", "CSV" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1SessionInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1SessionInfo", "properties": { "parameters": { "type": "object", "additionalProperties": { "type": "any" } }, "session": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ListAgentsResponse": { "properties": { "agents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Agent" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ListAgentsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1Experiment": { "type": "object", "properties": { "startTime": { "type": "string", "format": "google-datetime" }, "experimentLength": { "type": "string", "format": "google-duration" }, "lastUpdateTime": { "type": "string", "format": "google-datetime" }, "rolloutFailureReason": { "type": "string" }, "endTime": { "type": "string", "format": "google-datetime" }, "name": { "type": "string" }, "description": { "type": "string" }, "rolloutState": { "$ref": "GoogleCloudDialogflowCxV3beta1RolloutState" }, "definition": { "$ref": "GoogleCloudDialogflowCxV3beta1ExperimentDefinition" }, "displayName": { "type": "string" }, "rolloutConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1RolloutConfig" }, "result": { "$ref": "GoogleCloudDialogflowCxV3beta1ExperimentResult" }, "createTime": { "format": "google-datetime", "type": "string" }, "state": { "type": "string", "enum": [ "STATE_UNSPECIFIED", "DRAFT", "RUNNING", "DONE", "ROLLOUT_FAILED" ], "enumDescriptions": [ "", "", "", "", "" ] }, "variantsHistory": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1VariantsHistory" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1Experiment" }, "GoogleCloudDialogflowV2ImportDocumentsResponse": { "type": "object", "properties": { "warnings": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } } }, "id": "GoogleCloudDialogflowV2ImportDocumentsResponse" }, "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverage": { "id": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverage", "properties": { "coverages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage" }, "type": "array" }, "coverageScore": { "type": "number", "format": "float" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolCallResult": { "type": "object", "properties": { "rawContent": { "format": "byte", "type": "string" }, "tool": { "type": "string" }, "cesToolset": { "type": "string" }, "createTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "answerRecord": { "type": "string" }, "cesApp": { "type": "string" }, "action": { "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowV2beta1ToolCallResultError" }, "cesTool": { "type": "string" }, "content": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ToolCallResult" }, "GoogleCloudDialogflowV2IntentMessage": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessage", "properties": { "quickReplies": { "$ref": "GoogleCloudDialogflowV2IntentMessageQuickReplies" }, "linkOutSuggestion": { "$ref": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion" }, "carouselSelect": { "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelect" }, "card": { "$ref": "GoogleCloudDialogflowV2IntentMessageCard" }, "mediaContent": { "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContent" }, "suggestions": { "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestions" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "platform": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "GOOGLE_HANGOUTS" ], "type": "string" }, "browseCarouselCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "basicCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCard" }, "simpleResponses": { "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponses" }, "text": { "$ref": "GoogleCloudDialogflowV2IntentMessageText" }, "tableCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCard" }, "listSelect": { "$ref": "GoogleCloudDialogflowV2IntentMessageListSelect" } } }, "GoogleCloudDialogflowCxV3beta1Deployment": { "properties": { "name": { "type": "string" }, "startTime": { "type": "string", "format": "google-datetime" }, "flowVersion": { "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "RUNNING", "SUCCEEDED", "FAILED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "result": { "$ref": "GoogleCloudDialogflowCxV3beta1DeploymentResult" }, "endTime": { "type": "string", "format": "google-datetime" } }, "id": "GoogleCloudDialogflowCxV3beta1Deployment", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolDataStoreToolFallbackPrompt": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolDataStoreToolFallbackPrompt" }, "GoogleCloudDialogflowCxV3beta1DataStoreConnection": { "type": "object", "properties": { "dataStoreType": { "type": "string", "enum": [ "DATA_STORE_TYPE_UNSPECIFIED", "PUBLIC_WEB", "UNSTRUCTURED", "STRUCTURED" ], "enumDescriptions": [ "", "", "", "" ] }, "dataStore": { "type": "string" }, "documentProcessingMode": { "type": "string", "enum": [ "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", "DOCUMENTS", "CHUNKS" ], "enumDescriptions": [ "", "", "" ] } }, "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnection" }, "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard": { "id": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply": { "properties": { "text": { "type": "string" }, "postbackData": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply" }, "GoogleCloudDialogflowCxV3beta1ExperimentDefinition": { "id": "GoogleCloudDialogflowCxV3beta1ExperimentDefinition", "properties": { "versionVariants": { "$ref": "GoogleCloudDialogflowCxV3beta1VersionVariants" }, "condition": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FormParameter": { "id": "GoogleCloudDialogflowCxV3beta1FormParameter", "type": "object", "properties": { "entityType": { "type": "string" }, "isList": { "type": "boolean" }, "redact": { "type": "boolean" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "defaultValue": { "type": "any" }, "required": { "type": "boolean" }, "displayName": { "type": "string" }, "fillBehavior": { "$ref": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior" } } }, "GoogleCloudDialogflowCxV3beta1ExportFlowResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse", "type": "object", "properties": { "flowContent": { "format": "byte", "type": "string" }, "flowUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3WebhookRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookRequest", "properties": { "detectIntentResponseId": { "type": "string" }, "text": { "type": "string" }, "triggerEvent": { "type": "string" }, "dtmfDigits": { "type": "string" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } }, "transcript": { "type": "string" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3SessionInfo" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfo" }, "triggerIntent": { "type": "string" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult" }, "languageCode": { "type": "string" }, "fulfillmentInfo": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo" }, "languageInfo": { "$ref": "GoogleCloudDialogflowCxV3LanguageInfo" }, "intentInfo": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } } }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent": { "type": "object", "properties": { "additionalCases": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" }, "message": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } }, "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton": { "properties": { "openUriAction": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction" }, "title": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard", "type": "object", "properties": { "imageDisplayOptions": { "enum": [ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", "GRAY", "WHITE", "CROPPED", "BLURRED_BACKGROUND" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem" } } } }, "GoogleCloudDialogflowCxV3TestError": { "type": "object", "properties": { "testTime": { "type": "string", "format": "google-datetime" }, "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3TestError" }, "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata": { "properties": {}, "id": "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3beta1BigQueryExportSettings": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "bigqueryTable": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1BigQueryExportSettings" }, "GoogleCloudDialogflowCxV3beta1AgentUtterance": { "id": "GoogleCloudDialogflowCxV3beta1AgentUtterance", "properties": { "text": { "type": "string" }, "requireGeneration": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2OriginalDetectIntentRequest": { "id": "GoogleCloudDialogflowV2OriginalDetectIntentRequest", "type": "object", "properties": { "version": { "type": "string" }, "source": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } } }, "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": { "type": "object", "properties": { "phoneNumber": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall" }, "GoogleCloudDialogflowCxV3beta1ExportAgentRequestGitDestination": { "type": "object", "properties": { "commitMessage": { "type": "string" }, "trackingBranch": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ExportAgentRequestGitDestination" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard": { "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem" } }, "imageDisplayOptions": { "type": "string", "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", "GRAY", "WHITE", "CROPPED", "BLURRED_BACKGROUND" ] } } }, "GoogleCloudDialogflowCxV3beta1VariantsHistory": { "properties": { "updateTime": { "type": "string", "format": "google-datetime" }, "versionVariants": { "$ref": "GoogleCloudDialogflowCxV3beta1VersionVariants" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1VariantsHistory" }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata" }, "GoogleCloudDialogflowCxV3beta1SpeechToTextSettings": { "id": "GoogleCloudDialogflowCxV3beta1SpeechToTextSettings", "type": "object", "properties": { "enableSpeechAdaptation": { "type": "boolean" } } }, "GoogleCloudDialogflowV2AnnotatedMessagePart": { "type": "object", "properties": { "formattedValue": { "type": "any" }, "entityType": { "type": "string" }, "text": { "type": "string" } }, "id": "GoogleCloudDialogflowV2AnnotatedMessagePart" }, "GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount": { "id": "GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount", "properties": { "eventCount": { "type": "integer", "format": "int32" }, "dtmfCount": { "type": "integer", "format": "int32" }, "intentCount": { "type": "integer", "format": "int32" }, "audioCount": { "type": "integer", "format": "int32" }, "textCount": { "type": "integer", "format": "int32" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Environment": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Environment", "properties": { "versionConfigs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig" } }, "name": { "type": "string" }, "updateTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "displayName": { "type": "string" }, "description": { "type": "string" }, "testCasesConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig" }, "webhookConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig" } } }, "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings": { "id": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings", "properties": { "generator": { "type": "string" }, "outputParameter": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion": { "properties": { "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult" }, "sources": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "readOnly": true }, "agentAction": { "type": "string" } }, "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate": { "properties": { "destination": { "type": "string" }, "eventType": { "type": "string" }, "pageState": { "$ref": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState" }, "functionCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall" }, "updatedParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "id": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate", "type": "object" }, "GoogleCloudDialogflowCxV3TestCaseError": { "properties": { "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "$ref": "GoogleCloudDialogflowCxV3TestCase" } }, "id": "GoogleCloudDialogflowCxV3TestCaseError", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ActionSTT": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1ActionSTT" }, "GoogleCloudDialogflowCxV3beta1FlowTransition": { "properties": { "flow": { "type": "string" }, "displayName": { "readOnly": true, "type": "string" }, "inputActionParameters": { "type": "object", "deprecated": true, "additionalProperties": { "description": "Properties of the object.", "type": "any" } } }, "id": "GoogleCloudDialogflowCxV3beta1FlowTransition", "type": "object" }, "GoogleCloudDialogflowV2FreeFormSuggestion": { "id": "GoogleCloudDialogflowV2FreeFormSuggestion", "properties": { "response": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FilterSpecs": { "id": "GoogleCloudDialogflowCxV3beta1FilterSpecs", "properties": { "filter": { "type": "string" }, "dataStores": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolExtensionTool": { "id": "GoogleCloudDialogflowCxV3beta1ToolExtensionTool", "type": "object", "properties": { "name": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart", "properties": { "entityType": { "type": "string" }, "alias": { "type": "string" }, "text": { "type": "string" }, "userDefined": { "type": "boolean" } } }, "GoogleCloudDialogflowV2KnowledgeOperationMetadata": { "properties": { "knowledgeBase": { "type": "string" }, "doneTime": { "type": "string", "format": "google-datetime" }, "state": { "type": "string", "readOnly": true, "enumDescriptions": [ "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "DONE" ] }, "exportOperationMetadata": { "$ref": "GoogleCloudDialogflowV2ExportOperationMetadata" } }, "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeOperationMetadata" }, "GoogleCloudDialogflowV2IntentMessageTableCard": { "type": "object", "properties": { "subtitle": { "type": "string" }, "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" } }, "title": { "type": "string" }, "rows": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardRow" } }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "columnProperties": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageColumnProperties" } } }, "id": "GoogleCloudDialogflowV2IntentMessageTableCard" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources": { "properties": { "intentDisplayNames": { "type": "array", "items": { "type": "string" } }, "entityDisplayNames": { "type": "array", "items": { "type": "string" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources" }, "GoogleProtobufEmpty": { "type": "object", "properties": {}, "id": "GoogleProtobufEmpty" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue", "properties": { "secretVersion": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource", "type": "object", "properties": { "snippets": { "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1ConversationEvent": { "id": "GoogleCloudDialogflowV2beta1ConversationEvent", "type": "object", "properties": { "errorStatus": { "$ref": "GoogleRpcStatus" }, "newMessagePayload": { "$ref": "GoogleCloudDialogflowV2beta1Message" }, "type": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string", "enum": [ "TYPE_UNSPECIFIED", "CONVERSATION_STARTED", "CONVERSATION_FINISHED", "HUMAN_INTERVENTION_NEEDED", "NEW_MESSAGE", "NEW_RECOGNITION_RESULT", "UNRECOVERABLE_ERROR" ] }, "conversation": { "type": "string" }, "newRecognitionResultPayload": { "$ref": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult" } } }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", "type": "object", "properties": { "serviceAccount": { "type": "string" } } }, "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency": { "properties": { "latencyMs": { "format": "float", "type": "number" }, "startTime": { "type": "string", "format": "google-datetime" }, "completeTime": { "type": "string", "format": "google-datetime" }, "step": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency" }, "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo", "properties": { "ingestionStatus": { "enum": [ "INGESTION_STATUS_UNSPECIFIED", "INGESTION_STATUS_SUCCEEDED", "INGESTION_STATUS_CONTEXT_NOT_AVAILABLE", "INGESTION_STATUS_PARSE_FAILED", "INGESTION_STATUS_INVALID_ENTRY", "INGESTION_STATUS_INVALID_FORMAT", "INGESTION_STATUS_LANGUAGE_MISMATCH" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ] }, "parameter": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ImportConversationDataOperationResponse": { "type": "object", "properties": { "conversationDataset": { "type": "string" }, "importCount": { "format": "int32", "type": "integer" } }, "id": "GoogleCloudDialogflowV2ImportConversationDataOperationResponse" }, "GoogleCloudDialogflowCxV3beta1GenerativeInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1GenerativeInfo", "properties": { "currentPlaybooks": { "type": "array", "items": { "type": "string" } }, "actionTracingInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1Example" } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo", "properties": { "tag": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata": { "properties": { "suggestionFeatureType": { "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "type": "string" }, "conversationProfile": { "type": "string" }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "createTime": { "format": "google-datetime", "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata" }, "GoogleCloudDialogflowV2EventInput": { "properties": { "name": { "type": "string" }, "languageCode": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "type": "object", "id": "GoogleCloudDialogflowV2EventInput" }, "GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder", "properties": { "id": { "type": "string" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata": { "properties": { "conversationDataset": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata" }, "GoogleCloudDialogflowV2beta1WebhookRequest": { "type": "object", "id": "GoogleCloudDialogflowV2beta1WebhookRequest", "properties": { "originalDetectIntentRequest": { "$ref": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest" }, "alternativeQueryResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" } }, "session": { "type": "string" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" }, "responseId": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata", "type": "object", "properties": { "conversationProfile": { "type": "string" }, "participantRole": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "suggestionFeatureType": { "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard" }, "GoogleCloudDialogflowV2SentimentAnalysisResult": { "properties": { "queryTextSentiment": { "$ref": "GoogleCloudDialogflowV2Sentiment" } }, "type": "object", "id": "GoogleCloudDialogflowV2SentimentAnalysisResult" }, "GoogleCloudDialogflowCxV3beta1BargeInConfig": { "type": "object", "properties": { "totalDuration": { "format": "google-duration", "type": "string" }, "noBargeInDuration": { "format": "google-duration", "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1BargeInConfig" }, "GoogleCloudDialogflowCxV3beta1ToolTLSConfigCACert": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolTLSConfigCACert", "properties": { "cert": { "format": "byte", "type": "string" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SuggestionResult": { "type": "object", "properties": { "suggestEntityExtractionResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" }, "suggestSmartRepliesResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse" }, "suggestArticlesResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse" }, "suggestFaqAnswersResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse" }, "suggestDialogflowAssistsResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" }, "generateSuggestionsResponse": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse" }, "error": { "$ref": "GoogleRpcStatus" }, "suggestKnowledgeAssistResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse" } }, "id": "GoogleCloudDialogflowV2beta1SuggestionResult" }, "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpec": { "id": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpec", "properties": { "condition": { "type": "string" }, "boost": { "type": "number", "format": "float" }, "boostControlSpec": { "$ref": "GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ContinuousTestResult": { "id": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult", "type": "object", "properties": { "runTime": { "type": "string", "format": "google-datetime" }, "result": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "AGGREGATED_TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ] }, "testCaseResults": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia", "properties": { "fileUri": { "type": "string" }, "thumbnailUri": { "type": "string" }, "height": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "HEIGHT_UNSPECIFIED", "SHORT", "MEDIUM", "TALL" ] } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources", "properties": { "intentDisplayNames": { "type": "array", "items": { "type": "string" } }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig": { "id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig", "properties": { "secretVersionForToken": { "type": "string" }, "token": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageTableCardRow": { "id": "GoogleCloudDialogflowV2IntentMessageTableCardRow", "type": "object", "properties": { "cells": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardCell" } }, "dividerAfter": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3ExportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3ExportIntentsMetadata", "type": "object", "properties": {} }, "GoogleCloudDialogflowCxV3beta1ToolCallResultError": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolCallResultError", "properties": { "message": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ExportFlowRequest": { "properties": { "flowUri": { "type": "string" }, "includeReferencedFlows": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1ExportFlowRequest", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput", "properties": { "enableSentimentAnalysis": { "type": "boolean" }, "isWebhookEnabled": { "type": "boolean" }, "injectedParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "input": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryInput" } } }, "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings", "properties": { "githubSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings" }, "gitConnectionSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings" } } }, "GoogleCloudDialogflowCxV3beta1RolloutState": { "properties": { "step": { "type": "string" }, "stepIndex": { "type": "integer", "format": "int32" }, "startTime": { "format": "google-datetime", "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1RolloutState" }, "GoogleCloudDialogflowV2beta1IntentParameter": { "properties": { "isList": { "type": "boolean" }, "mandatory": { "type": "boolean" }, "name": { "type": "string" }, "entityTypeDisplayName": { "type": "string" }, "displayName": { "type": "string" }, "defaultValue": { "type": "string" }, "prompts": { "items": { "type": "string" }, "type": "array" }, "value": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentParameter" }, "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect": { "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem" } } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect" }, "GoogleCloudDialogflowV3alpha1ConversationSignals": { "id": "GoogleCloudDialogflowV3alpha1ConversationSignals", "type": "object", "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowV3alpha1TurnSignals" } } }, "GoogleCloudDialogflowCxV3beta1ExceptionDetail": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExceptionDetail", "properties": { "errorMessage": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1SecuritySettings": { "type": "object", "properties": { "redactionStrategy": { "enumDescriptions": [ "", "" ], "type": "string", "enum": [ "REDACTION_STRATEGY_UNSPECIFIED", "REDACT_WITH_SERVICE" ] }, "inspectTemplate": { "type": "string" }, "retentionWindowDays": { "format": "int32", "type": "integer" }, "retentionStrategy": { "enumDescriptions": [ "", "" ], "enum": [ "RETENTION_STRATEGY_UNSPECIFIED", "REMOVE_AFTER_CONVERSATION" ], "type": "string" }, "deidentifyTemplate": { "type": "string" }, "redactionScope": { "enum": [ "REDACTION_SCOPE_UNSPECIFIED", "REDACT_DISK_STORAGE" ], "enumDescriptions": [ "", "" ], "type": "string" }, "insightsExportSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings" }, "audioExportSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings" }, "name": { "type": "string" }, "purgeDataTypes": { "items": { "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "PURGE_DATA_TYPE_UNSPECIFIED", "DIALOGFLOW_HISTORY" ] }, "type": "array" }, "displayName": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1SecuritySettings" }, "GoogleCloudDialogflowV2Intent": { "properties": { "endInteraction": { "type": "boolean" }, "trainingPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrase" } }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Context" } }, "parentFollowupIntentName": { "type": "string" }, "defaultResponsePlatforms": { "type": "array", "items": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "GOOGLE_HANGOUTS" ] } }, "rootFollowupIntentName": { "type": "string", "readOnly": true }, "resetContexts": { "type": "boolean" }, "liveAgentHandoff": { "type": "boolean" }, "isFallback": { "type": "boolean" }, "priority": { "type": "integer", "format": "int32" }, "inputContextNames": { "type": "array", "items": { "type": "string" } }, "mlDisabled": { "type": "boolean" }, "followupIntentInfo": { "type": "array", "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2IntentFollowupIntentInfo" } }, "webhookState": { "type": "string", "enum": [ "WEBHOOK_STATE_UNSPECIFIED", "WEBHOOK_STATE_ENABLED", "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" ], "enumDescriptions": [ "", "", "" ] }, "parameters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentParameter" } }, "action": { "type": "string" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" } }, "displayName": { "type": "string" }, "events": { "items": { "type": "string" }, "type": "array" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2Intent", "type": "object" }, "GoogleCloudDialogflowCxV3BargeInConfig": { "type": "object", "properties": { "totalDuration": { "type": "string", "format": "google-duration" }, "noBargeInDuration": { "type": "string", "format": "google-duration" } }, "id": "GoogleCloudDialogflowCxV3BargeInConfig" }, "GoogleCloudDialogflowV2SummarySuggestion": { "properties": { "summarySections": { "items": { "$ref": "GoogleCloudDialogflowV2SummarySuggestionSummarySection" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2SummarySuggestion", "type": "object" }, "GoogleCloudDialogflowCxV3beta1LlmCall": { "properties": { "retrievedExamples": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample" }, "type": "array" }, "tokenCount": { "$ref": "GoogleCloudDialogflowCxV3beta1LlmCallTokenCount" }, "model": { "type": "string" }, "temperature": { "type": "number", "format": "float" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1LlmCall" }, "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata": { "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings": { "type": "object", "properties": { "defaultEndUserMetadata": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } }, "id": "GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings" }, "GoogleCloudDialogflowCxV3beta1Event": { "properties": { "event": { "type": "string" }, "text": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Event" }, "GoogleCloudDialogflowCxV3beta1ToolConnectorTool": { "id": "GoogleCloudDialogflowCxV3beta1ToolConnectorTool", "type": "object", "properties": { "endUserAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig" }, "actions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolConnectorToolAction" } }, "name": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse": { "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse", "type": "object", "properties": { "result": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" } } }, "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase": { "properties": { "repeatCount": { "type": "integer", "format": "int32" }, "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart" } }, "id": { "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase", "type": "object" }, "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings", "properties": { "endpointerSensitivity": { "type": "integer", "format": "int32" }, "models": { "type": "object", "additionalProperties": { "type": "string" } }, "noSpeechTimeout": { "format": "google-duration", "type": "string" }, "useTimeoutBasedEndpointing": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1ListToolsResponse": { "id": "GoogleCloudDialogflowCxV3beta1ListToolsResponse", "properties": { "nextPageToken": { "type": "string" }, "tools": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Tool" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1IntentCoverageIntent": { "type": "object", "properties": { "covered": { "type": "boolean" }, "intent": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1IntentCoverageIntent" }, "GoogleCloudDialogflowV2IntentMessageCarouselSelect": { "properties": { "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem" } } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelect" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion": { "properties": { "sampleResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse" } }, "agentActionSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion" }, "type": "array" }, "applicableInstructions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse": { "properties": { "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" }, "responseText": { "type": "string" }, "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse" }, "GoogleCloudDialogflowCxV3RunContinuousTestResponse": { "properties": { "continuousTestResult": { "$ref": "GoogleCloudDialogflowCxV3ContinuousTestResult" } }, "id": "GoogleCloudDialogflowCxV3RunContinuousTestResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse": { "type": "object", "properties": { "generatorSuggestionAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer" } }, "latestMessage": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse" }, "GoogleCloudDialogflowV2beta1ResponseMessageText": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageText", "type": "object", "properties": { "text": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart": { "properties": { "parameterId": { "type": "string" }, "text": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart" }, "GoogleCloudDialogflowV2ExportOperationMetadata": { "id": "GoogleCloudDialogflowV2ExportOperationMetadata", "type": "object", "properties": { "exportedGcsDestination": { "$ref": "GoogleCloudDialogflowV2GcsDestination" } } }, "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse": { "type": "object", "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse", "properties": { "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true }, "sources": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "readOnly": true }, "responseText": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageBasicCard": { "properties": { "subtitle": { "type": "string" }, "title": { "type": "string" }, "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" }, "type": "array" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "formattedText": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageBasicCard" }, "GoogleCloudDialogflowV2IntentMessageQuickReplies": { "id": "GoogleCloudDialogflowV2IntentMessageQuickReplies", "properties": { "title": { "type": "string" }, "quickReplies": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FlowTraceMetadata": { "id": "GoogleCloudDialogflowCxV3beta1FlowTraceMetadata", "properties": { "displayName": { "type": "string", "readOnly": true }, "flow": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment": { "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment", "properties": { "audio": { "format": "byte", "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1WebhookResponse": { "type": "object", "properties": { "source": { "type": "string" }, "endInteraction": { "type": "boolean" }, "fulfillmentText": { "type": "string" }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" } }, "fulfillmentMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" } }, "liveAgentHandoff": { "type": "boolean" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "type": "array" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "followupEventInput": { "$ref": "GoogleCloudDialogflowV2beta1EventInput" } }, "id": "GoogleCloudDialogflowV2beta1WebhookResponse" }, "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage": { "id": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage", "properties": { "coverageScore": { "format": "float", "type": "number" }, "transitions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition" } }, "routeGroup": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult": { "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true, "type": "array" } }, "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult": { "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult" }, "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction": { "id": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction", "type": "object", "properties": { "value": { "type": "any" }, "parameter": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1InlineDestination": { "id": "GoogleCloudDialogflowCxV3beta1InlineDestination", "type": "object", "properties": { "content": { "readOnly": true, "format": "byte", "type": "string" } } }, "GoogleCloudDialogflowV2beta1ExportAgentResponse": { "type": "object", "properties": { "agentUri": { "type": "string" }, "agentContent": { "type": "string", "format": "byte" } }, "id": "GoogleCloudDialogflowV2beta1ExportAgentResponse" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer": { "properties": { "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery" }, "suggestedQueryAnswer": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer" }, "answerRecord": { "type": "string" }, "knowledgeAssistDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer", "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction": { "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", "properties": {} }, "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig": { "type": "object", "properties": { "enableContinuousRun": { "type": "boolean" }, "testCases": { "items": { "type": "string" }, "type": "array" }, "enablePredeploymentRun": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig" }, "GoogleCloudDialogflowCxV3DtmfInput": { "id": "GoogleCloudDialogflowCxV3DtmfInput", "type": "object", "properties": { "finishDigit": { "type": "string" }, "digits": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SummarySuggestion": { "properties": { "summarySections": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SummarySuggestion" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult", "properties": { "answerRecord": { "type": "string", "readOnly": true }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1StartExperimentRequest": { "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1StartExperimentRequest", "type": "object" }, "GoogleCloudDialogflowCxV3beta1PlaybookTransition": { "id": "GoogleCloudDialogflowCxV3beta1PlaybookTransition", "properties": { "playbook": { "type": "string" }, "inputActionParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "deprecated": true, "type": "object" }, "displayName": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1PlaybookInstruction": { "properties": { "steps": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookStep" }, "type": "array" }, "guidelines": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1PlaybookInstruction", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { "properties": { "url": { "type": "string" }, "urlTypeHint": { "enum": [ "URL_TYPE_HINT_UNSPECIFIED", "AMP_ACTION", "AMP_CONTENT" ], "type": "string", "enumDescriptions": [ "", "", "" ] } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata": { "type": "object", "id": "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata", "properties": { "conversationDataset": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "partialFailures": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } } } }, "GoogleCloudDialogflowCxV3beta1Form": { "type": "object", "properties": { "parameters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FormParameter" } } }, "id": "GoogleCloudDialogflowCxV3beta1Form" }, "GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig": { "properties": { "apiKey": { "type": "string" }, "requestLocation": { "enum": [ "REQUEST_LOCATION_UNSPECIFIED", "HEADER", "QUERY_STRING" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "keyName": { "type": "string" }, "secretVersionForApiKey": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig" }, "GoogleCloudDialogflowCxV3beta1AudioInput": { "type": "object", "properties": { "audio": { "format": "byte", "type": "string" }, "config": { "$ref": "GoogleCloudDialogflowCxV3beta1InputAudioConfig" } }, "id": "GoogleCloudDialogflowCxV3beta1AudioInput" }, "GoogleCloudDialogflowCxV3IntentInput": { "properties": { "intent": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3IntentInput" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion", "type": "object", "properties": { "similarityScore": { "type": "number", "format": "float", "readOnly": true }, "suggestionIndex": { "type": "integer", "format": "int32", "readOnly": true }, "answerRecord": { "readOnly": true, "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ListConversationsResponse": { "type": "object", "properties": { "conversations": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Conversation" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ListConversationsResponse" }, "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo": { "properties": { "key": { "type": "string" }, "synonyms": { "type": "array", "items": { "type": "string" } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "GoogleCloudDialogflowCxV3beta1InputAudioConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1InputAudioConfig", "properties": { "modelVariant": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ], "type": "string" }, "model": { "type": "string" }, "optOutConformerModelMigration": { "type": "boolean" }, "bargeInConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1BargeInConfig" }, "sampleRateHertz": { "type": "integer", "format": "int32" }, "singleUtterance": { "type": "boolean" }, "phraseHints": { "items": { "type": "string" }, "type": "array" }, "audioEncoding": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "enum": [ "AUDIO_ENCODING_UNSPECIFIED", "AUDIO_ENCODING_LINEAR_16", "AUDIO_ENCODING_FLAC", "AUDIO_ENCODING_MULAW", "AUDIO_ENCODING_AMR", "AUDIO_ENCODING_AMR_WB", "AUDIO_ENCODING_OGG_OPUS", "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", "AUDIO_ENCODING_ALAW" ] }, "enableWordInfo": { "type": "boolean" } } }, "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion", "properties": { "destinationName": { "type": "string" }, "uri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1Phrase": { "type": "object", "properties": { "text": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1Phrase" }, "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig": { "properties": { "oauthToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsRequest", "properties": { "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineSource" }, "mergeOption": { "enum": [ "MERGE_OPTION_UNSPECIFIED", "REJECT", "REPLACE", "MERGE", "RENAME", "REPORT_CONFLICT", "KEEP" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "enumDeprecated": [ false, true, false, false, false, false, false ], "type": "string" }, "intentsUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3TestConfig": { "properties": { "flow": { "type": "string" }, "page": { "type": "string" }, "trackingParameters": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowCxV3TestConfig", "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext", "type": "object", "properties": { "key": { "type": "string" }, "value": { "type": "string" } } }, "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig", "properties": { "webhookOverrides": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Webhook" } } } }, "GoogleCloudDialogflowV2beta1ToolCall": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ToolCall", "properties": { "tool": { "type": "string" }, "toolDisplayDetails": { "type": "string" }, "state": { "type": "string", "enumDescriptions": [ "", "", "" ], "readOnly": true, "enum": [ "STATE_UNSPECIFIED", "TRIGGERED", "NEEDS_CONFIRMATION" ] }, "cesTool": { "type": "string" }, "inputParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "cesToolset": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "cesApp": { "type": "string" }, "action": { "type": "string" }, "toolDisplayName": { "type": "string" }, "answerRecord": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig": { "id": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig", "properties": { "webhookOverrides": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolDataStoreTool": { "id": "GoogleCloudDialogflowCxV3beta1ToolDataStoreTool", "type": "object", "properties": { "fallbackPrompt": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolDataStoreToolFallbackPrompt" }, "dataStoreConnections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnection" } } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard": { "properties": { "cardOrientation": { "enum": [ "CARD_ORIENTATION_UNSPECIFIED", "HORIZONTAL", "VERTICAL" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "thumbnailImageAlignment": { "enum": [ "THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED", "LEFT", "RIGHT" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "cardContent": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard" }, "GoogleCloudDialogflowV2beta1SentimentAnalysisResult": { "type": "object", "id": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", "properties": { "queryTextSentiment": { "$ref": "GoogleCloudDialogflowV2beta1Sentiment" } } }, "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings": { "id": "GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings", "properties": { "accessTokenSecret": { "type": "string" }, "displayName": { "type": "string" }, "repositoryUri": { "type": "string" }, "branches": { "type": "array", "items": { "type": "string" } }, "trackingBranch": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Intent": { "id": "GoogleCloudDialogflowCxV3beta1Intent", "type": "object", "properties": { "name": { "type": "string" }, "labels": { "additionalProperties": { "type": "string" }, "type": "object" }, "isFallback": { "type": "boolean" }, "priority": { "type": "integer", "format": "int32" }, "displayName": { "type": "string" }, "parameters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentParameter" } }, "trainingPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase" } }, "description": { "type": "string" }, "dtmfPattern": { "type": "string" } } }, "GoogleCloudDialogflowV2ExportAgentResponse": { "properties": { "agentContent": { "type": "string", "format": "byte" }, "agentUri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2ExportAgentResponse" }, "GoogleCloudDialogflowCxV3beta1ListWebhooksResponse": { "properties": { "nextPageToken": { "type": "string" }, "webhooks": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" } } }, "id": "GoogleCloudDialogflowCxV3beta1ListWebhooksResponse", "type": "object" }, "GoogleCloudDialogflowV2SuggestSmartRepliesResponse": { "properties": { "smartReplyAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2SmartReplyAnswer" }, "type": "array", "readOnly": true }, "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata": { "id": "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata", "type": "object", "properties": { "createTime": { "type": "string", "format": "google-datetime" }, "state": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "INITIALIZING", "RUNNING", "CANCELLED", "SUCCEEDED", "FAILED" ] }, "conversationModelEvaluation": { "type": "string" }, "conversationModel": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings": { "properties": { "enableAnswerFeedback": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource", "properties": { "event": { "type": "string" }, "snippets": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents": { "id": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents", "properties": { "dtmfEvents": { "items": { "enum": [ "TELEPHONY_DTMF_UNSPECIFIED", "DTMF_ONE", "DTMF_TWO", "DTMF_THREE", "DTMF_FOUR", "DTMF_FIVE", "DTMF_SIX", "DTMF_SEVEN", "DTMF_EIGHT", "DTMF_NINE", "DTMF_ZERO", "DTMF_A", "DTMF_B", "DTMF_C", "DTMF_D", "DTMF_STAR", "DTMF_POUND" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet": { "properties": { "searchSnippet": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet" }, "snippetIndex": { "type": "integer", "format": "int32" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet" }, "GoogleCloudDialogflowV2IntentMessageBasicCardButton": { "properties": { "openUriAction": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction" }, "title": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" }, "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject": { "properties": { "description": { "type": "string" }, "largeImage": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "contentUrl": { "type": "string" }, "icon": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject", "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion", "properties": { "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true }, "agentAction": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestionResult": { "id": "GoogleCloudDialogflowV2SuggestionResult", "type": "object", "properties": { "suggestArticlesResponse": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse" }, "suggestSmartRepliesResponse": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "generateSuggestionsResponse": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "suggestKnowledgeAssistResponse": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" }, "suggestFaqAnswersResponse": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" }, "error": { "$ref": "GoogleRpcStatus" } } }, "GoogleCloudDialogflowV2beta1IntentMessageText": { "properties": { "text": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageText", "type": "object" }, "GoogleCloudDialogflowV2WebhookRequest": { "properties": { "responseId": { "type": "string" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2QueryResult" }, "originalDetectIntentRequest": { "$ref": "GoogleCloudDialogflowV2OriginalDetectIntentRequest" }, "session": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2WebhookRequest" }, "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest": { "properties": { "encryptionSpec": { "$ref": "GoogleCloudDialogflowV2beta1EncryptionSpec" } }, "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest", "type": "object" }, "GoogleCloudDialogflowV2Sentiment": { "id": "GoogleCloudDialogflowV2Sentiment", "properties": { "score": { "format": "float", "type": "number" }, "magnitude": { "format": "float", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ToolCallResultError": { "type": "object", "id": "GoogleCloudDialogflowCxV3ToolCallResultError", "properties": { "message": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ListVersionsResponse": { "properties": { "nextPageToken": { "type": "string" }, "versions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Version" } } }, "id": "GoogleCloudDialogflowCxV3beta1ListVersionsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1LoadVersionRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1LoadVersionRequest", "properties": { "allowOverrideAgentResources": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1ExportAgentResponse": { "type": "object", "properties": { "agentContent": { "format": "byte", "type": "string" }, "agentUri": { "type": "string" }, "commitSha": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ExportAgentResponse" }, "GoogleCloudDialogflowCxV3beta1ExportAgentRequest": { "id": "GoogleCloudDialogflowCxV3beta1ExportAgentRequest", "type": "object", "properties": { "agentUri": { "type": "string" }, "gitDestination": { "$ref": "GoogleCloudDialogflowCxV3beta1ExportAgentRequestGitDestination" }, "includeBigqueryExportSettings": { "type": "boolean" }, "environment": { "type": "string" }, "dataFormat": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB", "JSON_PACKAGE" ] } } }, "GoogleCloudDialogflowCxV3beta1DtmfInput": { "id": "GoogleCloudDialogflowCxV3beta1DtmfInput", "properties": { "digits": { "type": "string" }, "finishDigit": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DetectIntentRequest": { "properties": { "responseView": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED", "DETECT_INTENT_RESPONSE_VIEW_FULL", "DETECT_INTENT_RESPONSE_VIEW_BASIC", "DETECT_INTENT_RESPONSE_VIEW_DEFAULT" ] }, "session": { "type": "string" }, "queryParams": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryParameters" }, "queryInput": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryInput" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1OutputAudioConfig" } }, "id": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest", "type": "object" }, "GoogleCloudDialogflowV2beta1Message": { "id": "GoogleCloudDialogflowV2beta1Message", "type": "object", "properties": { "messageAnnotation": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1MessageAnnotation" }, "name": { "type": "string" }, "responseMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessage" } }, "sendTime": { "format": "google-datetime", "type": "string" }, "participantRole": { "readOnly": true, "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "createTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "languageCode": { "type": "string" }, "content": { "type": "string" }, "sentimentAnalysis": { "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", "readOnly": true }, "participant": { "readOnly": true, "type": "string" } } }, "GoogleCloudDialogflowCxV3ToolCallResult": { "properties": { "action": { "type": "string" }, "tool": { "type": "string" }, "outputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "error": { "$ref": "GoogleCloudDialogflowCxV3ToolCallResultError" } }, "id": "GoogleCloudDialogflowCxV3ToolCallResult", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ParameterDefinition": { "properties": { "description": { "type": "string" }, "name": { "type": "string" }, "type": { "enum": [ "PARAMETER_TYPE_UNSPECIFIED", "STRING", "NUMBER", "BOOLEAN", "NULL", "OBJECT", "LIST" ], "deprecated": true, "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" }, "typeSchema": { "$ref": "GoogleCloudDialogflowCxV3beta1TypeSchema" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ParameterDefinition" }, "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter", "properties": { "category": { "enumDescriptions": [ "", "", "", "", "" ], "type": "string", "enum": [ "SAFETY_CATEGORY_UNSPECIFIED", "DANGEROUS_CONTENT", "HATE_SPEECH", "HARASSMENT", "SEXUALLY_EXPLICIT_CONTENT" ] }, "filterLevel": { "type": "string", "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "SAFETY_FILTER_LEVEL_UNSPECIFIED", "BLOCK_NONE", "BLOCK_FEW", "BLOCK_SOME", "BLOCK_MOST" ] } } }, "GoogleCloudDialogflowCxV3beta1ConversationInteractionStepMetrics": { "id": "GoogleCloudDialogflowCxV3beta1ConversationInteractionStepMetrics", "type": "object", "properties": { "latency": { "format": "google-duration", "type": "string" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowCxV3Intent": { "type": "object", "id": "GoogleCloudDialogflowCxV3Intent", "properties": { "displayName": { "type": "string" }, "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "trainingPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrase" } }, "parameters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3IntentParameter" } }, "priority": { "type": "integer", "format": "int32" }, "description": { "type": "string" }, "dtmfPattern": { "type": "string" }, "name": { "type": "string" }, "isFallback": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1VoiceSelectionParams": { "type": "object", "properties": { "name": { "type": "string" }, "ssmlGender": { "enum": [ "SSML_VOICE_GENDER_UNSPECIFIED", "SSML_VOICE_GENDER_MALE", "SSML_VOICE_GENDER_FEMALE", "SSML_VOICE_GENDER_NEUTRAL" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1VoiceSelectionParams" }, "GoogleCloudDialogflowCxV3beta1EntityType": { "id": "GoogleCloudDialogflowCxV3beta1EntityType", "properties": { "name": { "type": "string" }, "autoExpansionMode": { "enumDescriptions": [ "", "" ], "type": "string", "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ] }, "kind": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ] }, "displayName": { "type": "string" }, "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EntityTypeEntity" } }, "excludedPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase" } }, "redact": { "type": "boolean" }, "enableFuzzyExtraction": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportTestCasesMetadata": { "type": "object", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseError" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3ImportTestCasesMetadata" }, "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse", "properties": { "intentsUri": { "type": "string" }, "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" } } }, "GoogleCloudDialogflowCxV3beta1LookupEnvironmentHistoryResponse": { "type": "object", "properties": { "nextPageToken": { "type": "string" }, "environments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" } } }, "id": "GoogleCloudDialogflowCxV3beta1LookupEnvironmentHistoryResponse" }, "GoogleCloudDialogflowCxV3PageInfoFormInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3PageInfoFormInfo", "properties": { "parameterInfo": { "items": { "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1TextInput": { "id": "GoogleCloudDialogflowCxV3beta1TextInput", "properties": { "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings": { "properties": { "sslCertificate": { "type": "string" }, "privateKey": { "type": "string" }, "passphrase": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageImage": { "properties": { "accessibilityText": { "type": "string" }, "imageUri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageImage", "type": "object" }, "GoogleCloudDialogflowCxV3WebhookResponse": { "id": "GoogleCloudDialogflowCxV3WebhookResponse", "properties": { "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3SessionInfo" }, "targetPage": { "type": "string" }, "fulfillmentResponse": { "$ref": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfo" }, "targetFlow": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig": { "id": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig", "type": "object", "properties": { "oauth2JwtBearerConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig" }, "oauth2AuthCodeConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig" } } }, "GoogleCloudDialogflowCxV3EventInput": { "type": "object", "properties": { "event": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3EventInput" }, "GoogleCloudDialogflowCxV3beta1IntentParameter": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1IntentParameter", "properties": { "id": { "type": "string" }, "entityType": { "type": "string" }, "isList": { "type": "boolean" }, "redact": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1Flow": { "properties": { "description": { "type": "string" }, "multiLanguageSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings" }, "eventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" } }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "nluSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1NluSettings" }, "transitionRouteGroups": { "items": { "type": "string" }, "type": "array" }, "transitionRoutes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute" } }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings" }, "outputParameterDefinitions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ParameterDefinition" } }, "inputParameterDefinitions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ParameterDefinition" } }, "displayName": { "type": "string" }, "locked": { "type": "boolean" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1Flow", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext", "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata": { "properties": { "doneTime": { "format": "google-datetime", "type": "string" }, "conversationModel": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" } }, "id": "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3ExportAgentResponse": { "id": "GoogleCloudDialogflowCxV3ExportAgentResponse", "type": "object", "properties": { "agentUri": { "type": "string" }, "agentContent": { "format": "byte", "type": "string" }, "commitSha": { "type": "string" } } }, "GoogleCloudDialogflowV2MessageAnnotation": { "type": "object", "id": "GoogleCloudDialogflowV2MessageAnnotation", "properties": { "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AnnotatedMessagePart" } }, "containEntities": { "type": "boolean" } } }, "GoogleCloudDialogflowV2GeneratorSuggestion": { "properties": { "summarySuggestion": { "$ref": "GoogleCloudDialogflowV2SummarySuggestion" }, "toolCallInfo": { "items": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo" }, "type": "array" }, "freeFormSuggestion": { "$ref": "GoogleCloudDialogflowV2FreeFormSuggestion" }, "agentCoachingSuggestion": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestion" } }, "id": "GoogleCloudDialogflowV2GeneratorSuggestion", "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult", "properties": { "magnitude": { "type": "number", "format": "float" }, "score": { "type": "number", "format": "float" } } }, "GoogleCloudDialogflowCxV3ResponseMessage": { "type": "object", "properties": { "channel": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff" }, "responseType": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "RESPONSE_TYPE_UNSPECIFIED", "ENTRY_PROMPT", "PARAMETER_PROMPT", "HANDLER_PROMPT" ], "type": "string" }, "playAudio": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio" }, "knowledgeInfoCard": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard" }, "conversationSuccess": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess" }, "outputAudioText": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText" }, "endInteraction": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", "readOnly": true }, "text": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" }, "toolCall": { "$ref": "GoogleCloudDialogflowCxV3ToolCall" }, "mixedAudio": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3ResponseMessage" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue": { "properties": { "secretVersion": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswer": { "type": "object", "properties": { "answerRecord": { "type": "string" }, "suggestedQueryAnswer": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer" }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" }, "knowledgeAssistDebugInfo": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswer" }, "GoogleCloudDialogflowCxV3beta1SpeechProcessingMetadata": { "properties": { "displayName": { "readOnly": true, "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1SpeechProcessingMetadata" }, "GoogleCloudDialogflowV3alpha1TurnSignals": { "type": "object", "id": "GoogleCloudDialogflowV3alpha1TurnSignals", "properties": { "reachedEndPage": { "type": "boolean" }, "sentimentMagnitude": { "type": "number", "format": "float" }, "triggeredAbandonmentEvent": { "type": "boolean" }, "sentimentScore": { "type": "number", "format": "float" }, "userEscalated": { "type": "boolean" }, "noUserInput": { "type": "boolean" }, "webhookStatuses": { "items": { "type": "string" }, "type": "array" }, "noMatch": { "type": "boolean" }, "agentEscalated": { "type": "boolean" }, "dtmfUsed": { "type": "boolean" }, "failureReasons": { "type": "array", "items": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ] } } } }, "GoogleCloudDialogflowCxV3beta1Playbook": { "properties": { "referencedFlows": { "type": "array", "items": { "type": "string" }, "readOnly": true }, "handlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Handler" }, "type": "array" }, "name": { "type": "string" }, "llmModelSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettings" }, "referencedPlaybooks": { "type": "array", "items": { "type": "string" }, "readOnly": true }, "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings" }, "referencedTools": { "type": "array", "items": { "type": "string" } }, "outputParameterDefinitions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ParameterDefinition" } }, "inputParameterDefinitions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ParameterDefinition" } }, "displayName": { "type": "string" }, "goal": { "type": "string" }, "inlineActions": { "readOnly": true, "items": { "type": "string" }, "type": "array" }, "codeBlock": { "$ref": "GoogleCloudDialogflowCxV3beta1CodeBlock" }, "instruction": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookInstruction" }, "createTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "tokenCount": { "readOnly": true, "format": "int64", "type": "string" }, "playbookType": { "enum": [ "PLAYBOOK_TYPE_UNSPECIFIED", "TASK", "ROUTINE" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "updateTime": { "readOnly": true, "format": "google-datetime", "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1Playbook", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSimpleResponses": { "properties": { "simpleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponse" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponses" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "text": { "type": "string" }, "title": { "type": "string" }, "uri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" }, "GoogleCloudDialogflowCxV3ResponseMessageText": { "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageText", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "text": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1FlowValidationResult": { "type": "object", "properties": { "validationMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ValidationMessage" } }, "updateTime": { "format": "google-datetime", "type": "string" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1FlowValidationResult" }, "GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase": { "properties": { "text": { "type": "string" }, "languageCode": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase" }, "GoogleCloudDialogflowCxV3beta1AnswerFeedback": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1AnswerFeedback", "properties": { "customRating": { "type": "string" }, "ratingReason": { "$ref": "GoogleCloudDialogflowCxV3beta1AnswerFeedbackRatingReason" }, "rating": { "enum": [ "RATING_UNSPECIFIED", "THUMBS_UP", "THUMBS_DOWN" ], "enumDescriptions": [ "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer", "properties": { "generativeSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "faqSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "playbookSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "answerText": { "type": "string" }, "eventSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TransitionRoute": { "type": "object", "id": "GoogleCloudDialogflowCxV3TransitionRoute", "properties": { "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "intent": { "type": "string" }, "targetFlow": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "description": { "type": "string" }, "condition": { "type": "string" }, "targetPage": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet": { "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "documentTitle": { "type": "string" }, "documentUri": { "type": "string" }, "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ListFlowsResponse": { "properties": { "nextPageToken": { "type": "string" }, "flows": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Flow" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ListFlowsResponse" }, "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse", "properties": { "additionalSuggestedQueryResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult" }, "type": "array" }, "knowledgeAssistAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer" }, "contextSize": { "format": "int32", "type": "integer" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestCaseError": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TestCaseError", "properties": { "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" } } }, "GoogleCloudDialogflowV2beta1IntentMessage": { "properties": { "rbmText": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmText" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "basicCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard" }, "mediaContent": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent" }, "tableCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCard" }, "linkOutSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion" }, "rbmStandaloneRichCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard" }, "suggestions": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageText" }, "rbmCarouselRichCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard" }, "listSelect": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelect" }, "telephonyPlayAudio": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio" }, "carouselSelect": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect" }, "browseCarouselCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard" }, "telephonySynthesizeSpeech": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech" }, "quickReplies": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies" }, "platform": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "TELEPHONY", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "simpleResponses": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall" }, "card": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCard" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessage" }, "GoogleCloudDialogflowCxV3beta1ResponseMessage": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessage", "type": "object", "properties": { "conversationSuccess": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess" }, "mixedAudio": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio", "readOnly": true }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall" }, "endInteraction": { "readOnly": true, "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "channel": { "type": "string" }, "toolCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCall" }, "text": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" }, "knowledgeInfoCard": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard" }, "playAudio": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff" }, "outputAudioText": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText" } } }, "GoogleCloudDialogflowCxV3beta1DeployFlowResponse": { "id": "GoogleCloudDialogflowCxV3beta1DeployFlowResponse", "properties": { "environment": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" }, "deployment": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest" }, "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { "type": "object", "properties": { "parameter": { "type": "string" }, "ingestionStatus": { "type": "string", "enum": [ "INGESTION_STATUS_UNSPECIFIED", "INGESTION_STATUS_SUCCEEDED", "INGESTION_STATUS_CONTEXT_NOT_AVAILABLE", "INGESTION_STATUS_PARSE_FAILED", "INGESTION_STATUS_INVALID_ENTRY", "INGESTION_STATUS_INVALID_FORMAT", "INGESTION_STATUS_LANGUAGE_MISMATCH" ], "enumDescriptions": [ "", "", "", "", "", "", "" ] } }, "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" }, "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters", "properties": { "outputTokenLimit": { "enum": [ "OUTPUT_TOKEN_LIMIT_UNSPECIFIED", "OUTPUT_TOKEN_LIMIT_SHORT", "OUTPUT_TOKEN_LIMIT_MEDIUM", "OUTPUT_TOKEN_LIMIT_LONG" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "inputTokenLimit": { "type": "string", "enum": [ "INPUT_TOKEN_LIMIT_UNSPECIFIED", "INPUT_TOKEN_LIMIT_SHORT", "INPUT_TOKEN_LIMIT_MEDIUM", "INPUT_TOKEN_LIMIT_LONG" ], "enumDescriptions": [ "", "", "", "" ] }, "temperature": { "type": "number", "format": "float" } } }, "GoogleCloudDialogflowCxV3TestRunDifference": { "type": "object", "id": "GoogleCloudDialogflowCxV3TestRunDifference", "properties": { "type": { "enum": [ "DIFF_TYPE_UNSPECIFIED", "INTENT", "PAGE", "PARAMETERS", "UTTERANCE", "FLOW" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ] }, "description": { "type": "string" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { "properties": { "question": { "type": "string" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource", "type": "object" }, "GoogleCloudDialogflowCxV3beta1InlineSource": { "properties": { "content": { "type": "string", "format": "byte" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1InlineSource" }, "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCard": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCard", "properties": { "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" }, "type": "array" }, "rows": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow" }, "type": "array" }, "title": { "type": "string" }, "columnProperties": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties" } }, "subtitle": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" } } }, "GoogleCloudDialogflowCxV3beta1RestoreToolVersionRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1RestoreToolVersionRequest", "properties": {} }, "GoogleCloudDialogflowCxV3beta1DeployFlowRequest": { "properties": { "flowVersion": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1DeployFlowRequest" }, "GoogleCloudDialogflowV2beta1Context": { "id": "GoogleCloudDialogflowV2beta1Context", "properties": { "name": { "type": "string" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "lifespanCount": { "format": "int32", "type": "integer" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ToolCall": { "properties": { "inputParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "tool": { "type": "string" }, "action": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ToolCall" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig", "properties": { "secretVersionForClientSecret": { "type": "string" }, "clientId": { "type": "string" }, "scopes": { "items": { "type": "string" }, "type": "array" }, "clientSecret": { "type": "string" }, "tokenEndpoint": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1QueryResult": { "type": "object", "properties": { "responseMessages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "type": "array" }, "webhookDisplayNames": { "type": "array", "items": { "type": "string" } }, "webhookPayloads": { "items": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "type": "array" }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "intentDetectionConfidence": { "type": "number", "format": "float", "deprecated": true }, "webhookLatencies": { "type": "array", "items": { "format": "google-duration", "type": "string" } }, "webhookStatuses": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "dataStoreConnectionSignals": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "currentFlow": { "$ref": "GoogleCloudDialogflowCxV3beta1Flow" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3beta1DtmfInput" }, "triggerIntent": { "type": "string" }, "transcript": { "type": "string" }, "webhookTags": { "type": "array", "items": { "type": "string" } }, "text": { "type": "string" }, "languageCode": { "type": "string" }, "allowAnswerFeedback": { "type": "boolean" }, "intent": { "deprecated": true, "$ref": "GoogleCloudDialogflowCxV3beta1Intent" }, "webhookIds": { "type": "array", "items": { "type": "string" } }, "diagnosticInfo": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3beta1SentimentAnalysisResult" }, "traceBlocks": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TraceBlock" } }, "generativeInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1GenerativeInfo" }, "triggerEvent": { "type": "string" }, "match": { "$ref": "GoogleCloudDialogflowCxV3beta1Match" } }, "id": "GoogleCloudDialogflowCxV3beta1QueryResult" }, "GoogleCloudDialogflowCxV3beta1ValidationMessage": { "id": "GoogleCloudDialogflowCxV3beta1ValidationMessage", "properties": { "resourceNames": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResourceName" } }, "resourceType": { "enum": [ "RESOURCE_TYPE_UNSPECIFIED", "AGENT", "INTENT", "INTENT_TRAINING_PHRASE", "INTENT_PARAMETER", "INTENTS", "INTENT_TRAINING_PHRASES", "ENTITY_TYPE", "ENTITY_TYPES", "WEBHOOK", "FLOW", "PAGE", "PAGES", "TRANSITION_ROUTE_GROUP", "AGENT_TRANSITION_ROUTE_GROUP" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "severity": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "SEVERITY_UNSPECIFIED", "INFO", "WARNING", "ERROR" ] }, "resources": { "items": { "type": "string" }, "deprecated": true, "type": "array" }, "detail": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue": { "properties": { "resolvedValue": { "type": "any" }, "originalValue": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue" }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata": { "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard": { "type": "object", "properties": { "cardContents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" } }, "cardWidth": { "enum": [ "CARD_WIDTH_UNSPECIFIED", "SMALL", "MEDIUM" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard" }, "GoogleCloudDialogflowV2beta1Intent": { "id": "GoogleCloudDialogflowV2beta1Intent", "properties": { "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" } }, "mlDisabled": { "type": "boolean" }, "trainingPhrases": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase" }, "type": "array" }, "displayName": { "type": "string" }, "mlEnabled": { "deprecated": true, "type": "boolean" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentParameter" }, "type": "array" }, "priority": { "type": "integer", "format": "int32" }, "resetContexts": { "type": "boolean" }, "liveAgentHandoff": { "type": "boolean" }, "followupIntentInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo" }, "readOnly": true }, "events": { "items": { "type": "string" }, "type": "array" }, "defaultResponsePlatforms": { "items": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "TELEPHONY", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "type": "array" }, "endInteraction": { "type": "boolean" }, "action": { "type": "string" }, "name": { "type": "string" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "type": "array" }, "parentFollowupIntentName": { "type": "string" }, "webhookState": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "WEBHOOK_STATE_UNSPECIFIED", "WEBHOOK_STATE_ENABLED", "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" ] }, "inputContextNames": { "type": "array", "items": { "type": "string" } }, "rootFollowupIntentName": { "type": "string", "readOnly": true }, "isFallback": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources", "properties": { "entityTypeDisplayNames": { "type": "array", "items": { "type": "string" } }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowV2SmartReplyAnswer": { "properties": { "answerRecord": { "type": "string" }, "reply": { "type": "string" }, "confidence": { "type": "number", "format": "float" } }, "type": "object", "id": "GoogleCloudDialogflowV2SmartReplyAnswer" }, "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio": { "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio", "type": "object", "properties": { "segments": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings": { "id": "GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings", "properties": { "audioExportPattern": { "type": "string" }, "storeTtsAudio": { "type": "boolean" }, "gcsBucket": { "type": "string" }, "audioFormat": { "type": "string", "enum": [ "AUDIO_FORMAT_UNSPECIFIED", "MULAW", "MP3", "OGG" ], "enumDescriptions": [ "", "", "", "" ] }, "enableAudioRedaction": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1SentimentAnalysisResult": { "properties": { "magnitude": { "type": "number", "format": "float" }, "score": { "type": "number", "format": "float" } }, "id": "GoogleCloudDialogflowCxV3beta1SentimentAnalysisResult", "type": "object" }, "GoogleCloudDialogflowV2ConversationEvent": { "properties": { "newRecognitionResultPayload": { "$ref": "GoogleCloudDialogflowV2StreamingRecognitionResult" }, "newMessagePayload": { "$ref": "GoogleCloudDialogflowV2Message" }, "type": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "CONVERSATION_STARTED", "CONVERSATION_FINISHED", "HUMAN_INTERVENTION_NEEDED", "NEW_MESSAGE", "NEW_RECOGNITION_RESULT", "UNRECOVERABLE_ERROR" ] }, "errorStatus": { "$ref": "GoogleRpcStatus" }, "conversation": { "type": "string" } }, "id": "GoogleCloudDialogflowV2ConversationEvent", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExperimentResultMetric": { "id": "GoogleCloudDialogflowCxV3beta1ExperimentResultMetric", "properties": { "confidenceInterval": { "$ref": "GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceInterval" }, "ratio": { "type": "number", "format": "double" }, "count": { "format": "double", "type": "number" }, "countType": { "enum": [ "COUNT_TYPE_UNSPECIFIED", "TOTAL_NO_MATCH_COUNT", "TOTAL_TURN_COUNT", "AVERAGE_TURN_COUNT" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] }, "type": { "type": "string", "enum": [ "METRIC_UNSPECIFIED", "CONTAINED_SESSION_NO_CALLBACK_RATE", "LIVE_AGENT_HANDOFF_RATE", "CALLBACK_SESSION_RATE", "ABANDONED_SESSION_RATE", "SESSION_END_RATE" ], "enumDescriptions": [ "", "", "", "", "", "" ] } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo", "properties": { "serviceLatency": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatency" }, "datastoreResponseReason": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "enum": [ "DATASTORE_RESPONSE_REASON_UNSPECIFIED", "NONE", "SEARCH_OUT_OF_QUOTA", "SEARCH_EMPTY_RESULTS", "ANSWER_GENERATION_GEN_AI_DISABLED", "ANSWER_GENERATION_OUT_OF_QUOTA", "ANSWER_GENERATION_ERROR", "ANSWER_GENERATION_NOT_ENOUGH_INFO", "ANSWER_GENERATION_RAI_FAILED", "ANSWER_GENERATION_NOT_GROUNDED" ] }, "queryCategorizationFailureReason": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", "QUERY_CATEGORIZATION_INVALID_CONFIG", "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", "QUERY_CATEGORIZATION_FAILED" ] }, "knowledgeAssistBehavior": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior" }, "queryGenerationDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo" }, "queryGenerationFailureReason": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "enum": [ "QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED", "QUERY_GENERATION_OUT_OF_QUOTA", "QUERY_GENERATION_FAILED", "QUERY_GENERATION_NO_QUERY_GENERATED", "QUERY_GENERATION_RAI_FAILED", "NOT_IN_ALLOWLIST", "QUERY_GENERATION_QUERY_REDACTED", "QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED", "QUERY_GENERATION_EMPTY_CONVERSATION", "QUERY_GENERATION_EMPTY_LAST_MESSAGE", "QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET" ], "type": "string" }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo" }, "cesDebugInfo": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "type": "object" }, "GoogleCloudDialogflowCxV3IntentTrainingPhrase": { "properties": { "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart" } }, "repeatCount": { "format": "int32", "type": "integer" }, "id": { "readOnly": true, "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrase" }, "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata": { "type": "object", "properties": { "doneTime": { "type": "string", "format": "google-datetime" }, "conversationModel": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" } }, "id": "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings", "type": "object", "properties": { "noSpeechTimeout": { "type": "string", "format": "google-duration" }, "useTimeoutBasedEndpointing": { "type": "boolean" }, "models": { "type": "object", "additionalProperties": { "type": "string" } }, "endpointerSensitivity": { "type": "integer", "format": "int32" } } }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase": { "properties": { "caseContent": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent" } }, "condition": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase" }, "GoogleCloudDialogflowV2beta1ExportOperationMetadata": { "id": "GoogleCloudDialogflowV2beta1ExportOperationMetadata", "properties": { "exportedGcsDestination": { "$ref": "GoogleCloudDialogflowV2beta1GcsDestination" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse", "type": "object", "properties": { "ssml": { "type": "string" }, "textToSpeech": { "type": "string" }, "displayText": { "type": "string" } } }, "GoogleCloudDialogflowCxV3AdvancedSettings": { "id": "GoogleCloudDialogflowCxV3AdvancedSettings", "properties": { "dtmfSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings" }, "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings" }, "audioExportGcsDestination": { "$ref": "GoogleCloudDialogflowCxV3GcsDestination" }, "loggingSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1RestoreToolVersionResponse": { "properties": { "tool": { "$ref": "GoogleCloudDialogflowCxV3beta1Tool" } }, "id": "GoogleCloudDialogflowCxV3beta1RestoreToolVersionResponse", "type": "object" }, "GoogleCloudLocationLocation": { "type": "object", "properties": { "displayName": { "type": "string" }, "locationId": { "type": "string" }, "metadata": { "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." }, "type": "object" }, "name": { "type": "string" }, "labels": { "type": "object", "additionalProperties": { "type": "string" } } }, "id": "GoogleCloudLocationLocation" }, "GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep": { "properties": { "minDuration": { "type": "string", "format": "google-duration" }, "displayName": { "type": "string" }, "trafficPercent": { "format": "int32", "type": "integer" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep" }, "GoogleCloudDialogflowV2InputDataset": { "type": "object", "id": "GoogleCloudDialogflowV2InputDataset", "properties": { "dataset": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo", "properties": { "contextReferenceRetrieved": { "type": "boolean" }, "ingestedParametersDebugInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" }, "type": "array" }, "projectNotAllowlisted": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse": { "properties": { "nextPageToken": { "type": "string" }, "toolVersions": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolVersion" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse", "type": "object", "properties": { "names": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3TurnSignals": { "id": "GoogleCloudDialogflowCxV3TurnSignals", "properties": { "agentEscalated": { "type": "boolean" }, "noMatch": { "type": "boolean" }, "failureReasons": { "items": { "enumDescriptions": [ "", "", "" ], "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "type": "string" }, "type": "array" }, "webhookStatuses": { "items": { "type": "string" }, "type": "array" }, "reachedEndPage": { "type": "boolean" }, "noUserInput": { "type": "boolean" }, "dtmfUsed": { "type": "boolean" }, "sentimentMagnitude": { "format": "float", "type": "number" }, "sentimentScore": { "type": "number", "format": "float" }, "userEscalated": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata", "type": "object", "properties": { "conversationProfile": { "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "suggestionFeatureType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ] }, "participantRole": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] } } }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": { "properties": { "entityTypesUri": { "type": "string" }, "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" } }, "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace", "properties": { "webhookTag": { "type": "string" }, "webhookUri": { "type": "string" } } }, "GoogleCloudDialogflowV2ToolCall": { "id": "GoogleCloudDialogflowV2ToolCall", "type": "object", "properties": { "inputParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "toolDisplayName": { "type": "string" }, "answerRecord": { "type": "string" }, "cesApp": { "type": "string" }, "action": { "type": "string" }, "cesToolset": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "state": { "type": "string", "enumDescriptions": [ "", "", "" ], "readOnly": true, "enum": [ "STATE_UNSPECIFIED", "TRIGGERED", "NEEDS_CONFIRMATION" ] }, "tool": { "type": "string" }, "cesTool": { "type": "string" }, "toolDisplayDetails": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties": { "id": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties", "properties": { "header": { "type": "string" }, "horizontalAlignment": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "HORIZONTAL_ALIGNMENT_UNSPECIFIED", "LEADING", "CENTER", "TRAILING" ] } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ServiceLatency": { "properties": { "internalServiceLatencies": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency" } } }, "id": "GoogleCloudDialogflowV2beta1ServiceLatency", "type": "object" }, "GoogleCloudDialogflowV2EncryptionSpec": { "properties": { "kmsKey": { "type": "string" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2EncryptionSpec", "type": "object" }, "GoogleCloudDialogflowCxV3beta1GeneratorModelParameter": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1GeneratorModelParameter", "properties": { "maxDecodeSteps": { "type": "integer", "format": "int32" }, "topP": { "type": "number", "format": "float" }, "topK": { "format": "int32", "type": "integer" }, "temperature": { "type": "number", "format": "float" } } }, "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess": { "properties": { "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent", "type": "object", "properties": { "description": { "type": "string" }, "suggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" } }, "title": { "type": "string" }, "media": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia" } } }, "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode": { "properties": { "page": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "flow": { "$ref": "GoogleCloudDialogflowCxV3beta1Flow" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode" }, "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings": { "properties": { "outputParameter": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "type": "string" } }, "generator": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings", "type": "object" }, "GoogleCloudDialogflowCxV3DeployFlowResponse": { "properties": { "deployment": { "type": "string" }, "environment": { "$ref": "GoogleCloudDialogflowCxV3Environment" } }, "id": "GoogleCloudDialogflowCxV3DeployFlowResponse", "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult": { "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult", "type": "object", "properties": { "duplicateSuggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior", "properties": { "endUserMetadataIncluded": { "type": "boolean" }, "primaryQueryRedactedAndReplaced": { "type": "boolean" }, "useCustomSafetyFilterLevel": { "type": "boolean" }, "multipleQueriesGenerated": { "type": "boolean" }, "usePubsubDelivery": { "type": "boolean" }, "previousQueriesIncluded": { "type": "boolean" }, "queryGenerationEndUserLanguageMismatch": { "type": "boolean" }, "queryContainedSearchContext": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "disableSyncDelivery": { "type": "boolean" }, "returnQueryOnly": { "type": "boolean" }, "appendedSearchContextCount": { "type": "integer", "format": "int32" }, "useTranslatedMessage": { "type": "boolean" }, "queryGenerationAgentLanguageMismatch": { "type": "boolean" }, "conversationTranscriptHasMixedLanguages": { "type": "boolean" }, "answerGenerationRewriterOn": { "type": "boolean" }, "invalidItemsQuerySuggestionSkipped": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestCaseResult": { "id": "GoogleCloudDialogflowCxV3TestCaseResult", "type": "object", "properties": { "environment": { "type": "string" }, "name": { "type": "string" }, "testTime": { "format": "google-datetime", "type": "string" }, "testResult": { "type": "string", "enum": [ "TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "enumDescriptions": [ "", "", "" ] }, "conversationTurns": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" } } } }, "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition": { "id": "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition", "properties": { "target": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode" }, "source": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode" }, "covered": { "type": "boolean" }, "eventHandler": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" }, "index": { "format": "int32", "type": "integer" }, "transitionRoute": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1QueryResult": { "properties": { "intentDetectionConfidence": { "format": "float", "type": "number" }, "fulfillmentText": { "type": "string" }, "allRequiredParamsPresent": { "type": "boolean" }, "parameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "languageCode": { "type": "string" }, "webhookPayload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "knowledgeAnswers": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswers" }, "speechRecognitionConfidence": { "type": "number", "format": "float" }, "action": { "type": "string" }, "fulfillmentMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" } }, "queryText": { "type": "string" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "type": "array" }, "cancelsSlotFilling": { "type": "boolean" }, "intent": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "diagnosticInfo": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult" }, "webhookSource": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1QueryResult" }, "GoogleCloudDialogflowCxV3beta1VersionVariantsVariant": { "properties": { "trafficAllocation": { "type": "number", "format": "float" }, "isControlGroup": { "type": "boolean" }, "version": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1VersionVariantsVariant" }, "GoogleCloudDialogflowCxV3EnvironmentVersionConfig": { "id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig", "properties": { "version": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings": { "type": "object", "properties": { "engine": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings" }, "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig": { "type": "object", "properties": { "serviceAccount": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig" }, "GoogleCloudDialogflowCxV3Webhook": { "type": "object", "id": "GoogleCloudDialogflowCxV3Webhook", "properties": { "displayName": { "type": "string" }, "disabled": { "type": "boolean" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" }, "serviceDirectory": { "$ref": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig" }, "timeout": { "format": "google-duration", "type": "string" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings": { "id": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings", "type": "object", "properties": { "targetPage": { "type": "string" }, "enabled": { "type": "boolean" }, "dataStoreConnections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnection" } }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "targetFlow": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageSuggestions": { "type": "object", "properties": { "suggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion" } } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions" }, "GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample": { "type": "object", "properties": { "exampleId": { "type": "string" }, "matchedRetrievalLabel": { "type": "string" }, "exampleDisplayName": { "type": "string" }, "retrievalStrategy": { "enum": [ "RETRIEVAL_STRATEGY_UNSPECIFIED", "DEFAULT", "STATIC", "NEVER" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] } }, "id": "GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample" }, "GoogleCloudDialogflowV2IntentMessageColumnProperties": { "properties": { "header": { "type": "string" }, "horizontalAlignment": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "HORIZONTAL_ALIGNMENT_UNSPECIFIED", "LEADING", "CENTER", "TRAILING" ] } }, "id": "GoogleCloudDialogflowV2IntentMessageColumnProperties", "type": "object" }, "GoogleCloudDialogflowCxV3EventHandler": { "properties": { "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "targetPlaybook": { "type": "string" }, "event": { "type": "string" }, "targetFlow": { "type": "string" }, "name": { "type": "string", "readOnly": true }, "targetPage": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3EventHandler", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageCard": { "properties": { "imageUri": { "type": "string" }, "title": { "type": "string" }, "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageCardButton" } }, "subtitle": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageCard" }, "GoogleCloudDialogflowCxV3beta1StopExperimentRequest": { "id": "GoogleCloudDialogflowCxV3beta1StopExperimentRequest", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest": { "id": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo", "properties": { "confidence": { "type": "number", "format": "float" }, "displayName": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue" } }, "lastMatchedIntent": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { "properties": { "question": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource", "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessage": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ResponseMessage", "properties": { "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff" }, "endInteraction": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall" }, "mixedAudio": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageText" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource", "type": "object", "properties": { "event": { "type": "string" }, "snippets": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } } }, "GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate", "properties": { "promptText": { "type": "string" }, "frozen": { "type": "boolean" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ImportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3ImportTestCasesResponse", "type": "object", "properties": { "names": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource": { "id": "GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource", "properties": { "trackingBranch": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet", "properties": { "text": { "type": "string" }, "title": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolCallResult": { "properties": { "action": { "type": "string" }, "outputParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "tool": { "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResultError" } }, "id": "GoogleCloudDialogflowCxV3beta1ToolCallResult", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ListExperimentsResponse": { "properties": { "experiments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Experiment" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ListExperimentsResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCardButton": { "properties": { "text": { "type": "string" }, "postback": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageCardButton" }, "GoogleCloudDialogflowV2ToolCallResultError": { "id": "GoogleCloudDialogflowV2ToolCallResultError", "properties": { "message": { "type": "string" }, "retryable": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1IntentInput": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1IntentInput", "properties": { "intent": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1CompareVersionsRequest": { "id": "GoogleCloudDialogflowCxV3beta1CompareVersionsRequest", "properties": { "targetVersion": { "type": "string" }, "languageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1FaqAnswer": { "id": "GoogleCloudDialogflowV2beta1FaqAnswer", "properties": { "answerRecord": { "type": "string" }, "confidence": { "type": "number", "format": "float" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } }, "source": { "type": "string" }, "question": { "type": "string" }, "answer": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Environment": { "id": "GoogleCloudDialogflowCxV3Environment", "type": "object", "properties": { "name": { "type": "string" }, "updateTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "webhookConfig": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig" }, "testCasesConfig": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig" }, "displayName": { "type": "string" }, "description": { "type": "string" }, "versionConfigs": { "items": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig" }, "type": "array" } } }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo": { "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo", "properties": { "serviceLatency": { "$ref": "GoogleCloudDialogflowV2ServiceLatency" }, "queryGenerationDebugInfo": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo" }, "knowledgeAssistBehavior": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior" }, "datastoreResponseReason": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "enum": [ "DATASTORE_RESPONSE_REASON_UNSPECIFIED", "NONE", "SEARCH_OUT_OF_QUOTA", "SEARCH_EMPTY_RESULTS", "ANSWER_GENERATION_GEN_AI_DISABLED", "ANSWER_GENERATION_OUT_OF_QUOTA", "ANSWER_GENERATION_ERROR", "ANSWER_GENERATION_NOT_ENOUGH_INFO", "ANSWER_GENERATION_RAI_FAILED", "ANSWER_GENERATION_NOT_GROUNDED" ], "type": "string" }, "queryCategorizationFailureReason": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", "QUERY_CATEGORIZATION_INVALID_CONFIG", "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", "QUERY_CATEGORIZATION_FAILED" ], "type": "string" }, "cesDebugInfo": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo" }, "queryGenerationFailureReason": { "enum": [ "QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED", "QUERY_GENERATION_OUT_OF_QUOTA", "QUERY_GENERATION_FAILED", "QUERY_GENERATION_NO_QUERY_GENERATED", "QUERY_GENERATION_RAI_FAILED", "NOT_IN_ALLOWLIST", "QUERY_GENERATION_QUERY_REDACTED", "QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED", "QUERY_GENERATION_EMPTY_CONVERSATION", "QUERY_GENERATION_EMPTY_LAST_MESSAGE", "QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion", "properties": { "sources": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources", "readOnly": true }, "suggestionIndex": { "type": "integer", "readOnly": true, "format": "int32" }, "answerRecord": { "type": "string", "readOnly": true }, "similarityScore": { "readOnly": true, "format": "float", "type": "number" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart": { "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart", "type": "object", "properties": { "parameterId": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial", "properties": { "phoneNumber": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig": { "properties": { "oauthGrantType": { "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "OAUTH_GRANT_TYPE_UNSPECIFIED", "CLIENT_CREDENTIAL" ] }, "tokenEndpoint": { "type": "string" }, "clientId": { "type": "string" }, "clientSecret": { "type": "string" }, "secretVersionForClientSecret": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig", "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings": { "properties": { "enabled": { "type": "boolean" }, "maxDigits": { "format": "int32", "type": "integer" }, "interdigitTimeoutDuration": { "type": "string", "format": "google-duration" }, "finishDigit": { "type": "string" }, "endpointingTimeoutDuration": { "type": "string", "format": "google-duration" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings" }, "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio": { "properties": { "audioUri": { "type": "string" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio", "type": "object" }, "GoogleCloudDialogflowV2beta1SpeechWordInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1SpeechWordInfo", "properties": { "startOffset": { "format": "google-duration", "type": "string" }, "endOffset": { "format": "google-duration", "type": "string" }, "confidence": { "type": "number", "format": "float" }, "word": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata", "properties": { "version": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest": { "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest", "type": "object", "properties": { "environment": { "type": "string" }, "testCases": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1InlineSchema": { "properties": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TypeSchema" }, "type": { "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "DATA_TYPE_UNSPECIFIED", "STRING", "NUMBER", "BOOLEAN", "ARRAY" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1InlineSchema", "type": "object" }, "GoogleCloudDialogflowV2beta1EntityTypeEntity": { "properties": { "value": { "type": "string" }, "synonyms": { "type": "array", "items": { "type": "string" } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1EntityTypeEntity" }, "GoogleCloudDialogflowV2ToolCallResult": { "type": "object", "id": "GoogleCloudDialogflowV2ToolCallResult", "properties": { "answerRecord": { "type": "string" }, "cesApp": { "type": "string" }, "action": { "type": "string" }, "tool": { "type": "string" }, "cesTool": { "type": "string" }, "cesToolset": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "error": { "$ref": "GoogleCloudDialogflowV2ToolCallResultError" }, "rawContent": { "type": "string", "format": "byte" }, "content": { "type": "string" } } }, "GoogleCloudDialogflowV2Message": { "id": "GoogleCloudDialogflowV2Message", "type": "object", "properties": { "participant": { "readOnly": true, "type": "string" }, "createTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "sentimentAnalysis": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult" }, "participantRole": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "readOnly": true }, "messageAnnotation": { "$ref": "GoogleCloudDialogflowV2MessageAnnotation", "readOnly": true }, "name": { "type": "string" }, "languageCode": { "type": "string" }, "content": { "type": "string" }, "sendTime": { "type": "string", "format": "google-datetime" } } }, "GoogleCloudDialogflowCxV3ConversationTurnUserInput": { "id": "GoogleCloudDialogflowCxV3ConversationTurnUserInput", "properties": { "input": { "$ref": "GoogleCloudDialogflowCxV3QueryInput" }, "enableSentimentAnalysis": { "type": "boolean" }, "isWebhookEnabled": { "type": "boolean" }, "injectedParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Page": { "properties": { "displayName": { "type": "string" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings" }, "entryFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "transitionRouteGroups": { "type": "array", "items": { "type": "string" } }, "description": { "type": "string" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "name": { "type": "string" }, "form": { "$ref": "GoogleCloudDialogflowCxV3Form" }, "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" }, "type": "array" }, "eventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" } } }, "id": "GoogleCloudDialogflowCxV3Page", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction", "properties": { "openUrl": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri" }, "shareLocation": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation" }, "postbackData": { "type": "string" }, "text": { "type": "string" }, "dial": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial" } } }, "GoogleCloudDialogflowCxV3beta1TestCaseResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TestCaseResult", "properties": { "name": { "type": "string" }, "testResult": { "enum": [ "TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "conversationTurns": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" } }, "environment": { "type": "string" }, "testTime": { "format": "google-datetime", "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1HandlerEventHandler": { "type": "object", "properties": { "event": { "type": "string" }, "condition": { "type": "string" }, "fulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" } }, "id": "GoogleCloudDialogflowCxV3beta1HandlerEventHandler" }, "GoogleCloudDialogflowV2beta1StreamingRecognitionResult": { "type": "object", "id": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult", "properties": { "messageType": { "enum": [ "MESSAGE_TYPE_UNSPECIFIED", "TRANSCRIPT", "END_OF_SINGLE_UTTERANCE", "DTMF_DIGITS", "PARTIAL_DTMF_DIGITS", "SPEECH_ACTIVITY_BEGIN", "SPEECH_ACTIVITY_END" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ] }, "speechWordInfo": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SpeechWordInfo" }, "type": "array" }, "stability": { "format": "float", "type": "number" }, "dtmfDigits": { "$ref": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents" }, "transcript": { "type": "string" }, "speechEndOffset": { "format": "google-duration", "type": "string" }, "isFinal": { "type": "boolean" }, "confidence": { "format": "float", "type": "number" }, "languageCode": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1TraceBlock": { "id": "GoogleCloudDialogflowCxV3beta1TraceBlock", "properties": { "playbookTraceMetadata": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata" }, "inputParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "startTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "flowTraceMetadata": { "$ref": "GoogleCloudDialogflowCxV3beta1FlowTraceMetadata" }, "completeTime": { "format": "google-datetime", "type": "string", "readOnly": true }, "outputParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "endState": { "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "OUTPUT_STATE_UNSPECIFIED", "OUTPUT_STATE_OK", "OUTPUT_STATE_CANCELLED", "OUTPUT_STATE_FAILED", "OUTPUT_STATE_ESCALATED", "OUTPUT_STATE_PENDING" ], "type": "string", "readOnly": true }, "speechProcessingMetadata": { "$ref": "GoogleCloudDialogflowCxV3beta1SpeechProcessingMetadata" }, "actions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Action" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCard", "properties": { "title": { "type": "string" }, "subtitle": { "type": "string" }, "imageUri": { "type": "string" }, "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCardButton" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FulfillIntentRequest": { "properties": { "match": { "$ref": "GoogleCloudDialogflowCxV3beta1Match" }, "matchIntentRequest": { "$ref": "GoogleCloudDialogflowCxV3beta1MatchIntentRequest" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1OutputAudioConfig" } }, "id": "GoogleCloudDialogflowCxV3beta1FulfillIntentRequest", "type": "object" }, "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig": { "id": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig", "properties": { "enablePredeploymentRun": { "type": "boolean" }, "testCases": { "type": "array", "items": { "type": "string" } }, "enableContinuousRun": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3GcsDestination": { "id": "GoogleCloudDialogflowCxV3GcsDestination", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech", "properties": { "text": { "type": "string" }, "ssml": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentTrainingPhrasePart": { "id": "GoogleCloudDialogflowV2IntentTrainingPhrasePart", "type": "object", "properties": { "userDefined": { "type": "boolean" }, "alias": { "type": "string" }, "entityType": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowV2QueryResult": { "id": "GoogleCloudDialogflowV2QueryResult", "type": "object", "properties": { "cancelsSlotFilling": { "type": "boolean" }, "speechRecognitionConfidence": { "format": "float", "type": "number" }, "languageCode": { "type": "string" }, "webhookSource": { "type": "string" }, "action": { "type": "string" }, "webhookPayload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" }, "type": "array" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult" }, "queryText": { "type": "string" }, "fulfillmentText": { "type": "string" }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "intentDetectionConfidence": { "type": "number", "format": "float" }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Context" } }, "allRequiredParamsPresent": { "type": "boolean" }, "intent": { "$ref": "GoogleCloudDialogflowV2Intent" } } }, "GoogleCloudDialogflowV2AgentCoachingSuggestionSources": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "type": "object", "properties": { "instructionIndexes": { "items": { "format": "int32", "type": "integer" }, "type": "array", "readOnly": true } } }, "GoogleCloudDialogflowCxV3beta1LlmCallTokenCount": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1LlmCallTokenCount", "properties": { "conversationContextTokenCount": { "format": "int64", "type": "string" }, "exampleTokenCount": { "type": "string", "format": "int64" }, "totalInputTokenCount": { "format": "int64", "type": "string" }, "totalOutputTokenCount": { "type": "string", "format": "int64" } } }, "GoogleCloudDialogflowV2IntentMessageSimpleResponse": { "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponse", "type": "object", "properties": { "displayText": { "type": "string" }, "textToSpeech": { "type": "string" }, "ssml": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings": { "properties": { "agent": { "type": "string" }, "disableDataStoreFallback": { "type": "boolean" }, "agentScope": { "type": "string" }, "business": { "type": "string" }, "businessDescription": { "type": "string" }, "agentIdentity": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings", "type": "object" }, "GoogleCloudDialogflowCxV3ContinuousTestResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3ContinuousTestResult", "properties": { "testCaseResults": { "items": { "type": "string" }, "type": "array" }, "runTime": { "format": "google-datetime", "type": "string" }, "name": { "type": "string" }, "result": { "enum": [ "AGGREGATED_TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "enumDescriptions": [ "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageSuggestion": { "properties": { "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion", "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment": { "properties": { "audio": { "type": "string", "format": "byte" }, "allowPlaybackInterruption": { "type": "boolean" }, "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest": { "properties": { "mergeOption": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "MERGE_OPTION_UNSPECIFIED", "REPLACE", "MERGE", "RENAME", "REPORT_CONFLICT", "KEEP" ] }, "targetEntityType": { "type": "string" }, "entityTypesUri": { "type": "string" }, "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineSource" } }, "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest", "type": "object" }, "GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata": { "type": "object", "properties": { "playbook": { "type": "string" }, "displayName": { "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction", "properties": {} }, "GoogleCloudDialogflowCxV3ExportFlowResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3ExportFlowResponse", "properties": { "flowContent": { "type": "string", "format": "byte" }, "flowUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1VersionVariants": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1VersionVariants", "properties": { "variants": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1VersionVariantsVariant" } } } }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig": { "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig", "properties": { "secretVersionForClientSecret": { "type": "string" }, "clientId": { "type": "string" }, "tokenEndpoint": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "clientSecret": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2BatchUpdateIntentsResponse": { "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2Intent" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2BatchUpdateIntentsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig": { "id": "GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig", "properties": { "effectsProfileId": { "type": "array", "items": { "type": "string" } }, "volumeGainDb": { "format": "double", "type": "number" }, "pitch": { "format": "double", "type": "number" }, "voice": { "$ref": "GoogleCloudDialogflowCxV3beta1VoiceSelectionParams" }, "speakingRate": { "type": "number", "format": "double" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportFlowResponse": { "id": "GoogleCloudDialogflowCxV3ImportFlowResponse", "type": "object", "properties": { "flow": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1TrainFlowRequest": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3beta1TrainFlowRequest" }, "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig": { "properties": { "version": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess": { "type": "object", "properties": { "metadata": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess" }, "GoogleCloudDialogflowV2EntityType": { "properties": { "enableFuzzyExtraction": { "type": "boolean" }, "kind": { "type": "string", "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ], "enumDescriptions": [ "", "", "", "" ] }, "displayName": { "type": "string" }, "name": { "type": "string" }, "autoExpansionMode": { "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ], "enumDescriptions": [ "", "" ], "type": "string" }, "entities": { "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2EntityType", "type": "object" }, "GoogleCloudDialogflowV2beta1MessageAnnotation": { "properties": { "containEntities": { "type": "boolean" }, "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart" } } }, "id": "GoogleCloudDialogflowV2beta1MessageAnnotation", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount": { "properties": { "noInputCount": { "type": "integer", "format": "int32" }, "intentCount": { "format": "int32", "type": "integer" }, "parameterFillingCount": { "type": "integer", "format": "int32" }, "eventCount": { "type": "integer", "format": "int32" }, "unspecifiedCount": { "format": "int32", "type": "integer" }, "noMatchCount": { "format": "int32", "type": "integer" }, "directIntentCount": { "type": "integer", "format": "int32" } }, "id": "GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount", "type": "object" }, "GoogleCloudDialogflowCxV3beta1QueryInput": { "properties": { "audio": { "$ref": "GoogleCloudDialogflowCxV3beta1AudioInput" }, "event": { "$ref": "GoogleCloudDialogflowCxV3beta1EventInput" }, "languageCode": { "type": "string" }, "intent": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentInput" }, "text": { "$ref": "GoogleCloudDialogflowCxV3beta1TextInput" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResult" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3beta1DtmfInput" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1QueryInput" }, "GoogleCloudDialogflowCxV3IntentParameter": { "id": "GoogleCloudDialogflowCxV3IntentParameter", "properties": { "id": { "type": "string" }, "entityType": { "type": "string" }, "isList": { "type": "boolean" }, "redact": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings": { "id": "GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings", "properties": { "enableInsightsExport": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse": { "id": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse", "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ListChangelogsResponse": { "properties": { "changelogs": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Changelog" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ListChangelogsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1GcsDestination": { "properties": { "uri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1GcsDestination" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri": { "type": "object", "properties": { "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri" }, "GoogleCloudDialogflowCxV3beta1BatchDeleteTestCasesRequest": { "type": "object", "properties": { "names": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1BatchDeleteTestCasesRequest" }, "GoogleTypeLatLng": { "type": "object", "id": "GoogleTypeLatLng", "properties": { "longitude": { "type": "number", "format": "double" }, "latitude": { "type": "number", "format": "double" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer": { "type": "object", "properties": { "generativeSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "answerText": { "type": "string" }, "playbookSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "eventSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource" }, "faqSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer" }, "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses", "properties": { "simpleResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse" } } }, "type": "object" }, "GoogleCloudDialogflowV2GcsDestination": { "id": "GoogleCloudDialogflowV2GcsDestination", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCases": { "properties": { "cases": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases", "type": "object" }, "GoogleCloudDialogflowCxV3PageInfo": { "type": "object", "properties": { "currentPage": { "type": "string" }, "formInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfo" }, "displayName": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3PageInfo" }, "GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics": { "properties": { "metrics": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ExperimentResultMetric" } }, "version": { "type": "string" }, "sessionCount": { "format": "int32", "type": "integer" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics" }, "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse": { "properties": { "entityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2EntityType" } } }, "id": "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse": { "type": "object", "properties": { "faqAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1FaqAnswer" } }, "latestMessage": { "type": "string" }, "contextSize": { "format": "int32", "type": "integer" } }, "id": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse" }, "GoogleCloudDialogflowCxV3beta1ToolTLSConfig": { "id": "GoogleCloudDialogflowCxV3beta1ToolTLSConfig", "type": "object", "properties": { "caCerts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolTLSConfigCACert" } } } }, "GoogleCloudDialogflowV2beta1ToolCallResultError": { "properties": { "message": { "type": "string" }, "retryable": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ToolCallResultError" }, "GoogleCloudDialogflowV2beta1IntentMessageMediaContent": { "properties": { "mediaObjects": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject" } }, "mediaType": { "type": "string", "enum": [ "RESPONSE_MEDIA_TYPE_UNSPECIFIED", "AUDIO" ], "enumDescriptions": [ "", "" ] } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent" }, "GoogleCloudDialogflowCxV3beta1TransitionRoute": { "type": "object", "properties": { "intent": { "type": "string" }, "targetPage": { "type": "string" }, "description": { "type": "string" }, "targetFlow": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "condition": { "type": "string" }, "name": { "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3beta1TransitionRoute" }, "GoogleCloudDialogflowCxV3beta1ListSessionEntityTypesResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ListSessionEntityTypesResponse", "properties": { "nextPageToken": { "type": "string" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3RunTestCaseResponse": { "type": "object", "properties": { "result": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" } }, "id": "GoogleCloudDialogflowCxV3RunTestCaseResponse" }, "GoogleLongrunningListOperationsResponse": { "type": "object", "id": "GoogleLongrunningListOperationsResponse", "properties": { "unreachable": { "items": { "type": "string" }, "type": "array" }, "nextPageToken": { "type": "string" }, "operations": { "type": "array", "items": { "$ref": "GoogleLongrunningOperation" } } } }, "GoogleCloudDialogflowCxV3beta1DeploymentResult": { "type": "object", "properties": { "experiment": { "type": "string" }, "deploymentTestResults": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1DeploymentResult" }, "GoogleCloudDialogflowCxV3beta1ConversationSignals": { "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowCxV3beta1TurnSignals" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ConversationSignals" }, "GoogleCloudDialogflowCxV3beta1TextToSpeechSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TextToSpeechSettings", "properties": { "synthesizeSpeechConfigs": { "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig" }, "type": "object" } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue", "properties": { "resolvedValue": { "type": "any" }, "originalValue": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ExperimentResult": { "id": "GoogleCloudDialogflowCxV3beta1ExperimentResult", "type": "object", "properties": { "versionMetrics": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics" }, "type": "array" }, "lastUpdateTime": { "type": "string", "format": "google-datetime" } } }, "GoogleCloudDialogflowV2EntityTypeEntity": { "type": "object", "id": "GoogleCloudDialogflowV2EntityTypeEntity", "properties": { "value": { "type": "string" }, "synonyms": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2AgentCoachingSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestion", "type": "object", "properties": { "sampleResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse" } }, "agentActionSuggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion" } }, "applicableInstructions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstruction" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1Handler": { "type": "object", "properties": { "lifecycleHandler": { "$ref": "GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler" }, "eventHandler": { "$ref": "GoogleCloudDialogflowCxV3beta1HandlerEventHandler" } }, "id": "GoogleCloudDialogflowCxV3beta1Handler" }, "GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse": { "properties": { "nextPageToken": { "type": "string" }, "transitionRouteGroups": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" } } }, "id": "GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse", "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior", "properties": { "usePubsubDelivery": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "previousQueriesIncluded": { "type": "boolean" }, "useCustomSafetyFilterLevel": { "type": "boolean" }, "primaryQueryRedactedAndReplaced": { "type": "boolean" }, "endUserMetadataIncluded": { "type": "boolean" }, "disableSyncDelivery": { "type": "boolean" }, "conversationTranscriptHasMixedLanguages": { "type": "boolean" }, "queryGenerationEndUserLanguageMismatch": { "type": "boolean" }, "returnQueryOnly": { "type": "boolean" }, "queryGenerationAgentLanguageMismatch": { "type": "boolean" }, "invalidItemsQuerySuggestionSkipped": { "type": "boolean" }, "answerGenerationRewriterOn": { "type": "boolean" }, "useTranslatedMessage": { "type": "boolean" }, "appendedSearchContextCount": { "format": "int32", "type": "integer" }, "queryContainedSearchContext": { "type": "boolean" }, "multipleQueriesGenerated": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1SafetySettings": { "id": "GoogleCloudDialogflowCxV3beta1SafetySettings", "type": "object", "properties": { "defaultRaiSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings" }, "raiSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettings" }, "defaultBannedPhraseMatchStrategy": { "enum": [ "PHRASE_MATCH_STRATEGY_UNSPECIFIED", "PARTIAL_MATCH", "WORD_MATCH" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "bannedPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase" } }, "promptSecuritySettings": { "$ref": "GoogleCloudDialogflowCxV3beta1SafetySettingsPromptSecuritySettings" } } }, "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse": { "properties": { "results": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse" }, "GoogleCloudDialogflowV2SessionEntityType": { "properties": { "entities": { "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" }, "type": "array" }, "entityOverrideMode": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ] }, "name": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2SessionEntityType" }, "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo": { "type": "object", "properties": { "tag": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo" }, "GoogleCloudDialogflowCxV3beta1ToolVersion": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolVersion", "properties": { "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "tool": { "$ref": "GoogleCloudDialogflowCxV3beta1Tool" }, "name": { "type": "string" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1LlmModelSettings": { "id": "GoogleCloudDialogflowCxV3beta1LlmModelSettings", "properties": { "promptText": { "type": "string" }, "model": { "type": "string" }, "parameters": { "$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters" } }, "type": "object" }, "GoogleCloudDialogflowCxV3LanguageInfo": { "properties": { "resolvedLanguageCode": { "type": "string" }, "confidenceScore": { "type": "number", "format": "float" }, "inputLanguageCode": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3LanguageInfo" }, "GoogleCloudDialogflowCxV3beta1ListTestCaseResultsResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ListTestCaseResultsResponse", "properties": { "nextPageToken": { "type": "string" }, "testCaseResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" } } } }, "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse": { "type": "object", "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources" }, "intents": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse" }, "GoogleCloudDialogflowCxV3beta1ListSecuritySettingsResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ListSecuritySettingsResponse", "properties": { "nextPageToken": { "type": "string" }, "securitySettings": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer", "properties": { "sourceGenerator": { "type": "string" }, "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion" }, "answerRecord": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1AnswerFeedbackRatingReason": { "properties": { "feedback": { "type": "string" }, "reasonLabels": { "items": { "type": "string" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1AnswerFeedbackRatingReason" }, "GoogleCloudDialogflowV2beta1GcsDestination": { "properties": { "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1GcsDestination", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolAuthentication": { "properties": { "bearerTokenConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig" }, "serviceAgentAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig" }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig" }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig" }, "apiKeyConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolAuthentication" }, "GoogleCloudDialogflowCxV3beta1DetectIntentResponse": { "id": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse", "type": "object", "properties": { "outputAudio": { "format": "byte", "type": "string" }, "queryResult": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryResult" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1OutputAudioConfig" }, "responseId": { "type": "string" }, "allowCancellation": { "type": "boolean" }, "responseType": { "enum": [ "RESPONSE_TYPE_UNSPECIFIED", "PARTIAL", "FINAL" ], "type": "string", "enumDescriptions": [ "", "", "" ] } } }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase": { "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase", "type": "object", "properties": { "condition": { "type": "string" }, "caseContent": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall": { "properties": { "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageText": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText", "type": "object", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "text": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1GenerativeSettings": { "id": "GoogleCloudDialogflowCxV3beta1GenerativeSettings", "properties": { "name": { "type": "string" }, "generativeSafetySettings": { "$ref": "GoogleCloudDialogflowCxV3beta1SafetySettings" }, "fallbackSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings" }, "languageCode": { "type": "string" }, "llmModelSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettings" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestCase": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TestCase", "properties": { "testConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1TestConfig" }, "testCaseConversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" }, "type": "array" }, "creationTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "name": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "displayName": { "type": "string" }, "lastTestResult": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" }, "notes": { "type": "string" } } }, "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata": { "id": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata", "properties": { "trainingModelType": { "type": "string", "enum": [ "MODEL_TYPE_UNSPECIFIED", "SMART_REPLY_DUAL_ENCODER_MODEL", "SMART_REPLY_BERT_MODEL" ], "enumDescriptions": [ "", "", "" ] } }, "type": "object" }, "GoogleCloudDialogflowCxV3SessionInfo": { "id": "GoogleCloudDialogflowCxV3SessionInfo", "type": "object", "properties": { "session": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "type": "any" } } } }, "GoogleCloudDialogflowV2beta1IntentTrainingPhrase": { "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase", "type": "object", "properties": { "name": { "readOnly": true, "type": "string" }, "type": { "enum": [ "TYPE_UNSPECIFIED", "EXAMPLE", "TEMPLATE" ], "enumDescriptions": [ "", "", "" ], "enumDeprecated": [ false, false, true ], "type": "string" }, "timesAddedCount": { "format": "int32", "type": "integer" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1SubmitAnswerFeedbackRequest": { "id": "GoogleCloudDialogflowCxV3beta1SubmitAnswerFeedbackRequest", "type": "object", "properties": { "updateMask": { "type": "string", "format": "google-fieldmask" }, "responseId": { "type": "string" }, "answerFeedback": { "$ref": "GoogleCloudDialogflowCxV3beta1AnswerFeedback" } } }, "GoogleCloudDialogflowCxV3beta1TransitionCoverage": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TransitionCoverage", "properties": { "transitions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition" } }, "coverageScore": { "type": "number", "format": "float" } } }, "GoogleCloudDialogflowCxV3beta1Webhook": { "id": "GoogleCloudDialogflowCxV3beta1Webhook", "properties": { "displayName": { "type": "string" }, "serviceDirectory": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" }, "name": { "type": "string" }, "timeout": { "type": "string", "format": "google-duration" }, "disabled": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageListSelectItem": { "properties": { "info": { "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" }, "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "description": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageListSelectItem" }, "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer", "properties": { "intentSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1IntentSuggestion" }, "answerRecord": { "type": "string" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" } } }, "GoogleCloudDialogflowCxV3beta1WebhookResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1WebhookResponse", "properties": { "fulfillmentResponse": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse" }, "targetPage": { "type": "string" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" }, "targetFlow": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1AgentValidationResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1AgentValidationResult", "properties": { "flowValidationResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FlowValidationResult" } }, "name": { "type": "string" } } }, "GoogleCloudDialogflowV2WebhookResponse": { "properties": { "followupEventInput": { "$ref": "GoogleCloudDialogflowV2EventInput" }, "fulfillmentText": { "type": "string" }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2Context" } }, "source": { "type": "string" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "type": "array" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2WebhookResponse", "type": "object" } }, "basePath": "", "protocol": "rest", "resources": { "projects": { "resources": { "operations": { "methods": { "cancel": { "path": "v3beta1/{+name}:cancel", "flatPath": "v3beta1/projects/{projectsId}/operations/{operationsId}:cancel", "parameterOrder": [ "name" ], "httpMethod": "POST", "description": "", "id": "dialogflow.projects.operations.cancel", "parameters": { "name": { "required": true, "location": "path", "pattern": "^projects/[^/]+/operations/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "path": "v3beta1/{+name}/operations", "id": "dialogflow.projects.operations.list", "flatPath": "v3beta1/projects/{projectsId}/operations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "pageToken": { "location": "query", "type": "string" }, "returnPartialSuccess": { "location": "query", "type": "boolean" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "name": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+$" }, "filter": { "location": "query", "type": "string" } }, "httpMethod": "GET", "response": { "$ref": "GoogleLongrunningListOperationsResponse" }, "description": "", "parameterOrder": [ "name" ] }, "get": { "response": { "$ref": "GoogleLongrunningOperation" }, "parameterOrder": [ "name" ], "description": "", "parameters": { "name": { "location": "path", "type": "string", "required": true, "pattern": "^projects/[^/]+/operations/[^/]+$" } }, "path": "v3beta1/{+name}", "id": "dialogflow.projects.operations.get", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/operations/{operationsId}" } } }, "locations": { "methods": { "list": { "description": "", "id": "dialogflow.projects.locations.list", "httpMethod": "GET", "parameters": { "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+$" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "location": "query", "type": "string" }, "filter": { "location": "query", "type": "string" }, "extraLocationTypes": { "repeated": true, "type": "string", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations", "path": "v3beta1/{+name}/locations", "response": { "$ref": "GoogleCloudLocationListLocationsResponse" }, "parameterOrder": [ "name" ] }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleCloudLocationLocation" }, "httpMethod": "GET", "path": "v3beta1/{+name}", "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.get" } }, "resources": { "agents": { "resources": { "changelogs": { "methods": { "get": { "path": "v3beta1/{+name}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.changelogs.get", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Changelog" }, "httpMethod": "GET", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/changelogs/[^/]+$", "required": true, "location": "path", "type": "string" } }, "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/changelogs/{changelogsId}" }, "list": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListChangelogsResponse" }, "id": "dialogflow.projects.locations.agents.changelogs.list", "parameters": { "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "filter": { "location": "query", "type": "string" }, "pageToken": { "type": "string", "location": "query" } }, "parameterOrder": [ "parent" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/changelogs", "httpMethod": "GET", "path": "v3beta1/{+parent}/changelogs" } } }, "sessions": { "methods": { "matchIntent": { "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1MatchIntentResponse" }, "parameterOrder": [ "session" ], "path": "v3beta1/{+session}:matchIntent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.sessions.matchIntent", "parameters": { "session": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1MatchIntentRequest" }, "httpMethod": "POST", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:matchIntent" }, "serverStreamingDetectIntent": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse" }, "parameters": { "session": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$" } }, "httpMethod": "POST", "path": "v3beta1/{+session}:serverStreamingDetectIntent", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest" }, "parameterOrder": [ "session" ], "id": "dialogflow.projects.locations.agents.sessions.serverStreamingDetectIntent", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:serverStreamingDetectIntent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" }, "detectIntent": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:detectIntent", "parameterOrder": [ "session" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse" }, "parameters": { "session": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest" }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.sessions.detectIntent", "path": "v3beta1/{+session}:detectIntent" }, "fulfillIntent": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:fulfillIntent", "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillIntentRequest" }, "id": "dialogflow.projects.locations.agents.sessions.fulfillIntent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "session": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", "location": "path", "type": "string", "required": true } }, "path": "v3beta1/{+session}:fulfillIntent", "parameterOrder": [ "session" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillIntentResponse" }, "httpMethod": "POST" }, "submitAnswerFeedback": { "path": "v3beta1/{+session}:submitAnswerFeedback", "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1AnswerFeedback" }, "parameterOrder": [ "session" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.sessions.submitAnswerFeedback", "parameters": { "session": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", "type": "string" } }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1SubmitAnswerFeedbackRequest" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:submitAnswerFeedback" } }, "resources": { "entityTypes": { "methods": { "list": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListSessionEntityTypesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.sessions.entityTypes.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "parent": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$" }, "pageToken": { "location": "query", "type": "string" } }, "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes", "path": "v3beta1/{+parent}/entityTypes", "httpMethod": "GET" }, "create": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes", "path": "v3beta1/{+parent}/entityTypes", "description": "", "id": "dialogflow.projects.locations.agents.sessions.entityTypes.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "parameters": { "parent": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "httpMethod": "POST", "parameterOrder": [ "parent" ] }, "get": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "path": "v3beta1/{+name}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.sessions.entityTypes.get", "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "parameters": { "name": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "location": "path" } }, "parameterOrder": [ "name" ] }, "patch": { "path": "v3beta1/{+name}", "parameterOrder": [ "name" ], "httpMethod": "PATCH", "description": "", "id": "dialogflow.projects.locations.agents.sessions.entityTypes.patch", "parameters": { "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "delete": { "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agents.sessions.entityTypes.delete", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "description": "", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "location": "path", "required": true, "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v3beta1/{+name}", "parameterOrder": [ "name" ] } } } } }, "conversations": { "methods": { "get": { "id": "dialogflow.projects.locations.agents.conversations.get", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/conversations/{conversationsId}", "path": "v3beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Conversation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/conversations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "description": "", "parameterOrder": [ "name" ] }, "list": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/conversations", "parameterOrder": [ "parent" ], "path": "v3beta1/{+parent}/conversations", "description": "", "id": "dialogflow.projects.locations.agents.conversations.list", "parameters": { "filter": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "parent": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string" }, "pageToken": { "type": "string", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListConversationsResponse" }, "httpMethod": "GET" }, "delete": { "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/conversations/[^/]+$", "required": true, "type": "string" } }, "path": "v3beta1/{+name}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.conversations.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/conversations/{conversationsId}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "entityTypes": { "methods": { "delete": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}", "path": "v3beta1/{+name}", "httpMethod": "DELETE", "parameterOrder": [ "name" ], "parameters": { "force": { "location": "query", "type": "boolean" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$", "required": true, "location": "path", "type": "string" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.locations.agents.entityTypes.delete" }, "patch": { "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" } }, "id": "dialogflow.projects.locations.agents.entityTypes.patch", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1EntityType" }, "description": "", "httpMethod": "PATCH", "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1EntityType" }, "parameterOrder": [ "name" ] }, "create": { "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1EntityType" }, "parameters": { "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "type": "string" }, "languageCode": { "type": "string", "location": "query" } }, "httpMethod": "POST", "id": "dialogflow.projects.locations.agents.entityTypes.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1EntityType" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes", "path": "v3beta1/{+parent}/entityTypes" }, "export": { "parameterOrder": [ "parent" ], "httpMethod": "POST", "description": "", "parameters": { "parent": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v3beta1/{+parent}/entityTypes:export", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesRequest" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes:export", "id": "dialogflow.projects.locations.agents.entityTypes.export", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse" }, "httpMethod": "GET", "path": "v3beta1/{+parent}/entityTypes", "parameters": { "languageCode": { "location": "query", "type": "string" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" } }, "description": "", "parameterOrder": [ "parent" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes", "id": "dialogflow.projects.locations.agents.entityTypes.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "import": { "path": "v3beta1/{+parent}/entityTypes:import", "response": { "$ref": "GoogleLongrunningOperation" }, "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes:import", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest" }, "id": "dialogflow.projects.locations.agents.entityTypes.import", "parameterOrder": [ "parent" ], "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "location": "path" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}", "parameters": { "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$" }, "languageCode": { "type": "string", "location": "query" } }, "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.entityTypes.get", "path": "v3beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1EntityType" }, "parameterOrder": [ "name" ], "description": "" } } }, "generators": { "methods": { "delete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}", "id": "dialogflow.projects.locations.agents.generators.delete", "description": "", "parameterOrder": [ "name" ], "path": "v3beta1/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$" }, "force": { "location": "query", "type": "boolean" } } }, "get": { "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$" }, "languageCode": { "type": "string", "location": "query" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Generator" }, "id": "dialogflow.projects.locations.agents.generators.get", "httpMethod": "GET", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}", "path": "v3beta1/{+name}", "parameterOrder": [ "name" ] }, "create": { "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Generator" }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Generator" }, "parameterOrder": [ "parent" ], "parameters": { "languageCode": { "type": "string", "location": "query" }, "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "location": "path" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+parent}/generators", "httpMethod": "POST", "description": "", "id": "dialogflow.projects.locations.agents.generators.create" }, "patch": { "id": "dialogflow.projects.locations.agents.generators.patch", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Generator" }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "languageCode": { "location": "query", "type": "string" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$", "type": "string", "location": "path", "required": true } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Generator" }, "description": "", "path": "v3beta1/{+name}", "httpMethod": "PATCH" }, "list": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListGeneratorsResponse" }, "id": "dialogflow.projects.locations.agents.generators.list", "parameterOrder": [ "parent" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "languageCode": { "location": "query", "type": "string" } }, "description": "", "path": "v3beta1/{+parent}/generators", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators" } } }, "playbooks": { "methods": { "delete": { "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.playbooks.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}", "path": "v3beta1/{+name}" }, "get": { "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "required": true, "type": "string" } }, "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Playbook" }, "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.playbooks.get", "description": "", "parameterOrder": [ "name" ] }, "create": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks", "httpMethod": "POST", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Playbook" }, "description": "", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "required": true, "type": "string" } }, "path": "v3beta1/{+parent}/playbooks", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Playbook" }, "id": "dialogflow.projects.locations.agents.playbooks.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "export": { "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest" }, "parameters": { "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "type": "string", "location": "path" } }, "path": "v3beta1/{+name}:export", "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}:export", "id": "dialogflow.projects.locations.agents.playbooks.export", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListPlaybooksResponse" }, "parameterOrder": [ "parent" ], "httpMethod": "GET", "path": "v3beta1/{+parent}/playbooks", "parameters": { "pageToken": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "location": "path", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks", "description": "", "id": "dialogflow.projects.locations.agents.playbooks.list" }, "import": { "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest" }, "id": "dialogflow.projects.locations.agents.playbooks.import", "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v3beta1/{+parent}/playbooks:import", "description": "", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "required": true, "type": "string" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks:import", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}", "description": "", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.playbooks.patch", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Playbook" }, "httpMethod": "PATCH", "parameters": { "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" }, "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "required": true } }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Playbook" } } }, "resources": { "examples": { "methods": { "list": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListExamplesResponse" }, "id": "dialogflow.projects.locations.agents.playbooks.examples.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "parent": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$" }, "languageCode": { "location": "query", "type": "string" }, "pageToken": { "type": "string", "location": "query" } }, "path": "v3beta1/{+parent}/examples", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples", "httpMethod": "GET" }, "delete": { "id": "dialogflow.projects.locations.agents.playbooks.examples.delete", "parameterOrder": [ "name" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$", "type": "string", "location": "path", "required": true } }, "path": "v3beta1/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "httpMethod": "DELETE" }, "patch": { "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Example" }, "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$", "type": "string", "location": "path", "required": true }, "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Example" }, "id": "dialogflow.projects.locations.agents.playbooks.examples.patch", "parameterOrder": [ "name" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}", "path": "v3beta1/{+name}" }, "get": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}", "path": "v3beta1/{+name}", "id": "dialogflow.projects.locations.agents.playbooks.examples.get", "description": "", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Example" }, "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET" }, "create": { "parameters": { "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$" } }, "id": "dialogflow.projects.locations.agents.playbooks.examples.create", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Example" }, "description": "", "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Example" }, "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+parent}/examples" } } }, "versions": { "methods": { "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookVersion" }, "description": "", "id": "dialogflow.projects.locations.agents.playbooks.versions.get", "parameterOrder": [ "name" ], "httpMethod": "GET", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}", "parameters": { "name": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$" } }, "path": "v3beta1/{+name}" }, "create": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "description": "", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "type": "string", "required": true } }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookVersion" }, "path": "v3beta1/{+parent}/versions", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1PlaybookVersion" }, "id": "dialogflow.projects.locations.agents.playbooks.versions.create" }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$", "required": true, "type": "string", "location": "path" } }, "httpMethod": "DELETE", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}", "id": "dialogflow.projects.locations.agents.playbooks.versions.delete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+name}", "description": "" }, "restore": { "path": "v3beta1/{+name}:restore", "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest" }, "parameters": { "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$" } }, "id": "dialogflow.projects.locations.agents.playbooks.versions.restore", "parameterOrder": [ "name" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}:restore", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions", "id": "dialogflow.projects.locations.agents.playbooks.versions.list", "parameterOrder": [ "parent" ], "path": "v3beta1/{+parent}/versions", "httpMethod": "GET", "parameters": { "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "type": "string", "location": "path" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListPlaybookVersionsResponse" } } } } } }, "environments": { "methods": { "patch": { "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agents.environments.patch", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}", "parameters": { "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" }, "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$" } }, "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+name}", "description": "" }, "create": { "parameters": { "parent": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments", "id": "dialogflow.projects.locations.agents.environments.create", "httpMethod": "POST", "parameterOrder": [ "parent" ], "path": "v3beta1/{+parent}/environments", "response": { "$ref": "GoogleLongrunningOperation" }, "description": "" }, "runContinuousTest": { "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v3beta1/{+environment}:runContinuousTest", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest" }, "parameters": { "environment": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:runContinuousTest", "id": "dialogflow.projects.locations.agents.environments.runContinuousTest", "description": "", "parameterOrder": [ "environment" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "deployFlow": { "parameters": { "environment": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "type": "string" } }, "parameterOrder": [ "environment" ], "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v3beta1/{+environment}:deployFlow", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:deployFlow", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1DeployFlowRequest" }, "id": "dialogflow.projects.locations.agents.environments.deployFlow", "description": "" }, "delete": { "httpMethod": "DELETE", "path": "v3beta1/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.environments.delete", "description": "", "parameterOrder": [ "name" ] }, "lookupEnvironmentHistory": { "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.environments.lookupEnvironmentHistory", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1LookupEnvironmentHistoryResponse" }, "httpMethod": "GET", "path": "v3beta1/{+name}:lookupEnvironmentHistory", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:lookupEnvironmentHistory", "description": "", "parameters": { "pageToken": { "type": "string", "location": "query" }, "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" } } }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" }, "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}", "id": "dialogflow.projects.locations.agents.environments.get", "httpMethod": "GET", "parameters": { "name": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "location": "path" } }, "parameterOrder": [ "name" ] }, "list": { "parameters": { "parent": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" }, "pageToken": { "type": "string", "location": "query" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments", "id": "dialogflow.projects.locations.agents.environments.list", "description": "", "parameterOrder": [ "parent" ], "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListEnvironmentsResponse" }, "path": "v3beta1/{+parent}/environments" } }, "resources": { "deployments": { "methods": { "list": { "parameterOrder": [ "parent" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/deployments", "id": "dialogflow.projects.locations.agents.environments.deployments.list", "parameters": { "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "type": "string", "location": "path", "required": true }, "pageToken": { "type": "string", "location": "query" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListDeploymentsResponse" }, "description": "", "httpMethod": "GET", "path": "v3beta1/{+parent}/deployments" }, "get": { "parameterOrder": [ "name" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/deployments/{deploymentsId}", "path": "v3beta1/{+name}", "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Deployment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.environments.deployments.get", "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/deployments/[^/]+$", "required": true, "type": "string" } } } } }, "experiments": { "methods": { "start": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}:start", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.environments.experiments.start", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", "required": true, "location": "path" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1StartExperimentRequest" }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Experiment" }, "parameterOrder": [ "name" ], "description": "", "path": "v3beta1/{+name}:start" }, "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Experiment" }, "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Experiment" }, "httpMethod": "PATCH", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", "location": "path", "type": "string", "required": true }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" } }, "path": "v3beta1/{+name}", "id": "dialogflow.projects.locations.agents.environments.experiments.patch" }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Experiment" }, "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", "type": "string", "location": "path", "required": true } }, "httpMethod": "GET", "description": "", "id": "dialogflow.projects.locations.agents.environments.experiments.get" }, "list": { "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListExperimentsResponse" }, "path": "v3beta1/{+parent}/experiments", "id": "dialogflow.projects.locations.agents.environments.experiments.list", "httpMethod": "GET", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameters": { "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "required": true, "type": "string" } } }, "create": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "httpMethod": "POST", "path": "v3beta1/{+parent}/experiments", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Experiment" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "location": "path", "required": true, "type": "string" } }, "id": "dialogflow.projects.locations.agents.environments.experiments.create", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Experiment" } }, "stop": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}:stop", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1StopExperimentRequest" }, "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Experiment" }, "parameterOrder": [ "name" ], "description": "", "path": "v3beta1/{+name}:stop", "id": "dialogflow.projects.locations.agents.environments.experiments.stop", "httpMethod": "POST" }, "delete": { "id": "dialogflow.projects.locations.agents.environments.experiments.delete", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ], "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", "location": "path", "required": true } }, "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}", "httpMethod": "DELETE" } } }, "sessions": { "methods": { "detectIntent": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse" }, "parameterOrder": [ "session" ], "path": "v3beta1/{+session}:detectIntent", "id": "dialogflow.projects.locations.agents.environments.sessions.detectIntent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:detectIntent", "description": "", "parameters": { "session": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$" } }, "httpMethod": "POST" }, "fulfillIntent": { "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillIntentResponse" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillIntentRequest" }, "id": "dialogflow.projects.locations.agents.environments.sessions.fulfillIntent", "path": "v3beta1/{+session}:fulfillIntent", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:fulfillIntent", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "session": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } }, "parameterOrder": [ "session" ] }, "serverStreamingDetectIntent": { "id": "dialogflow.projects.locations.agents.environments.sessions.serverStreamingDetectIntent", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse" }, "path": "v3beta1/{+session}:serverStreamingDetectIntent", "parameterOrder": [ "session" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest" }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:serverStreamingDetectIntent", "parameters": { "session": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$" } } }, "matchIntent": { "parameterOrder": [ "session" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:matchIntent", "description": "", "parameters": { "session": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1MatchIntentResponse" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1MatchIntentRequest" }, "id": "dialogflow.projects.locations.agents.environments.sessions.matchIntent", "path": "v3beta1/{+session}:matchIntent" } }, "resources": { "entityTypes": { "methods": { "list": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "description": "", "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.list", "path": "v3beta1/{+parent}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListSessionEntityTypesResponse" }, "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", "location": "path" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" } } }, "delete": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$" } }, "description": "", "parameterOrder": [ "name" ], "path": "v3beta1/{+name}", "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE" }, "create": { "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.create", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "description": "", "httpMethod": "POST", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+parent}/entityTypes", "parameterOrder": [ "parent" ], "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", "required": true, "location": "path" } } }, "patch": { "path": "v3beta1/{+name}", "parameters": { "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" }, "name": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "type": "string" } }, "httpMethod": "PATCH", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.patch", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}" }, "get": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionEntityType" }, "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "type": "string", "required": true } }, "parameterOrder": [ "name" ], "httpMethod": "GET", "path": "v3beta1/{+name}", "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "description": "" } } } } }, "continuousTestResults": { "methods": { "list": { "httpMethod": "GET", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+parent}/continuousTestResults", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse" }, "parameters": { "pageToken": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$" } }, "id": "dialogflow.projects.locations.agents.environments.continuousTestResults.list", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/continuousTestResults", "description": "" } } } } }, "flows": { "methods": { "patch": { "parameterOrder": [ "name" ], "description": "", "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$" }, "languageCode": { "location": "query", "type": "string" } }, "id": "dialogflow.projects.locations.agents.flows.patch", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Flow" }, "httpMethod": "PATCH", "path": "v3beta1/{+name}", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Flow" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}" }, "validate": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1FlowValidationResult" }, "httpMethod": "POST", "parameterOrder": [ "name" ], "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ValidateFlowRequest" }, "path": "v3beta1/{+name}:validate", "parameters": { "name": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path" } }, "id": "dialogflow.projects.locations.agents.flows.validate", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:validate", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "export": { "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ExportFlowRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.flows.export", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:export", "httpMethod": "POST", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path", "required": true } }, "path": "v3beta1/{+name}:export" }, "list": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.flows.list", "path": "v3beta1/{+parent}/flows", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListFlowsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "description": "", "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } } }, "get": { "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path", "type": "string", "required": true }, "languageCode": { "type": "string", "location": "query" } }, "id": "dialogflow.projects.locations.agents.flows.get", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Flow" }, "path": "v3beta1/{+name}", "description": "", "httpMethod": "GET", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}" }, "train": { "path": "v3beta1/{+name}:train", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.flows.train", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1TrainFlowRequest" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:train", "parameters": { "name": { "location": "path", "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$" } } }, "import": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "id": "dialogflow.projects.locations.agents.flows.import", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows:import", "parameters": { "parent": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportFlowRequest" }, "parameterOrder": [ "parent" ], "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v3beta1/{+parent}/flows:import" }, "getValidationResult": { "path": "v3beta1/{+name}", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/validationResult$", "location": "path", "required": true }, "languageCode": { "location": "query", "type": "string" } }, "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1FlowValidationResult" }, "id": "dialogflow.projects.locations.agents.flows.getValidationResult", "description": "", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/validationResult" }, "create": { "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Flow" }, "parameterOrder": [ "parent" ], "path": "v3beta1/{+parent}/flows", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Flow" }, "parameters": { "languageCode": { "type": "string", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "type": "string", "location": "path" } }, "id": "dialogflow.projects.locations.agents.flows.create" }, "delete": { "parameterOrder": [ "name" ], "parameters": { "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$" }, "force": { "location": "query", "type": "boolean" } }, "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}", "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.locations.agents.flows.delete", "response": { "$ref": "GoogleProtobufEmpty" } } }, "resources": { "transitionRouteGroups": { "methods": { "create": { "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups", "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.create", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "path": "v3beta1/{+parent}/transitionRouteGroups", "parameters": { "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$" }, "languageCode": { "type": "string", "location": "query" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" } }, "list": { "path": "v3beta1/{+parent}/transitionRouteGroups", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse" }, "parameters": { "languageCode": { "type": "string", "location": "query" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" } }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.list", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups", "httpMethod": "GET" }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v3beta1/{+name}", "parameters": { "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$" }, "force": { "type": "boolean", "location": "query" } }, "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.delete", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" }, "get": { "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}", "description": "", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.get", "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$" }, "languageCode": { "location": "query", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET" }, "patch": { "path": "v3beta1/{+name}", "parameters": { "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" }, "name": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$", "type": "string" }, "languageCode": { "type": "string", "location": "query" } }, "httpMethod": "PATCH", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}", "parameterOrder": [ "name" ], "description": "", "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.patch", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" } } } }, "versions": { "methods": { "compareVersions": { "id": "dialogflow.projects.locations.agents.flows.versions.compareVersions", "parameterOrder": [ "baseVersion" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1CompareVersionsResponse" }, "path": "v3beta1/{+baseVersion}:compareVersions", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "baseVersion": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", "type": "string", "required": true, "location": "path" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1CompareVersionsRequest" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}:compareVersions", "description": "", "httpMethod": "POST" }, "delete": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", "type": "string", "location": "path", "required": true } }, "description": "", "id": "dialogflow.projects.locations.agents.flows.versions.delete", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v3beta1/{+name}" }, "load": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}:load", "id": "dialogflow.projects.locations.agents.flows.versions.load", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1LoadVersionRequest" }, "path": "v3beta1/{+name}:load", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST" }, "patch": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Version" }, "id": "dialogflow.projects.locations.agents.flows.versions.patch", "parameters": { "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$" }, "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" } }, "parameterOrder": [ "name" ], "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Version" }, "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}", "description": "" }, "create": { "path": "v3beta1/{+parent}/versions", "id": "dialogflow.projects.locations.agents.flows.versions.create", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions", "parameterOrder": [ "parent" ], "description": "", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path", "type": "string", "required": true } }, "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Version" }, "httpMethod": "POST" }, "get": { "httpMethod": "GET", "parameters": { "name": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.flows.versions.get", "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+name}" }, "list": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListVersionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.flows.versions.list", "parameters": { "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path", "type": "string" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "pageToken": { "location": "query", "type": "string" } }, "path": "v3beta1/{+parent}/versions", "httpMethod": "GET", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions" } } }, "pages": { "methods": { "list": { "parameters": { "languageCode": { "location": "query", "type": "string" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" } }, "path": "v3beta1/{+parent}/pages", "httpMethod": "GET", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.flows.pages.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListPagesResponse" }, "description": "" }, "delete": { "httpMethod": "DELETE", "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "parameterOrder": [ "name" ], "parameters": { "force": { "type": "boolean", "location": "query" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$", "location": "path", "required": true, "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}", "id": "dialogflow.projects.locations.agents.flows.pages.delete" }, "patch": { "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "parameterOrder": [ "name" ], "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "description": "", "parameters": { "languageCode": { "type": "string", "location": "query" }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$", "location": "path", "type": "string", "required": true } }, "path": "v3beta1/{+name}", "id": "dialogflow.projects.locations.agents.flows.pages.patch", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}" }, "create": { "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "type": "string" }, "languageCode": { "location": "query", "type": "string" } }, "id": "dialogflow.projects.locations.agents.flows.pages.create", "path": "v3beta1/{+parent}/pages", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "httpMethod": "POST", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages" }, "get": { "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$", "type": "string" }, "languageCode": { "location": "query", "type": "string" } }, "parameterOrder": [ "name" ], "path": "v3beta1/{+name}", "description": "", "id": "dialogflow.projects.locations.agents.flows.pages.get", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}" } } } } }, "tools": { "resources": { "versions": { "methods": { "restore": { "request": { "$ref": "GoogleCloudDialogflowCxV3beta1RestoreToolVersionRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1RestoreToolVersionResponse" }, "parameterOrder": [ "name" ], "httpMethod": "POST", "path": "v3beta1/{+name}:restore", "id": "dialogflow.projects.locations.agents.tools.versions.restore", "parameters": { "name": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$", "location": "path" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}:restore" }, "get": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolVersion" }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+name}", "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}", "parameters": { "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$" } }, "id": "dialogflow.projects.locations.agents.tools.versions.get", "httpMethod": "GET" }, "delete": { "parameters": { "name": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$" }, "force": { "location": "query", "type": "boolean" } }, "httpMethod": "DELETE", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.tools.versions.delete", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v3beta1/{+name}", "description": "" }, "list": { "httpMethod": "GET", "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", "location": "path" }, "pageToken": { "type": "string", "location": "query" } }, "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions", "id": "dialogflow.projects.locations.agents.tools.versions.list", "parameterOrder": [ "parent" ], "path": "v3beta1/{+parent}/versions", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolVersion" }, "id": "dialogflow.projects.locations.agents.tools.versions.create", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolVersion" }, "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", "location": "path", "required": true } }, "path": "v3beta1/{+parent}/versions", "description": "" } } } }, "methods": { "delete": { "path": "v3beta1/{+name}", "id": "dialogflow.projects.locations.agents.tools.delete", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE", "description": "", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", "location": "path", "required": true }, "force": { "location": "query", "type": "boolean" } } }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListToolsResponse" }, "parameterOrder": [ "parent" ], "path": "v3beta1/{+parent}/tools", "id": "dialogflow.projects.locations.agents.tools.list", "description": "", "httpMethod": "GET", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools", "parameters": { "pageToken": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "location": "path", "required": true }, "pageSize": { "location": "query", "type": "integer", "format": "int32" } } }, "create": { "parameters": { "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Tool" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Tool" }, "httpMethod": "POST", "id": "dialogflow.projects.locations.agents.tools.create", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools", "path": "v3beta1/{+parent}/tools", "parameterOrder": [ "parent" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "export": { "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.tools.export", "parameters": { "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "path": "v3beta1/{+parent}/tools:export", "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ExportToolsRequest" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools:export", "description": "" }, "get": { "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}", "description": "", "parameterOrder": [ "name" ], "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Tool" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.tools.get", "parameters": { "name": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", "type": "string" } } }, "patch": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}", "id": "dialogflow.projects.locations.agents.tools.patch", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Tool" }, "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", "required": true, "location": "path" }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" } }, "path": "v3beta1/{+name}", "parameterOrder": [ "name" ], "description": "", "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Tool" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "intents": { "methods": { "patch": { "path": "v3beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" }, "httpMethod": "PATCH", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "languageCode": { "location": "query", "type": "string" }, "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$" } }, "description": "", "parameterOrder": [ "name" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}", "id": "dialogflow.projects.locations.agents.intents.patch", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" } }, "import": { "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.intents.import", "path": "v3beta1/{+parent}/intents:import", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportIntentsRequest" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:import", "parameters": { "parent": { "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true } }, "parameterOrder": [ "parent" ] }, "get": { "parameterOrder": [ "name" ], "parameters": { "languageCode": { "type": "string", "location": "query" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$", "required": true, "type": "string" } }, "id": "dialogflow.projects.locations.agents.intents.get", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" }, "httpMethod": "GET", "path": "v3beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}" }, "list": { "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListIntentsResponse" }, "parameters": { "parent": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "type": "string", "location": "query" }, "languageCode": { "location": "query", "type": "string" }, "intentView": { "location": "query", "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_PARTIAL", "INTENT_VIEW_FULL" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "parameterOrder": [ "parent" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents", "description": "", "id": "dialogflow.projects.locations.agents.intents.list", "path": "v3beta1/{+parent}/intents" }, "create": { "description": "", "id": "dialogflow.projects.locations.agents.intents.create", "parameters": { "languageCode": { "location": "query", "type": "string" }, "parent": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "httpMethod": "POST", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" }, "path": "v3beta1/{+parent}/intents", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents" }, "export": { "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ExportIntentsRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.agents.intents.export", "parameters": { "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:export", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+parent}/intents:export", "parameterOrder": [ "parent" ], "description": "", "httpMethod": "POST" }, "delete": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}", "parameterOrder": [ "name" ], "httpMethod": "DELETE", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+name}", "description": "", "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.locations.agents.intents.delete" } } }, "webhooks": { "methods": { "list": { "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "parent": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks", "path": "v3beta1/{+parent}/webhooks", "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.webhooks.list", "parameterOrder": [ "parent" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListWebhooksResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" }, "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" }, "path": "v3beta1/{+parent}/webhooks", "id": "dialogflow.projects.locations.agents.webhooks.create", "description": "", "httpMethod": "POST", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "type": "string", "location": "path" } } }, "get": { "id": "dialogflow.projects.locations.agents.webhooks.get", "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$" } }, "path": "v3beta1/{+name}", "parameterOrder": [ "name" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}", "httpMethod": "GET" }, "delete": { "parameters": { "name": { "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$", "type": "string" }, "force": { "type": "boolean", "location": "query" } }, "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v3beta1/{+name}", "description": "", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agents.webhooks.delete", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}" }, "patch": { "httpMethod": "PATCH", "description": "", "id": "dialogflow.projects.locations.agents.webhooks.patch", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" }, "parameters": { "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" }, "name": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$", "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}", "path": "v3beta1/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "transitionRouteGroups": { "methods": { "get": { "id": "dialogflow.projects.locations.agents.transitionRouteGroups.get", "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" }, "path": "v3beta1/{+name}", "parameterOrder": [ "name" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$", "location": "path" }, "languageCode": { "type": "string", "location": "query" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}" }, "list": { "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+parent}/transitionRouteGroups", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups", "id": "dialogflow.projects.locations.agents.transitionRouteGroups.list", "httpMethod": "GET", "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse" }, "parameters": { "pageToken": { "location": "query", "type": "string" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" }, "languageCode": { "location": "query", "type": "string" } } }, "patch": { "id": "dialogflow.projects.locations.agents.transitionRouteGroups.patch", "path": "v3beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" }, "description": "", "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$", "location": "path", "type": "string", "required": true } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}", "httpMethod": "PATCH" }, "delete": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+name}", "parameters": { "force": { "type": "boolean", "location": "query" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$", "required": true, "type": "string" } }, "id": "dialogflow.projects.locations.agents.transitionRouteGroups.delete", "parameterOrder": [ "name" ], "description": "", "httpMethod": "DELETE", "response": { "$ref": "GoogleProtobufEmpty" } }, "create": { "id": "dialogflow.projects.locations.agents.transitionRouteGroups.create", "parameters": { "languageCode": { "location": "query", "type": "string" }, "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" }, "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRouteGroup" }, "httpMethod": "POST", "path": "v3beta1/{+parent}/transitionRouteGroups", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups" } } }, "testCases": { "methods": { "run": { "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1RunTestCaseRequest" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}:run", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "path": "v3beta1/{+name}:run", "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$", "type": "string", "required": true } }, "id": "dialogflow.projects.locations.agents.testCases.run", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "export": { "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.locations.agents.testCases.export", "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest" }, "httpMethod": "POST", "path": "v3beta1/{+parent}/testCases:export", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:export", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "required": true, "type": "string" } } }, "list": { "parameters": { "parent": { "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "view": { "type": "string", "location": "query", "enumDescriptions": [ "", "", "" ], "enum": [ "TEST_CASE_VIEW_UNSPECIFIED", "BASIC", "FULL" ] }, "pageToken": { "type": "string", "location": "query" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.testCases.list", "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListTestCasesResponse" }, "path": "v3beta1/{+parent}/testCases", "parameterOrder": [ "parent" ] }, "patch": { "request": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.testCases.patch", "path": "v3beta1/{+name}", "description": "", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$", "location": "path", "required": true }, "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" } }, "httpMethod": "PATCH", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" }, "parameterOrder": [ "name" ], "httpMethod": "GET", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}", "path": "v3beta1/{+name}", "parameters": { "name": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$" } }, "id": "dialogflow.projects.locations.agents.testCases.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchRun": { "response": { "$ref": "GoogleLongrunningOperation" }, "id": "dialogflow.projects.locations.agents.testCases.batchRun", "description": "", "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:batchRun", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "type": "string", "location": "path" } }, "path": "v3beta1/{+parent}/testCases:batchRun", "httpMethod": "POST" }, "batchDelete": { "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.locations.agents.testCases.batchDelete", "parameters": { "parent": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path" } }, "description": "", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1BatchDeleteTestCasesRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:batchDelete", "path": "v3beta1/{+parent}/testCases:batchDelete" }, "calculateCoverage": { "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1CalculateCoverageResponse" }, "parameters": { "agent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "location": "path", "required": true }, "type": { "location": "query", "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "COVERAGE_TYPE_UNSPECIFIED", "INTENT", "PAGE_TRANSITION", "TRANSITION_ROUTE_GROUP" ] } }, "parameterOrder": [ "agent" ], "id": "dialogflow.projects.locations.agents.testCases.calculateCoverage", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:calculateCoverage", "description": "", "path": "v3beta1/{+agent}/testCases:calculateCoverage" }, "import": { "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v3beta1/{+parent}/testCases:import", "httpMethod": "POST", "description": "", "id": "dialogflow.projects.locations.agents.testCases.import", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:import", "parameters": { "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportTestCasesRequest" } }, "create": { "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.testCases.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+parent}/testCases", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases", "httpMethod": "POST", "parameters": { "parent": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "location": "path" } }, "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" }, "request": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" } } }, "resources": { "results": { "methods": { "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+/results/[^/]+$", "required": true, "type": "string", "location": "path" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" }, "description": "", "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.testCases.results.get", "parameterOrder": [ "name" ], "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}/results/{resultsId}" }, "list": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListTestCaseResultsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "parameterOrder": [ "parent" ], "parameters": { "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "filter": { "type": "string", "location": "query" }, "pageToken": { "location": "query", "type": "string" } }, "path": "v3beta1/{+parent}/results", "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}/results", "id": "dialogflow.projects.locations.agents.testCases.results.list" } } } } } }, "methods": { "updateGenerativeSettings": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettings" }, "path": "v3beta1/{+name}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generativeSettings", "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "name": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generativeSettings$" } }, "id": "dialogflow.projects.locations.agents.updateGenerativeSettings", "httpMethod": "PATCH", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettings" }, "parameterOrder": [ "name" ] }, "create": { "parameterOrder": [ "parent" ], "path": "v3beta1/{+parent}/agents", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Agent" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents", "parameters": { "parent": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Agent" }, "httpMethod": "POST", "id": "dialogflow.projects.locations.agents.create" }, "restore": { "description": "", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:restore", "id": "dialogflow.projects.locations.agents.restore", "path": "v3beta1/{+name}:restore", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1RestoreAgentRequest" }, "parameterOrder": [ "name" ], "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } } }, "validate": { "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "type": "string" } }, "httpMethod": "POST", "id": "dialogflow.projects.locations.agents.validate", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:validate", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ValidateAgentRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3beta1AgentValidationResult" }, "path": "v3beta1/{+name}:validate", "parameterOrder": [ "name" ], "description": "" }, "delete": { "description": "", "path": "v3beta1/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agents.delete", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } } }, "list": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "path": "v3beta1/{+parent}/agents", "parameters": { "pageToken": { "type": "string", "location": "query" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "id": "dialogflow.projects.locations.agents.list", "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListAgentsResponse" }, "httpMethod": "GET" }, "getGenerativeSettings": { "id": "dialogflow.projects.locations.agents.getGenerativeSettings", "httpMethod": "GET", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generativeSettings", "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generativeSettings$", "required": true, "location": "path" } }, "parameterOrder": [ "name" ], "path": "v3beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1GenerativeSettings" } }, "get": { "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "required": true } }, "description": "", "parameterOrder": [ "name" ], "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Agent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}", "id": "dialogflow.projects.locations.agents.get" }, "patch": { "path": "v3beta1/{+name}", "id": "dialogflow.projects.locations.agents.patch", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}", "httpMethod": "PATCH", "parameters": { "name": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path" }, "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1Agent" }, "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1Agent" } }, "export": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.export", "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1ExportAgentRequest" }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:export", "path": "v3beta1/{+name}:export", "parameters": { "name": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST" }, "getValidationResult": { "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/validationResult", "description": "", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/validationResult$", "type": "string", "location": "path", "required": true }, "languageCode": { "type": "string", "location": "query" } }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.getValidationResult", "path": "v3beta1/{+name}", "response": { "$ref": "GoogleCloudDialogflowCxV3beta1AgentValidationResult" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET" } } }, "operations": { "methods": { "get": { "path": "v3beta1/{+name}", "id": "dialogflow.projects.locations.operations.get", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", "description": "", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "parameters": { "name": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$" } }, "response": { "$ref": "GoogleLongrunningOperation" } }, "cancel": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.operations.cancel", "path": "v3beta1/{+name}:cancel", "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "httpMethod": "POST", "parameterOrder": [ "name" ], "parameters": { "name": { "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "required": true } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel" }, "list": { "httpMethod": "GET", "description": "", "parameters": { "filter": { "type": "string", "location": "query" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string", "location": "path" }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "returnPartialSuccess": { "location": "query", "type": "boolean" }, "pageToken": { "location": "query", "type": "string" } }, "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/operations", "parameterOrder": [ "name" ], "path": "v3beta1/{+name}/operations", "id": "dialogflow.projects.locations.operations.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningListOperationsResponse" } } } }, "securitySettings": { "methods": { "patch": { "parameterOrder": [ "name" ], "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings" }, "path": "v3beta1/{+name}", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "PATCH", "id": "dialogflow.projects.locations.securitySettings.patch", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$", "type": "string", "location": "path", "required": true }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings" } }, "create": { "parameters": { "parent": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings" }, "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings" }, "description": "", "httpMethod": "POST", "id": "dialogflow.projects.locations.securitySettings.create", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3beta1/{+parent}/securitySettings", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/securitySettings" }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$", "location": "path", "type": "string", "required": true } }, "path": "v3beta1/{+name}", "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}", "description": "", "id": "dialogflow.projects.locations.securitySettings.delete" }, "get": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1SecuritySettings" }, "parameterOrder": [ "name" ], "path": "v3beta1/{+name}", "id": "dialogflow.projects.locations.securitySettings.get", "description": "", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}", "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$", "required": true } } }, "list": { "response": { "$ref": "GoogleCloudDialogflowCxV3beta1ListSecuritySettingsResponse" }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.securitySettings.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "path": "v3beta1/{+parent}/securitySettings", "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/securitySettings", "description": "", "httpMethod": "GET" } } } } } } } }, "ownerName": "Google", "kind": "discovery#restDescription", "discoveryVersion": "v1", "canonicalName": "Dialogflow", "icons": { "x32": "http://www.google.com/images/icons/product/search-32.gif", "x16": "http://www.google.com/images/icons/product/search-16.gif" }, "title": "Dialogflow API", "auth": { "oauth2": { "scopes": { "https://www.googleapis.com/auth/dialogflow": { "description": "View, manage and query your Dialogflow agents" }, "https://www.googleapis.com/auth/cloud-platform": { "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." } } } }, "parameters": { "fields": { "type": "string", "location": "query", "description": "Selector specifying which fields to include in a partial response." }, "callback": { "description": "JSONP", "location": "query", "type": "string" }, "prettyPrint": { "type": "boolean", "default": "true", "description": "Returns response with indentations and line breaks.", "location": "query" }, "key": { "type": "string", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", "location": "query" }, "upload_protocol": { "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query", "type": "string" }, "access_token": { "description": "OAuth access token.", "type": "string", "location": "query" }, "$.xgafv": { "enumDescriptions": [ "v1 error format", "v2 error format" ], "description": "V1 error format.", "enum": [ "1", "2" ], "location": "query", "type": "string" }, "alt": { "enum": [ "json", "media", "proto" ], "enumDescriptions": [ "Responses with Content-Type of application/json", "Media download with context-dependent Content-Type", "Responses with Content-Type of application/x-protobuf" ], "default": "json", "location": "query", "description": "Data format for response.", "type": "string" }, "oauth_token": { "description": "OAuth 2.0 token for the current user.", "type": "string", "location": "query" }, "uploadType": { "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "type": "string", "location": "query" }, "quotaUser": { "type": "string", "location": "query", "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters." } }, "batchPath": "batch", "mtlsRootUrl": "https://dialogflow.mtls.googleapis.com/", "id": "dialogflow:v3beta1", "name": "dialogflow", "servicePath": "", "fullyEncodeReservedExpansion": true, "description": "Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).", "version_module": true, "version": "v3beta1", "rootUrl": "https://dialogflow.googleapis.com/", "baseUrl": "https://dialogflow.googleapis.com/", "ownerDomain": "google.com", "documentationLink": "https://cloud.google.com/dialogflow/" }