{ "name": "dialogflow", "mtlsRootUrl": "https://dialogflow.mtls.googleapis.com/", "title": "Dialogflow API", "version": "v3", "id": "dialogflow:v3", "auth": { "oauth2": { "scopes": { "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." }, "https://www.googleapis.com/auth/dialogflow": { "description": "View, manage and query your Dialogflow agents" } } } }, "batchPath": "batch", "schemas": { "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { "properties": { "text": { "type": "string" }, "metadata": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "uri": { "type": "string" }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet", "type": "object" }, "GoogleCloudDialogflowV2beta1FreeFormSuggestion": { "properties": { "response": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1FreeFormSuggestion", "type": "object" }, "GoogleCloudDialogflowCxV3ListEnvironmentsResponse": { "properties": { "environments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Environment" } }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ListEnvironmentsResponse" }, "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse": { "properties": { "mergeBehavior": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MERGE_BEHAVIOR_UNSPECIFIED", "APPEND", "REPLACE" ] }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } } }, "id": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse", "type": "object" }, "GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt": { "properties": {}, "id": "GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt", "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageText": { "properties": { "allowPlaybackInterruption": { "type": "boolean", "readOnly": true }, "text": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageText", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem", "type": "object", "properties": { "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "title": { "type": "string" }, "description": { "type": "string" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "footer": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ServiceLatency": { "type": "object", "properties": { "internalServiceLatencies": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency" } } }, "id": "GoogleCloudDialogflowV2beta1ServiceLatency" }, "GoogleCloudDialogflowV2IntentMessageQuickReplies": { "properties": { "quickReplies": { "type": "array", "items": { "type": "string" } }, "title": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageQuickReplies" }, "GoogleCloudDialogflowCxV3RestorePlaybookVersionRequest": { "id": "GoogleCloudDialogflowCxV3RestorePlaybookVersionRequest", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2Intent": { "id": "GoogleCloudDialogflowV2Intent", "properties": { "parameters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentParameter" } }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "action": { "type": "string" }, "displayName": { "type": "string" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" } }, "name": { "type": "string" }, "defaultResponsePlatforms": { "type": "array", "items": { "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "type": "string" } }, "events": { "items": { "type": "string" }, "type": "array" }, "isFallback": { "type": "boolean" }, "liveAgentHandoff": { "type": "boolean" }, "resetContexts": { "type": "boolean" }, "parentFollowupIntentName": { "type": "string" }, "priority": { "format": "int32", "type": "integer" }, "mlDisabled": { "type": "boolean" }, "rootFollowupIntentName": { "readOnly": true, "type": "string" }, "inputContextNames": { "type": "array", "items": { "type": "string" } }, "endInteraction": { "type": "boolean" }, "followupIntentInfo": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2IntentFollowupIntentInfo" }, "type": "array" }, "trainingPhrases": { "items": { "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrase" }, "type": "array" }, "webhookState": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "WEBHOOK_STATE_UNSPECIFIED", "WEBHOOK_STATE_ENABLED", "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" ] } }, "type": "object" }, "GoogleCloudDialogflowV2beta1Message": { "type": "object", "id": "GoogleCloudDialogflowV2beta1Message", "properties": { "participantRole": { "type": "string", "readOnly": true, "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "sentimentAnalysis": { "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", "readOnly": true }, "sendTime": { "format": "google-datetime", "type": "string" }, "content": { "type": "string" }, "languageCode": { "type": "string" }, "createTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "participant": { "type": "string", "readOnly": true }, "messageAnnotation": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1MessageAnnotation" }, "responseMessages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessage" }, "type": "array" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ToolDataStoreTool": { "id": "GoogleCloudDialogflowCxV3ToolDataStoreTool", "type": "object", "properties": { "dataStoreConnections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnection" } }, "fallbackPrompt": { "$ref": "GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": { "properties": { "phoneNumber": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall" }, "GoogleCloudDialogflowCxV3Generator": { "id": "GoogleCloudDialogflowCxV3Generator", "type": "object", "properties": { "promptText": { "$ref": "GoogleCloudDialogflowCxV3Phrase" }, "placeholders": { "items": { "$ref": "GoogleCloudDialogflowCxV3GeneratorPlaceholder" }, "type": "array" }, "modelParameter": { "$ref": "GoogleCloudDialogflowCxV3GeneratorModelParameter" }, "llmModelSettings": { "$ref": "GoogleCloudDialogflowCxV3LlmModelSettings" }, "displayName": { "type": "string" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig", "type": "object", "properties": { "service": { "type": "string" }, "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio": { "type": "object", "properties": { "segments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment" } } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio" }, "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo", "type": "object", "properties": { "synonyms": { "type": "array", "items": { "type": "string" } }, "key": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext": { "type": "object", "properties": { "value": { "type": "string" }, "key": { "type": "string" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext" }, "GoogleCloudDialogflowV2beta1EncryptionSpec": { "id": "GoogleCloudDialogflowV2beta1EncryptionSpec", "type": "object", "properties": { "name": { "type": "string" }, "kmsKey": { "type": "string" } } }, "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata": { "type": "object", "properties": { "trainingModelType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MODEL_TYPE_UNSPECIFIED", "SMART_REPLY_DUAL_ENCODER_MODEL", "SMART_REPLY_BERT_MODEL" ] } }, "id": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata" }, "GoogleCloudDialogflowCxV3ToolVersion": { "id": "GoogleCloudDialogflowCxV3ToolVersion", "properties": { "createTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "tool": { "$ref": "GoogleCloudDialogflowCxV3Tool" }, "displayName": { "type": "string" }, "name": { "type": "string" }, "updateTime": { "format": "google-datetime", "type": "string", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2InputDataset": { "type": "object", "properties": { "dataset": { "type": "string" } }, "id": "GoogleCloudDialogflowV2InputDataset" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { "properties": { "snippets": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" } } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource", "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsMetadata": { "id": "GoogleCloudDialogflowCxV3ImportIntentsMetadata", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3SafetySettingsPromptSecuritySettings": { "id": "GoogleCloudDialogflowCxV3SafetySettingsPromptSecuritySettings", "type": "object", "properties": { "enablePromptSecurity": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3ImportTestCasesMetadata": { "type": "object", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseError" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3ImportTestCasesMetadata" }, "GoogleCloudDialogflowCxV3VersionVariantsVariant": { "properties": { "isControlGroup": { "type": "boolean" }, "trafficAllocation": { "type": "number", "format": "float" }, "version": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3VersionVariantsVariant", "type": "object" }, "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings": { "id": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings", "type": "object", "properties": { "enabled": { "type": "boolean" }, "finishDigit": { "type": "string" }, "interdigitTimeoutDuration": { "type": "string", "format": "google-duration" }, "maxDigits": { "format": "int32", "type": "integer" }, "endpointingTimeoutDuration": { "format": "google-duration", "type": "string" } } }, "GoogleCloudDialogflowCxV3ListVersionsResponse": { "properties": { "versions": { "items": { "$ref": "GoogleCloudDialogflowCxV3Version" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ListVersionsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3RunTestCaseResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3RunTestCaseResponse", "properties": { "result": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" } } }, "GoogleCloudDialogflowCxV3AgentPersonalizationSettings": { "properties": { "defaultEndUserMetadata": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3AgentPersonalizationSettings" }, "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals": { "properties": { "decision": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "GROUNDING_DECISION_UNSPECIFIED", "ACCEPTED_BY_GROUNDING", "REJECTED_BY_GROUNDING" ] }, "score": { "enum": [ "GROUNDING_SCORE_BUCKET_UNSPECIFIED", "VERY_LOW", "LOW", "MEDIUM", "HIGH", "VERY_HIGH" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { "type": "object", "properties": { "url": { "type": "string" }, "urlTypeHint": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "URL_TYPE_HINT_UNSPECIFIED", "AMP_ACTION", "AMP_CONTENT" ] } }, "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" }, "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": { "type": "object", "properties": { "noSpeechTimeout": { "type": "string", "format": "google-duration" }, "models": { "additionalProperties": { "type": "string" }, "type": "object" }, "useTimeoutBasedEndpointing": { "type": "boolean" }, "endpointerSensitivity": { "type": "integer", "format": "int32" } }, "id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings" }, "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo": { "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo", "properties": { "displayName": { "type": "string" }, "value": { "type": "any" }, "required": { "type": "boolean" }, "state": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "PARAMETER_STATE_UNSPECIFIED", "EMPTY", "INVALID", "FILLED" ], "type": "string" }, "justCollected": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3SessionEntityType": { "id": "GoogleCloudDialogflowCxV3SessionEntityType", "properties": { "entities": { "items": { "$ref": "GoogleCloudDialogflowCxV3EntityTypeEntity" }, "type": "array" }, "name": { "type": "string" }, "entityOverrideMode": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ] } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio": { "id": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "audioUri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata": { "properties": { "version": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3CreateVersionOperationMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3TestCase": { "properties": { "displayName": { "type": "string" }, "creationTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "testCaseConversationTurns": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" } }, "lastTestResult": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" }, "notes": { "type": "string" }, "name": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "testConfig": { "$ref": "GoogleCloudDialogflowCxV3TestConfig" } }, "id": "GoogleCloudDialogflowCxV3TestCase", "type": "object" }, "GoogleCloudDialogflowCxV3EventInput": { "type": "object", "properties": { "event": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3EventInput" }, "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata": { "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata" }, "GoogleCloudDialogflowCxV3TypeSchemaSchemaReference": { "type": "object", "id": "GoogleCloudDialogflowCxV3TypeSchemaSchemaReference", "properties": { "schema": { "type": "string" }, "tool": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse", "properties": { "contextSize": { "format": "int32", "type": "integer" }, "smartReplyAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SmartReplyAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3FulfillIntentRequest": { "properties": { "matchIntentRequest": { "$ref": "GoogleCloudDialogflowCxV3MatchIntentRequest" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowCxV3OutputAudioConfig" }, "match": { "$ref": "GoogleCloudDialogflowCxV3Match" } }, "id": "GoogleCloudDialogflowCxV3FulfillIntentRequest", "type": "object" }, "GoogleCloudDialogflowCxV3ToolUse": { "id": "GoogleCloudDialogflowCxV3ToolUse", "properties": { "inputActionParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "tool": { "type": "string" }, "outputActionParameters": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "displayName": { "type": "string", "readOnly": true }, "action": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportAgentRequest": { "type": "object", "properties": { "includeBigqueryExportSettings": { "type": "boolean" }, "gitDestination": { "$ref": "GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination" }, "agentUri": { "type": "string" }, "environment": { "type": "string" }, "dataFormat": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB", "JSON_PACKAGE" ] } }, "id": "GoogleCloudDialogflowCxV3ExportAgentRequest" }, "GoogleCloudDialogflowCxV3DeployFlowResponse": { "id": "GoogleCloudDialogflowCxV3DeployFlowResponse", "type": "object", "properties": { "environment": { "$ref": "GoogleCloudDialogflowCxV3Environment" }, "deployment": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination": { "id": "GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination", "properties": { "trackingBranch": { "type": "string" }, "commitMessage": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ToolCallResult": { "id": "GoogleCloudDialogflowCxV3ToolCallResult", "type": "object", "properties": { "tool": { "type": "string" }, "action": { "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowCxV3ToolCallResultError" }, "outputParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } } }, "GoogleCloudDialogflowV2EntityTypeEntity": { "properties": { "value": { "type": "string" }, "synonyms": { "type": "array", "items": { "type": "string" } } }, "type": "object", "id": "GoogleCloudDialogflowV2EntityTypeEntity" }, "GoogleCloudDialogflowCxV3beta1TextInput": { "properties": { "text": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1TextInput", "type": "object" }, "GoogleCloudDialogflowCxV3VoiceSelectionParams": { "type": "object", "properties": { "ssmlGender": { "type": "string", "enum": [ "SSML_VOICE_GENDER_UNSPECIFIED", "SSML_VOICE_GENDER_MALE", "SSML_VOICE_GENDER_FEMALE", "SSML_VOICE_GENDER_NEUTRAL" ], "enumDescriptions": [ "", "", "", "" ] }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3VoiceSelectionParams" }, "GoogleCloudDialogflowV2SuggestionResult": { "properties": { "error": { "$ref": "GoogleRpcStatus" }, "generateSuggestionsResponse": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponse" }, "suggestArticlesResponse": { "$ref": "GoogleCloudDialogflowV2SuggestArticlesResponse" }, "suggestSmartRepliesResponse": { "$ref": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "suggestFaqAnswersResponse": { "$ref": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse" }, "suggestKnowledgeAssistResponse": { "$ref": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" } }, "type": "object", "id": "GoogleCloudDialogflowV2SuggestionResult" }, "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff", "type": "object", "properties": { "metadata": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } } }, "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency": { "properties": { "completeTime": { "format": "google-datetime", "type": "string" }, "step": { "type": "string" }, "startTime": { "type": "string", "format": "google-datetime" }, "latencyMs": { "format": "float", "type": "number" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult": { "properties": { "answerRecord": { "readOnly": true, "type": "string" }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult" }, "GoogleCloudDialogflowV2ToolCall": { "properties": { "toolDisplayName": { "type": "string" }, "cesToolset": { "type": "string" }, "answerRecord": { "type": "string" }, "cesTool": { "type": "string" }, "tool": { "type": "string" }, "createTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "toolDisplayDetails": { "type": "string" }, "action": { "type": "string" }, "cesApp": { "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "TRIGGERED", "NEEDS_CONFIRMATION" ], "enumDescriptions": [ "", "", "" ], "readOnly": true, "type": "string" }, "inputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object", "id": "GoogleCloudDialogflowV2ToolCall" }, "GoogleCloudDialogflowCxV3TurnSignals": { "properties": { "webhookStatuses": { "items": { "type": "string" }, "type": "array" }, "sentimentMagnitude": { "type": "number", "format": "float" }, "noMatch": { "type": "boolean" }, "reachedEndPage": { "type": "boolean" }, "sentimentScore": { "type": "number", "format": "float" }, "agentEscalated": { "type": "boolean" }, "userEscalated": { "type": "boolean" }, "dtmfUsed": { "type": "boolean" }, "noUserInput": { "type": "boolean" }, "failureReasons": { "type": "array", "items": { "type": "string", "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "enumDescriptions": [ "", "", "" ] } } }, "id": "GoogleCloudDialogflowCxV3TurnSignals", "type": "object" }, "GoogleCloudDialogflowV2beta1ExportOperationMetadata": { "id": "GoogleCloudDialogflowV2beta1ExportOperationMetadata", "type": "object", "properties": { "exportedGcsDestination": { "$ref": "GoogleCloudDialogflowV2beta1GcsDestination" } } }, "GoogleCloudDialogflowCxV3RunContinuousTestMetadata": { "id": "GoogleCloudDialogflowCxV3RunContinuousTestMetadata", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput": { "type": "object", "properties": { "diagnosticInfo": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "triggeredIntent": { "$ref": "GoogleCloudDialogflowCxV3beta1Intent" }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3beta1Page" }, "differences": { "readOnly": true, "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestRunDifference" } }, "status": { "$ref": "GoogleRpcStatus" }, "textResponses": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" }, "type": "array" }, "sessionParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } }, "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput" }, "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior", "properties": { "initialPromptFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "repromptEventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" } } } }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult", "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true, "type": "array" } } }, "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings": { "properties": { "targetPage": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "dataStoreConnections": { "items": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnection" }, "type": "array" }, "targetFlow": { "type": "string" }, "enabled": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsResponse", "properties": { "intentsUri": { "type": "string" }, "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse": { "properties": { "additionalSuggestedQueryResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult" } }, "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" }, "knowledgeAssistAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswer" } }, "type": "object", "id": "GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse" }, "GoogleCloudDialogflowV2beta1GcsDestination": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GcsDestination", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery": { "properties": { "queryText": { "type": "string" }, "searchContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext" } } }, "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" }, "GoogleCloudDialogflowCxV3SpeechToTextSettings": { "properties": { "enableSpeechAdaptation": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3SpeechToTextSettings" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse": { "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources" }, "entityTypes": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentParameter": { "properties": { "prompts": { "items": { "type": "string" }, "type": "array" }, "mandatory": { "type": "boolean" }, "displayName": { "type": "string" }, "name": { "type": "string" }, "value": { "type": "string" }, "isList": { "type": "boolean" }, "defaultValue": { "type": "string" }, "entityTypeDisplayName": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentParameter", "type": "object" }, "GoogleCloudDialogflowV2ArticleAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2ArticleAnswer", "properties": { "snippets": { "type": "array", "items": { "type": "string" } }, "title": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } }, "uri": { "type": "string" }, "answerRecord": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCard": { "properties": { "formattedText": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "subtitle": { "type": "string" }, "title": { "type": "string" }, "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard" }, "GoogleCloudDialogflowCxV3beta1IntentParameter": { "properties": { "redact": { "type": "boolean" }, "id": { "type": "string" }, "isList": { "type": "boolean" }, "entityType": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1IntentParameter" }, "GoogleCloudDialogflowCxV3ToolAuthentication": { "id": "GoogleCloudDialogflowCxV3ToolAuthentication", "type": "object", "properties": { "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig" }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig" }, "serviceAgentAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig" }, "bearerTokenConfig": { "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig" }, "apiKeyConfig": { "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig" } } }, "GoogleCloudDialogflowCxV3ExperimentResult": { "id": "GoogleCloudDialogflowCxV3ExperimentResult", "type": "object", "properties": { "versionMetrics": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics" } }, "lastUpdateTime": { "format": "google-datetime", "type": "string" } } }, "GoogleCloudDialogflowCxV3InputAudioConfig": { "properties": { "enableWordInfo": { "type": "boolean" }, "optOutConformerModelMigration": { "type": "boolean" }, "modelVariant": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ] }, "sampleRateHertz": { "type": "integer", "format": "int32" }, "model": { "type": "string" }, "singleUtterance": { "type": "boolean" }, "bargeInConfig": { "$ref": "GoogleCloudDialogflowCxV3BargeInConfig" }, "audioEncoding": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "type": "string", "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" ] }, "phraseHints": { "items": { "type": "string" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3InputAudioConfig" }, "GoogleCloudDialogflowV2beta1SummarySuggestion": { "type": "object", "properties": { "summarySections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection" } } }, "id": "GoogleCloudDialogflowV2beta1SummarySuggestion" }, "GoogleCloudDialogflowV2beta1IntentSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentSuggestion", "properties": { "displayName": { "type": "string" }, "intentV2": { "type": "string" }, "description": { "type": "string" } } }, "GoogleCloudDialogflowV2ExportAgentResponse": { "id": "GoogleCloudDialogflowV2ExportAgentResponse", "type": "object", "properties": { "agentUri": { "type": "string" }, "agentContent": { "type": "string", "format": "byte" } } }, "GoogleCloudDialogflowCxV3ExportIntentsRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3ExportIntentsRequest", "properties": { "intents": { "items": { "type": "string" }, "type": "array" }, "dataFormat": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB", "JSON", "CSV" ] }, "intentsUri": { "type": "string" }, "intentsContentInline": { "type": "boolean" } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "media": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia" }, "suggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" } } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig": { "type": "object", "properties": { "secretVersionForClientSecret": { "type": "string" }, "clientSecret": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "clientId": { "type": "string" }, "tokenEndpoint": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig" }, "GoogleCloudDialogflowCxV3RunContinuousTestResponse": { "id": "GoogleCloudDialogflowCxV3RunContinuousTestResponse", "properties": { "continuousTestResult": { "$ref": "GoogleCloudDialogflowCxV3ContinuousTestResult" } }, "type": "object" }, "GoogleCloudDialogflowCxV3DeployFlowRequest": { "id": "GoogleCloudDialogflowCxV3DeployFlowRequest", "properties": { "flowVersion": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3DetectIntentResponse": { "id": "GoogleCloudDialogflowCxV3DetectIntentResponse", "type": "object", "properties": { "outputAudioConfig": { "$ref": "GoogleCloudDialogflowCxV3OutputAudioConfig" }, "outputAudio": { "type": "string", "format": "byte" }, "responseType": { "enum": [ "RESPONSE_TYPE_UNSPECIFIED", "PARTIAL", "FINAL" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "queryResult": { "$ref": "GoogleCloudDialogflowCxV3QueryResult" }, "responseId": { "type": "string" }, "allowCancellation": { "type": "boolean" } } }, "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult": { "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult", "type": "object", "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "readOnly": true, "type": "array" } } }, "GoogleCloudDialogflowV2beta1ConversationEvent": { "id": "GoogleCloudDialogflowV2beta1ConversationEvent", "properties": { "errorStatus": { "$ref": "GoogleRpcStatus" }, "newMessagePayload": { "$ref": "GoogleCloudDialogflowV2beta1Message" }, "conversation": { "type": "string" }, "type": { "type": "string", "enum": [ "TYPE_UNSPECIFIED", "CONVERSATION_STARTED", "CONVERSATION_FINISHED", "HUMAN_INTERVENTION_NEEDED", "NEW_MESSAGE", "NEW_RECOGNITION_RESULT", "UNRECOVERABLE_ERROR" ], "enumDescriptions": [ "", "", "", "", "", "", "" ] }, "newRecognitionResultPayload": { "$ref": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton": { "type": "object", "properties": { "title": { "type": "string" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" }, "GoogleCloudDialogflowCxV3beta1ResponseMessage": { "properties": { "conversationSuccess": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess" }, "knowledgeInfoCard": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard" }, "toolCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCall" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "outputAudioText": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText" }, "mixedAudio": { "readOnly": true, "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio" }, "channel": { "type": "string" }, "endInteraction": { "readOnly": true, "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction" }, "text": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText" }, "playAudio": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard" }, "GoogleCloudDialogflowCxV3ValidateFlowRequest": { "id": "GoogleCloudDialogflowCxV3ValidateFlowRequest", "properties": { "languageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase": { "type": "object", "properties": { "value": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource": { "properties": { "snippets": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet" } } }, "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard", "type": "object", "properties": { "cardContents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent" } }, "cardWidth": { "enum": [ "CARD_WIDTH_UNSPECIFIED", "SMALL", "MEDIUM" ], "enumDescriptions": [ "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowV2beta1EventInput": { "type": "object", "id": "GoogleCloudDialogflowV2beta1EventInput", "properties": { "languageCode": { "type": "string" }, "name": { "type": "string" }, "parameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } } }, "GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest": { "properties": { "responseId": { "type": "string" }, "answerFeedback": { "$ref": "GoogleCloudDialogflowCxV3AnswerFeedback" }, "updateMask": { "format": "google-fieldmask", "type": "string" } }, "id": "GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest", "type": "object" }, "GoogleCloudDialogflowCxV3AgentUtterance": { "properties": { "text": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3AgentUtterance", "type": "object" }, "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction": { "type": "object", "properties": { "parameter": { "type": "string" }, "value": { "type": "any" } }, "id": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue": { "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue", "type": "object", "properties": { "secretVersion": { "type": "string" } } }, "GoogleCloudDialogflowCxV3TestRunDifference": { "type": "object", "id": "GoogleCloudDialogflowCxV3TestRunDifference", "properties": { "description": { "type": "string" }, "type": { "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string", "enum": [ "DIFF_TYPE_UNSPECIFIED", "INTENT", "PAGE", "PARAMETERS", "UTTERANCE", "FLOW" ] } } }, "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals": { "properties": { "modelOutput": { "type": "string" }, "model": { "type": "string" }, "renderedPrompt": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals", "type": "object" }, "GoogleCloudDialogflowV2beta1GeneratorSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestion", "properties": { "toolCallInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo" } }, "agentCoachingSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion" }, "summarySuggestion": { "$ref": "GoogleCloudDialogflowV2beta1SummarySuggestion" }, "freeFormSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1FreeFormSuggestion" } } }, "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText": { "id": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText", "type": "object", "properties": { "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "ssml": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech": { "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech", "type": "object", "properties": { "text": { "type": "string" }, "ssml": { "type": "string" } } }, "GoogleCloudDialogflowV2GenerateSuggestionsResponse": { "type": "object", "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponse", "properties": { "generatorSuggestionAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer" } }, "latestMessage": { "type": "string" } } }, "GoogleCloudDialogflowCxV3BoostSpecs": { "type": "object", "properties": { "dataStores": { "type": "array", "items": { "type": "string" } }, "spec": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3BoostSpec" } } }, "id": "GoogleCloudDialogflowCxV3BoostSpecs" }, "GoogleCloudDialogflowCxV3beta1IntentInput": { "id": "GoogleCloudDialogflowCxV3beta1IntentInput", "type": "object", "properties": { "intent": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ExperimentResultMetric": { "properties": { "count": { "type": "number", "format": "double" }, "ratio": { "format": "double", "type": "number" }, "confidenceInterval": { "$ref": "GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval" }, "type": { "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string", "enum": [ "METRIC_UNSPECIFIED", "CONTAINED_SESSION_NO_CALLBACK_RATE", "LIVE_AGENT_HANDOFF_RATE", "CALLBACK_SESSION_RATE", "ABANDONED_SESSION_RATE", "SESSION_END_RATE" ] }, "countType": { "enum": [ "COUNT_TYPE_UNSPECIFIED", "TOTAL_NO_MATCH_COUNT", "TOTAL_TURN_COUNT", "AVERAGE_TURN_COUNT" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] } }, "id": "GoogleCloudDialogflowCxV3ExperimentResultMetric", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext", "properties": { "value": { "type": "string" }, "key": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3PlaybookInstruction": { "type": "object", "properties": { "guidelines": { "type": "string" }, "steps": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3PlaybookStep" } } }, "id": "GoogleCloudDialogflowCxV3PlaybookInstruction" }, "GoogleCloudDialogflowV2KnowledgeOperationMetadata": { "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeOperationMetadata", "properties": { "doneTime": { "type": "string", "format": "google-datetime" }, "knowledgeBase": { "type": "string" }, "exportOperationMetadata": { "$ref": "GoogleCloudDialogflowV2ExportOperationMetadata" }, "state": { "type": "string", "readOnly": true, "enumDescriptions": [ "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "DONE" ] } } }, "GoogleCloudDialogflowCxV3ResourceName": { "properties": { "name": { "type": "string" }, "displayName": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ResourceName", "type": "object" }, "GoogleCloudDialogflowCxV3ListExperimentsResponse": { "properties": { "nextPageToken": { "type": "string" }, "experiments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Experiment" } } }, "id": "GoogleCloudDialogflowCxV3ListExperimentsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig", "properties": { "serviceAgentAuth": { "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "ID_TOKEN", "ACCESS_TOKEN" ], "enumDescriptions": [ "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowCxV3VariantsHistory": { "type": "object", "properties": { "versionVariants": { "$ref": "GoogleCloudDialogflowCxV3VersionVariants" }, "updateTime": { "type": "string", "format": "google-datetime" } }, "id": "GoogleCloudDialogflowCxV3VariantsHistory" }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata", "type": "object", "properties": {} }, "GoogleCloudDialogflowCxV3ImportTestCasesRequest": { "properties": { "gcsUri": { "type": "string" }, "content": { "type": "string", "format": "byte" } }, "id": "GoogleCloudDialogflowCxV3ImportTestCasesRequest", "type": "object" }, "GoogleCloudDialogflowV2beta1SmartReplyAnswer": { "type": "object", "properties": { "reply": { "type": "string" }, "answerRecord": { "type": "string" }, "confidence": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowV2beta1SmartReplyAnswer" }, "GoogleCloudDialogflowV2beta1WebhookRequest": { "id": "GoogleCloudDialogflowV2beta1WebhookRequest", "properties": { "responseId": { "type": "string" }, "alternativeQueryResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" } }, "session": { "type": "string" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" }, "originalDetectIntentRequest": { "$ref": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": { "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall", "properties": { "phoneNumber": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageSuggestion": { "id": "GoogleCloudDialogflowV2IntentMessageSuggestion", "properties": { "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponse", "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources" }, "intents": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2FreeFormSuggestion": { "type": "object", "properties": { "response": { "type": "string" } }, "id": "GoogleCloudDialogflowV2FreeFormSuggestion" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow", "properties": { "dividerAfter": { "type": "boolean" }, "cells": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata": { "type": "object", "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata", "properties": { "request": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest" } } }, "GoogleCloudDialogflowV2beta1IntentMessageCardButton": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCardButton", "properties": { "text": { "type": "string" }, "postback": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig": { "id": "GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig", "type": "object", "properties": { "service": { "type": "string" } } }, "GoogleCloudDialogflowCxV3Webhook": { "id": "GoogleCloudDialogflowCxV3Webhook", "properties": { "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" }, "timeout": { "type": "string", "format": "google-duration" }, "name": { "type": "string" }, "serviceDirectory": { "$ref": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig" }, "disabled": { "type": "boolean" }, "displayName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1PageInfo": { "id": "GoogleCloudDialogflowCxV3beta1PageInfo", "type": "object", "properties": { "currentPage": { "type": "string" }, "displayName": { "type": "string" }, "formInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo" } } }, "GoogleCloudDialogflowCxV3FormParameterFillBehavior": { "type": "object", "id": "GoogleCloudDialogflowCxV3FormParameterFillBehavior", "properties": { "repromptEventHandlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" }, "type": "array" }, "initialPromptFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" } } }, "GoogleCloudDialogflowV2beta1IntentMessageSuggestion": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion", "properties": { "title": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri": { "type": "object", "properties": { "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri" }, "GoogleCloudDialogflowCxV3RolloutState": { "type": "object", "properties": { "stepIndex": { "format": "int32", "type": "integer" }, "step": { "type": "string" }, "startTime": { "format": "google-datetime", "type": "string" } }, "id": "GoogleCloudDialogflowCxV3RolloutState" }, "GoogleCloudDialogflowV2IntentMessageSimpleResponses": { "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponses", "type": "object", "properties": { "simpleResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponse" } } } }, "GoogleCloudDialogflowCxV3beta1LanguageInfo": { "properties": { "resolvedLanguageCode": { "type": "string" }, "confidenceScore": { "type": "number", "format": "float" }, "inputLanguageCode": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1LanguageInfo" }, "GoogleCloudDialogflowV2beta1SessionEntityType": { "properties": { "name": { "type": "string" }, "entityOverrideMode": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ] }, "entities": { "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SessionEntityType" }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard", "properties": { "imageDisplayOptions": { "enum": [ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", "GRAY", "WHITE", "CROPPED", "BLURRED_BACKGROUND" ], "type": "string", "enumDescriptions": [ "", "", "", "", "" ] }, "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem" } } } }, "GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode": { "properties": { "page": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "flow": { "$ref": "GoogleCloudDialogflowCxV3Flow" } }, "id": "GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode", "type": "object" }, "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart": { "type": "object", "properties": { "parameterId": { "type": "string" }, "text": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart" }, "GoogleCloudDialogflowCxV3ConversationTurnUserInput": { "type": "object", "properties": { "injectedParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "enableSentimentAnalysis": { "type": "boolean" }, "isWebhookEnabled": { "type": "boolean" }, "input": { "$ref": "GoogleCloudDialogflowCxV3QueryInput" } }, "id": "GoogleCloudDialogflowCxV3ConversationTurnUserInput" }, "GoogleCloudDialogflowCxV3beta1Form": { "id": "GoogleCloudDialogflowCxV3beta1Form", "type": "object", "properties": { "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FormParameter" }, "type": "array" } } }, "GoogleCloudDialogflowV2IntentMessageColumnProperties": { "id": "GoogleCloudDialogflowV2IntentMessageColumnProperties", "type": "object", "properties": { "horizontalAlignment": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "HORIZONTAL_ALIGNMENT_UNSPECIFIED", "LEADING", "CENTER", "TRAILING" ] }, "header": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ExportPlaybookRequest": { "id": "GoogleCloudDialogflowCxV3ExportPlaybookRequest", "properties": { "playbookUri": { "type": "string" }, "dataFormat": { "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB", "JSON" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo": { "id": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfo", "type": "object", "properties": { "parameterInfo": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { "type": "object", "properties": { "answerRecord": { "readOnly": true, "type": "string" }, "suggestionIndex": { "format": "int32", "readOnly": true, "type": "integer" }, "similarityScore": { "format": "float", "type": "number", "readOnly": true } }, "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "GoogleCloudDialogflowV2beta1StreamingRecognitionResult": { "id": "GoogleCloudDialogflowV2beta1StreamingRecognitionResult", "type": "object", "properties": { "speechEndOffset": { "type": "string", "format": "google-duration" }, "dtmfDigits": { "$ref": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents" }, "messageType": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "MESSAGE_TYPE_UNSPECIFIED", "TRANSCRIPT", "END_OF_SINGLE_UTTERANCE", "DTMF_DIGITS", "PARTIAL_DTMF_DIGITS", "SPEECH_ACTIVITY_BEGIN", "SPEECH_ACTIVITY_END" ], "type": "string" }, "speechWordInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SpeechWordInfo" } }, "transcript": { "type": "string" }, "stability": { "format": "float", "type": "number" }, "isFinal": { "type": "boolean" }, "confidence": { "type": "number", "format": "float" }, "languageCode": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { "properties": { "multipleQueriesGenerated": { "type": "boolean" }, "usePubsubDelivery": { "type": "boolean" }, "queryGenerationAgentLanguageMismatch": { "type": "boolean" }, "useCustomSafetyFilterLevel": { "type": "boolean" }, "conversationTranscriptHasMixedLanguages": { "type": "boolean" }, "endUserMetadataIncluded": { "type": "boolean" }, "primaryQueryRedactedAndReplaced": { "type": "boolean" }, "queryContainedSearchContext": { "type": "boolean" }, "disableSyncDelivery": { "type": "boolean" }, "answerGenerationRewriterOn": { "type": "boolean" }, "appendedSearchContextCount": { "type": "integer", "format": "int32" }, "returnQueryOnly": { "type": "boolean" }, "previousQueriesIncluded": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "queryGenerationEndUserLanguageMismatch": { "type": "boolean" }, "invalidItemsQuerySuggestionSkipped": { "type": "boolean" }, "useTranslatedMessage": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText": { "properties": { "text": { "type": "string" }, "ssml": { "type": "string" }, "allowPlaybackInterruption": { "type": "boolean", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText", "type": "object" }, "GoogleCloudDialogflowCxV3AgentClientCertificateSettings": { "properties": { "passphrase": { "type": "string" }, "sslCertificate": { "type": "string" }, "privateKey": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3AgentClientCertificateSettings", "type": "object" }, "GoogleCloudDialogflowV2SuggestFaqAnswersResponse": { "type": "object", "id": "GoogleCloudDialogflowV2SuggestFaqAnswersResponse", "properties": { "latestMessage": { "type": "string" }, "contextSize": { "format": "int32", "type": "integer" }, "faqAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2FaqAnswer" } } } }, "GoogleCloudDialogflowCxV3beta1TestCaseError": { "properties": { "testCase": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCase" }, "status": { "$ref": "GoogleRpcStatus" } }, "id": "GoogleCloudDialogflowCxV3beta1TestCaseError", "type": "object" }, "GoogleCloudDialogflowCxV3RunContinuousTestRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3RunContinuousTestRequest", "properties": {} }, "GoogleCloudDialogflowV2ExportOperationMetadata": { "id": "GoogleCloudDialogflowV2ExportOperationMetadata", "type": "object", "properties": { "exportedGcsDestination": { "$ref": "GoogleCloudDialogflowV2GcsDestination" } } }, "GoogleCloudDialogflowV2SummarySuggestion": { "type": "object", "properties": { "summarySections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SummarySuggestionSummarySection" } } }, "id": "GoogleCloudDialogflowV2SummarySuggestion" }, "GoogleCloudDialogflowCxV3NluSettings": { "properties": { "classificationThreshold": { "format": "float", "type": "number" }, "modelTrainingMode": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MODEL_TRAINING_MODE_UNSPECIFIED", "MODEL_TRAINING_MODE_AUTOMATIC", "MODEL_TRAINING_MODE_MANUAL" ] }, "modelType": { "enum": [ "MODEL_TYPE_UNSPECIFIED", "MODEL_TYPE_STANDARD", "MODEL_TYPE_ADVANCED" ], "enumDescriptions": [ "", "", "" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3NluSettings" }, "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo", "properties": { "toolCall": { "$ref": "GoogleCloudDialogflowV2beta1ToolCall" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowV2beta1ToolCallResult" } } }, "GoogleCloudDialogflowV2SmartReplyAnswer": { "properties": { "confidence": { "type": "number", "format": "float" }, "answerRecord": { "type": "string" }, "reply": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2SmartReplyAnswer" }, "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet": { "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet", "type": "object", "properties": { "metadata": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "documentTitle": { "type": "string" }, "text": { "type": "string" }, "documentUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals": { "type": "object", "properties": { "matchedBannedPhrase": { "type": "string" }, "decision": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "SAFETY_DECISION_UNSPECIFIED", "ACCEPTED_BY_SAFETY_CHECK", "REJECTED_BY_SAFETY_CHECK" ] }, "bannedPhraseMatch": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "BANNED_PHRASE_MATCH_UNSPECIFIED", "BANNED_PHRASE_MATCH_NONE", "BANNED_PHRASE_MATCH_QUERY", "BANNED_PHRASE_MATCH_RESPONSE" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals" }, "GoogleCloudDialogflowCxV3RunTestCaseMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3RunTestCaseMetadata", "properties": {} }, "GoogleCloudDialogflowV2EventInput": { "id": "GoogleCloudDialogflowV2EventInput", "type": "object", "properties": { "languageCode": { "type": "string" }, "parameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ImportIntentsResponse": { "properties": { "intents": { "type": "array", "items": { "type": "string" } }, "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ImportIntentsResponse" }, "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio": { "properties": { "segments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment" } } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio", "type": "object" }, "GoogleCloudDialogflowCxV3ListToolVersionsResponse": { "properties": { "toolVersions": { "items": { "$ref": "GoogleCloudDialogflowCxV3ToolVersion" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ListToolVersionsResponse" }, "GoogleCloudDialogflowCxV3ValidationMessage": { "type": "object", "properties": { "resourceNames": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResourceName" }, "type": "array" }, "resources": { "deprecated": true, "type": "array", "items": { "type": "string" } }, "detail": { "type": "string" }, "severity": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "SEVERITY_UNSPECIFIED", "INFO", "WARNING", "ERROR" ] }, "resourceType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "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" ] } }, "id": "GoogleCloudDialogflowCxV3ValidationMessage" }, "GoogleCloudDialogflowCxV3beta1TestCaseResult": { "properties": { "conversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" }, "type": "array" }, "testTime": { "format": "google-datetime", "type": "string" }, "environment": { "type": "string" }, "testResult": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ] }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1TestCaseResult", "type": "object" }, "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse": { "id": "GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse", "type": "object", "properties": { "entityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2EntityType" }, "type": "array" } } }, "GoogleCloudDialogflowV2WebhookRequest": { "id": "GoogleCloudDialogflowV2WebhookRequest", "properties": { "session": { "type": "string" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2QueryResult" }, "originalDetectIntentRequest": { "$ref": "GoogleCloudDialogflowV2OriginalDetectIntentRequest" }, "responseId": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportPlaybookRequest": { "type": "object", "properties": { "playbookUri": { "type": "string" }, "importStrategy": { "$ref": "GoogleCloudDialogflowCxV3PlaybookImportStrategy" }, "playbookContent": { "type": "string", "format": "byte" } }, "id": "GoogleCloudDialogflowCxV3ImportPlaybookRequest" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction", "type": "object", "properties": { "dial": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial" }, "openUrl": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri" }, "shareLocation": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation" }, "text": { "type": "string" }, "postbackData": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageSimpleResponse": { "type": "object", "properties": { "ssml": { "type": "string" }, "displayText": { "type": "string" }, "textToSpeech": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageSimpleResponse" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswer": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswer", "properties": { "answerRecord": { "type": "string" }, "knowledgeAssistDebugInfo": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo" }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" }, "suggestedQueryAnswer": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer" } }, "type": "object" }, "GoogleCloudDialogflowV2Sentiment": { "id": "GoogleCloudDialogflowV2Sentiment", "properties": { "magnitude": { "format": "float", "type": "number" }, "score": { "type": "number", "format": "float" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportFlowResponse": { "id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse", "type": "object", "properties": { "flowUri": { "type": "string" }, "flowContent": { "format": "byte", "type": "string" } } }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard": { "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard", "properties": { "imageDisplayOptions": { "enumDescriptions": [ "", "", "", "", "" ], "type": "string", "enum": [ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", "GRAY", "WHITE", "CROPPED", "BLURRED_BACKGROUND" ] }, "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem" } } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion": { "properties": { "destinationName": { "type": "string" }, "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion", "type": "object" }, "GoogleCloudDialogflowV2beta1ToolCall": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ToolCall", "properties": { "cesApp": { "type": "string" }, "createTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "toolDisplayName": { "type": "string" }, "toolDisplayDetails": { "type": "string" }, "cesToolset": { "type": "string" }, "answerRecord": { "type": "string" }, "action": { "type": "string" }, "inputParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "state": { "type": "string", "readOnly": true, "enumDescriptions": [ "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "TRIGGERED", "NEEDS_CONFIRMATION" ] }, "tool": { "type": "string" }, "cesTool": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ImportFlowResponse": { "id": "GoogleCloudDialogflowCxV3ImportFlowResponse", "type": "object", "properties": { "flow": { "type": "string" } } }, "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult", "properties": { "score": { "format": "float", "type": "number" }, "magnitude": { "format": "float", "type": "number" } } }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue", "properties": { "secretVersion": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata": { "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata", "type": "object", "properties": { "errors": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata": { "properties": { "state": { "readOnly": true, "type": "string", "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "DONE" ], "enumDescriptions": [ "", "", "", "" ] }, "doneTime": { "type": "string", "format": "google-datetime" }, "knowledgeBase": { "type": "string" }, "exportOperationMetadata": { "$ref": "GoogleCloudDialogflowV2beta1ExportOperationMetadata" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource": { "properties": { "event": { "type": "string" }, "snippets": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } }, "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource", "type": "object" }, "GoogleCloudDialogflowCxV3GeneratorPlaceholder": { "id": "GoogleCloudDialogflowCxV3GeneratorPlaceholder", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowV2IntentTrainingPhrase": { "id": "GoogleCloudDialogflowV2IntentTrainingPhrase", "properties": { "type": { "enum": [ "TYPE_UNSPECIFIED", "EXAMPLE", "TEMPLATE" ], "enumDeprecated": [ false, false, true ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "timesAddedCount": { "format": "int32", "type": "integer" }, "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentTrainingPhrasePart" } }, "name": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV3alpha1TurnSignals": { "properties": { "reachedEndPage": { "type": "boolean" }, "sentimentScore": { "type": "number", "format": "float" }, "agentEscalated": { "type": "boolean" }, "noMatch": { "type": "boolean" }, "webhookStatuses": { "type": "array", "items": { "type": "string" } }, "failureReasons": { "type": "array", "items": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ] } }, "sentimentMagnitude": { "type": "number", "format": "float" }, "noUserInput": { "type": "boolean" }, "dtmfUsed": { "type": "boolean" }, "triggeredAbandonmentEvent": { "type": "boolean" }, "userEscalated": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV3alpha1TurnSignals", "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse": { "properties": { "continuousTestResult": { "$ref": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult" } }, "id": "GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1MessageAnnotation": { "type": "object", "properties": { "containEntities": { "type": "boolean" }, "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart" } } }, "id": "GoogleCloudDialogflowV2beta1MessageAnnotation" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial", "properties": { "phoneNumber": { "type": "string" } } }, "GoogleCloudDialogflowCxV3FlowTraceMetadata": { "type": "object", "properties": { "flow": { "type": "string" }, "displayName": { "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3FlowTraceMetadata" }, "GoogleCloudDialogflowCxV3HandlerEventHandler": { "type": "object", "properties": { "condition": { "type": "string" }, "event": { "type": "string" }, "fulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" } }, "id": "GoogleCloudDialogflowCxV3HandlerEventHandler" }, "GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings": { "properties": { "enableAnswerFeedback": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings" }, "GoogleCloudDialogflowCxV3Environment": { "type": "object", "properties": { "name": { "type": "string" }, "testCasesConfig": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig" }, "description": { "type": "string" }, "updateTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "versionConfigs": { "items": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig" }, "type": "array" }, "webhookConfig": { "$ref": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig" }, "displayName": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3Environment" }, "GoogleCloudDialogflowCxV3TextToSpeechSettings": { "type": "object", "properties": { "synthesizeSpeechConfigs": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3SynthesizeSpeechConfig" } } }, "id": "GoogleCloudDialogflowCxV3TextToSpeechSettings" }, "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest": { "properties": { "encryptionSpec": { "$ref": "GoogleCloudDialogflowV2beta1EncryptionSpec" } }, "id": "GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest", "type": "object" }, "GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig": { "type": "object", "properties": { "apiKey": { "type": "string" }, "requestLocation": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "REQUEST_LOCATION_UNSPECIFIED", "HEADER", "QUERY_STRING" ] }, "keyName": { "type": "string" }, "secretVersionForApiKey": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig" }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata": { "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseError" } } }, "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata" }, "GoogleCloudDialogflowCxV3MatchIntentRequest": { "properties": { "queryParams": { "$ref": "GoogleCloudDialogflowCxV3QueryParameters" }, "queryInput": { "$ref": "GoogleCloudDialogflowCxV3QueryInput" }, "persistParameterChanges": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3MatchIntentRequest", "type": "object" }, "GoogleCloudDialogflowCxV3StopExperimentRequest": { "id": "GoogleCloudDialogflowCxV3StopExperimentRequest", "type": "object", "properties": {} }, "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata": { "properties": { "createTime": { "type": "string", "format": "google-datetime" }, "conversationProfile": { "type": "string" }, "suggestionFeatureType": { "enumDescriptions": [ "", "", "", "", "", "", "", "" ], "type": "string", "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ] }, "participantRole": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] } }, "id": "GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { "properties": { "answerRecord": { "readOnly": true, "type": "string" }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" }, "suggestionIndex": { "type": "integer", "format": "int32", "readOnly": true }, "similarityScore": { "type": "number", "format": "float", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "GoogleCloudDialogflowV2beta1ImportDocumentsResponse": { "type": "object", "id": "GoogleCloudDialogflowV2beta1ImportDocumentsResponse", "properties": { "warnings": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } } } }, "GoogleCloudDialogflowCxV3FlowImportStrategy": { "properties": { "globalImportStrategy": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ], "enum": [ "IMPORT_STRATEGY_UNSPECIFIED", "IMPORT_STRATEGY_CREATE_NEW", "IMPORT_STRATEGY_REPLACE", "IMPORT_STRATEGY_KEEP", "IMPORT_STRATEGY_MERGE", "IMPORT_STRATEGY_THROW_ERROR" ] } }, "id": "GoogleCloudDialogflowCxV3FlowImportStrategy", "type": "object" }, "GoogleCloudDialogflowCxV3beta1EventHandler": { "properties": { "targetFlow": { "type": "string" }, "event": { "type": "string" }, "targetPage": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "targetPlaybook": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" } }, "id": "GoogleCloudDialogflowCxV3beta1EventHandler", "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources", "type": "object", "properties": { "intentDisplayNames": { "type": "array", "items": { "type": "string" } }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3TextInput": { "type": "object", "properties": { "text": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3TextInput" }, "GoogleCloudDialogflowV2beta1ResponseMessage": { "id": "GoogleCloudDialogflowV2beta1ResponseMessage", "properties": { "endInteraction": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageText" }, "mixedAudio": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ListPagesResponse": { "properties": { "pages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Page" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ListPagesResponse", "type": "object" }, "GoogleCloudDialogflowV2SessionEntityType": { "properties": { "name": { "type": "string" }, "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" } }, "entityOverrideMode": { "enumDescriptions": [ "", "", "" ], "enum": [ "ENTITY_OVERRIDE_MODE_UNSPECIFIED", "ENTITY_OVERRIDE_MODE_OVERRIDE", "ENTITY_OVERRIDE_MODE_SUPPLEMENT" ], "type": "string" } }, "id": "GoogleCloudDialogflowV2SessionEntityType", "type": "object" }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse", "properties": { "generatorSuggestionAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer" }, "type": "array" }, "latestMessage": { "type": "string" } } }, "GoogleCloudDialogflowCxV3DeploymentResult": { "type": "object", "properties": { "experiment": { "type": "string" }, "deploymentTestResults": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowCxV3DeploymentResult" }, "GoogleCloudDialogflowV2beta1SuggestionResult": { "properties": { "suggestSmartRepliesResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse" }, "suggestFaqAnswersResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse" }, "suggestArticlesResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse" }, "suggestKnowledgeAssistResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse" }, "error": { "$ref": "GoogleRpcStatus" }, "generateSuggestionsResponse": { "$ref": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse" }, "suggestEntityExtractionResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" }, "suggestDialogflowAssistsResponse": { "$ref": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1SuggestionResult" }, "GoogleCloudDialogflowCxV3Version": { "properties": { "displayName": { "type": "string" }, "name": { "type": "string" }, "state": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "RUNNING", "SUCCEEDED", "FAILED" ], "readOnly": true }, "createTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "description": { "type": "string" }, "nluSettings": { "$ref": "GoogleCloudDialogflowCxV3NluSettings", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3Version", "type": "object" }, "GoogleCloudDialogflowCxV3Intent": { "type": "object", "properties": { "trainingPhrases": { "items": { "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrase" }, "type": "array" }, "name": { "type": "string" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3IntentParameter" }, "type": "array" }, "description": { "type": "string" }, "priority": { "type": "integer", "format": "int32" }, "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "displayName": { "type": "string" }, "dtmfPattern": { "type": "string" }, "isFallback": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3Intent" }, "GoogleCloudDialogflowCxV3ExportEntityTypesResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse", "properties": { "entityTypesUri": { "type": "string" }, "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3InlineDestination" } } }, "GoogleCloudDialogflowCxV3FlowMultiLanguageSettings": { "properties": { "supportedResponseLanguageCodes": { "items": { "type": "string" }, "type": "array" }, "enableMultiLanguageDetection": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3FlowMultiLanguageSettings" }, "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess": { "properties": { "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } } }, "id": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess", "type": "object" }, "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata": { "type": "object", "properties": { "version": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata" }, "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem": { "properties": { "description": { "type": "string" }, "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "footer": { "type": "string" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction" } }, "id": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem", "type": "object" }, "GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings": { "id": "GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings", "properties": { "branches": { "type": "array", "items": { "type": "string" } }, "trackingBranch": { "type": "string" }, "accessToken": { "type": "string" }, "repositoryUri": { "type": "string" }, "displayName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3RestoreAgentRequest": { "properties": { "restoreOption": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "RESTORE_OPTION_UNSPECIFIED", "KEEP", "FALLBACK" ] }, "agentUri": { "type": "string" }, "gitSource": { "$ref": "GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource" }, "agentContent": { "type": "string", "format": "byte" } }, "id": "GoogleCloudDialogflowCxV3RestoreAgentRequest", "type": "object" }, "GoogleCloudDialogflowCxV3Form": { "type": "object", "properties": { "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3FormParameter" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3Form" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse": { "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse", "properties": { "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult" }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" }, "responseText": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3SpeechProcessingMetadata": { "id": "GoogleCloudDialogflowCxV3SpeechProcessingMetadata", "properties": { "displayName": { "readOnly": true, "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3HandlerLifecycleHandler": { "type": "object", "properties": { "condition": { "type": "string" }, "fulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "lifecycleStage": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3HandlerLifecycleHandler" }, "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet": { "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet", "type": "object", "properties": { "snippetIndex": { "format": "int32", "type": "integer" }, "searchSnippet": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet" } } }, "GoogleCloudDialogflowCxV3ExportTestCasesResponse": { "type": "object", "properties": { "gcsUri": { "type": "string" }, "content": { "type": "string", "format": "byte" } }, "id": "GoogleCloudDialogflowCxV3ExportTestCasesResponse" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult", "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion" }, "type": "array", "readOnly": true } } }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata", "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" } } } }, "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata": { "id": "GoogleCloudDialogflowV2CreateConversationModelOperationMetadata", "type": "object", "properties": { "createTime": { "type": "string", "format": "google-datetime" }, "conversationModel": { "type": "string" }, "doneTime": { "type": "string", "format": "google-datetime" }, "state": { "type": "string", "enum": [ "STATE_UNSPECIFIED", "PENDING", "SUCCEEDED", "FAILED", "CANCELLED", "CANCELLING", "TRAINING" ], "enumDescriptions": [ "", "", "", "", "", "", "" ] } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo", "type": "object", "properties": { "tag": { "type": "string" } } }, "GoogleCloudDialogflowCxV3VersionVariants": { "id": "GoogleCloudDialogflowCxV3VersionVariants", "type": "object", "properties": { "variants": { "items": { "$ref": "GoogleCloudDialogflowCxV3VersionVariantsVariant" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3ExportIntentsResponse": { "id": "GoogleCloudDialogflowCxV3ExportIntentsResponse", "properties": { "intentsUri": { "type": "string" }, "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3InlineDestination" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ToolOpenApiTool": { "properties": { "tlsConfig": { "$ref": "GoogleCloudDialogflowCxV3ToolTLSConfig" }, "authentication": { "$ref": "GoogleCloudDialogflowCxV3ToolAuthentication" }, "textSchema": { "type": "string" }, "serviceDirectoryConfig": { "$ref": "GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ToolOpenApiTool" }, "GoogleCloudDialogflowCxV3ListExamplesResponse": { "id": "GoogleCloudDialogflowCxV3ListExamplesResponse", "properties": { "nextPageToken": { "type": "string" }, "examples": { "items": { "$ref": "GoogleCloudDialogflowCxV3Example" }, "type": "array" } }, "type": "object" }, "GoogleTypeLatLng": { "properties": { "longitude": { "type": "number", "format": "double" }, "latitude": { "type": "number", "format": "double" } }, "type": "object", "id": "GoogleTypeLatLng" }, "GoogleCloudDialogflowCxV3TestCaseError": { "id": "GoogleCloudDialogflowCxV3TestCaseError", "type": "object", "properties": { "status": { "$ref": "GoogleRpcStatus" }, "testCase": { "$ref": "GoogleCloudDialogflowCxV3TestCase" } } }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", "properties": { "serviceAccount": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportEntityTypesResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse", "properties": { "conflictingResources": { "$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources" }, "entityTypes": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettingsPromptTemplate": { "properties": { "frozen": { "type": "boolean" }, "promptText": { "type": "string" }, "displayName": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettingsPromptTemplate", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction", "properties": { "url": { "type": "string" }, "urlTypeHint": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "URL_TYPE_HINT_UNSPECIFIED", "AMP_ACTION", "AMP_CONTENT" ] } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion", "properties": { "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources" }, "agentAction": { "type": "string" }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowCxV3SynthesizeSpeechConfig": { "properties": { "voice": { "$ref": "GoogleCloudDialogflowCxV3VoiceSelectionParams" }, "effectsProfileId": { "type": "array", "items": { "type": "string" } }, "volumeGainDb": { "format": "double", "type": "number" }, "pitch": { "format": "double", "type": "number" }, "speakingRate": { "type": "number", "format": "double" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3SynthesizeSpeechConfig" }, "GoogleCloudDialogflowCxV3DataStoreConnection": { "id": "GoogleCloudDialogflowCxV3DataStoreConnection", "properties": { "dataStoreType": { "enum": [ "DATA_STORE_TYPE_UNSPECIFIED", "PUBLIC_WEB", "UNSTRUCTURED", "STRUCTURED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "dataStore": { "type": "string" }, "documentProcessingMode": { "enum": [ "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", "DOCUMENTS", "CHUNKS" ], "type": "string", "enumDescriptions": [ "", "", "" ] } }, "type": "object" }, "GoogleCloudDialogflowCxV3PlaybookTraceMetadata": { "properties": { "displayName": { "type": "string", "readOnly": true }, "playbook": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3PlaybookTraceMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageMediaContent": { "type": "object", "properties": { "mediaType": { "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "RESPONSE_MEDIA_TYPE_UNSPECIFIED", "AUDIO" ] }, "mediaObjects": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject" } } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent" }, "GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse": { "properties": { "playbook": { "$ref": "GoogleCloudDialogflowCxV3Playbook" } }, "id": "GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ToolCallResultError": { "id": "GoogleCloudDialogflowCxV3beta1ToolCallResultError", "type": "object", "properties": { "message": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall", "properties": { "phoneNumber": { "type": "string" } } }, "GoogleCloudDialogflowV2ConversationEvent": { "properties": { "errorStatus": { "$ref": "GoogleRpcStatus" }, "newMessagePayload": { "$ref": "GoogleCloudDialogflowV2Message" }, "newRecognitionResultPayload": { "$ref": "GoogleCloudDialogflowV2StreamingRecognitionResult" }, "conversation": { "type": "string" }, "type": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string", "enum": [ "TYPE_UNSPECIFIED", "CONVERSATION_STARTED", "CONVERSATION_FINISHED", "HUMAN_INTERVENTION_NEEDED", "NEW_MESSAGE", "NEW_RECOGNITION_RESULT", "UNRECOVERABLE_ERROR" ] } }, "id": "GoogleCloudDialogflowV2ConversationEvent", "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingInstruction": { "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction", "properties": { "displayName": { "type": "string" }, "systemAction": { "type": "string" }, "agentAction": { "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" ] }, "condition": { "type": "string" }, "displayDetails": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell": { "properties": { "text": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCardCell", "type": "object" }, "GoogleCloudDialogflowCxV3EventHandler": { "type": "object", "id": "GoogleCloudDialogflowCxV3EventHandler", "properties": { "targetFlow": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "targetPlaybook": { "type": "string" }, "name": { "readOnly": true, "type": "string" }, "event": { "type": "string" }, "targetPage": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput": { "type": "object", "properties": { "sessionParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "differences": { "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowCxV3TestRunDifference" }, "type": "array" }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "status": { "$ref": "GoogleRpcStatus" }, "triggeredIntent": { "$ref": "GoogleCloudDialogflowCxV3Intent" }, "textResponses": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" }, "type": "array" }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "id": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput" }, "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase": { "type": "object", "properties": { "id": { "readOnly": true, "type": "string" }, "parts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart" } }, "repeatCount": { "format": "int32", "type": "integer" } }, "id": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase" }, "GoogleCloudDialogflowCxV3MatchIntentResponse": { "id": "GoogleCloudDialogflowCxV3MatchIntentResponse", "properties": { "triggerEvent": { "type": "string" }, "transcript": { "type": "string" }, "matches": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Match" } }, "text": { "type": "string" }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "triggerIntent": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1TestError": { "properties": { "testCase": { "type": "string" }, "status": { "$ref": "GoogleRpcStatus" }, "testTime": { "type": "string", "format": "google-datetime" } }, "id": "GoogleCloudDialogflowCxV3beta1TestError", "type": "object" }, "GoogleCloudDialogflowV2beta1ArticleAnswer": { "id": "GoogleCloudDialogflowV2beta1ArticleAnswer", "properties": { "answerRecord": { "type": "string" }, "title": { "type": "string" }, "uri": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "snippets": { "type": "array", "items": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig": { "type": "object", "properties": { "enableContinuousRun": { "type": "boolean" }, "testCases": { "items": { "type": "string" }, "type": "array" }, "enablePredeploymentRun": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig" }, "GoogleCloudDialogflowCxV3TrainFlowRequest": { "id": "GoogleCloudDialogflowCxV3TrainFlowRequest", "type": "object", "properties": {} }, "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem": { "type": "object", "properties": { "info": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "description": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem" }, "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse", "properties": { "names": { "type": "array", "items": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource", "type": "object", "properties": { "snippets": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "event": { "type": "string" } } }, "GoogleCloudDialogflowCxV3LoadVersionRequest": { "properties": { "allowOverrideAgentResources": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3LoadVersionRequest", "type": "object" }, "GoogleCloudDialogflowV2BatchUpdateIntentsResponse": { "type": "object", "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowV2Intent" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2BatchUpdateIntentsResponse" }, "GoogleLongrunningOperation": { "properties": { "metadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } }, "name": { "type": "string" }, "done": { "type": "boolean" }, "response": { "type": "object", "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" } }, "error": { "$ref": "GoogleRpcStatus" } }, "id": "GoogleLongrunningOperation", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties": { "properties": { "header": { "type": "string" }, "horizontalAlignment": { "type": "string", "enum": [ "HORIZONTAL_ALIGNMENT_UNSPECIFIED", "LEADING", "CENTER", "TRAILING" ], "enumDescriptions": [ "", "", "", "" ] } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties", "type": "object" }, "GoogleCloudDialogflowCxV3ListPlaybooksResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3ListPlaybooksResponse", "properties": { "nextPageToken": { "type": "string" }, "playbooks": { "items": { "$ref": "GoogleCloudDialogflowCxV3Playbook" }, "type": "array" } } }, "GoogleCloudDialogflowV2GeneratorSuggestion": { "properties": { "freeFormSuggestion": { "$ref": "GoogleCloudDialogflowV2FreeFormSuggestion" }, "agentCoachingSuggestion": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestion" }, "summarySuggestion": { "$ref": "GoogleCloudDialogflowV2SummarySuggestion" }, "toolCallInfo": { "items": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2GeneratorSuggestion", "type": "object" }, "GoogleCloudDialogflowCxV3PlaybookInvocation": { "type": "object", "id": "GoogleCloudDialogflowCxV3PlaybookInvocation", "properties": { "playbook": { "type": "string" }, "displayName": { "type": "string", "readOnly": true }, "playbookState": { "type": "string", "enum": [ "OUTPUT_STATE_UNSPECIFIED", "OUTPUT_STATE_OK", "OUTPUT_STATE_CANCELLED", "OUTPUT_STATE_FAILED", "OUTPUT_STATE_ESCALATED", "OUTPUT_STATE_PENDING" ], "enumDescriptions": [ "", "", "", "", "", "" ] }, "playbookOutput": { "$ref": "GoogleCloudDialogflowCxV3PlaybookOutput" }, "playbookInput": { "$ref": "GoogleCloudDialogflowCxV3PlaybookInput" } } }, "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart": { "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart", "properties": { "text": { "type": "string" }, "supportingIndices": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestion": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestion", "type": "object", "properties": { "applicableInstructions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingInstruction" } }, "sampleResponses": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse" }, "type": "array" }, "agentActionSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse": { "properties": { "gcsUri": { "type": "string" }, "content": { "type": "string", "format": "byte" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse" }, "GoogleCloudDialogflowCxV3Playbook": { "id": "GoogleCloudDialogflowCxV3Playbook", "type": "object", "properties": { "inputParameterDefinitions": { "items": { "$ref": "GoogleCloudDialogflowCxV3ParameterDefinition" }, "type": "array" }, "codeBlock": { "$ref": "GoogleCloudDialogflowCxV3CodeBlock" }, "referencedPlaybooks": { "items": { "type": "string" }, "type": "array", "readOnly": true }, "playbookType": { "enumDescriptions": [ "", "", "" ], "enum": [ "PLAYBOOK_TYPE_UNSPECIFIED", "TASK", "ROUTINE" ], "type": "string" }, "handlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Handler" } }, "referencedFlows": { "items": { "type": "string" }, "type": "array", "readOnly": true }, "referencedTools": { "type": "array", "items": { "type": "string" } }, "displayName": { "type": "string" }, "goal": { "type": "string" }, "name": { "type": "string" }, "llmModelSettings": { "$ref": "GoogleCloudDialogflowCxV3LlmModelSettings" }, "createTime": { "format": "google-datetime", "type": "string", "readOnly": true }, "instruction": { "$ref": "GoogleCloudDialogflowCxV3PlaybookInstruction" }, "inlineActions": { "type": "array", "items": { "type": "string" }, "readOnly": true }, "tokenCount": { "readOnly": true, "type": "string", "format": "int64" }, "updateTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "outputParameterDefinitions": { "items": { "$ref": "GoogleCloudDialogflowCxV3ParameterDefinition" }, "type": "array" } } }, "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard": { "type": "object", "id": "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" } } }, "GoogleCloudDialogflowCxV3ListSecuritySettingsResponse": { "properties": { "nextPageToken": { "type": "string" }, "securitySettings": { "items": { "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3ListSecuritySettingsResponse", "type": "object" }, "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer", "properties": { "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1GeneratorSuggestion" }, "answerRecord": { "type": "string" }, "sourceGenerator": { "type": "string" } } }, "GoogleCloudDialogflowCxV3Changelog": { "id": "GoogleCloudDialogflowCxV3Changelog", "type": "object", "properties": { "createTime": { "format": "google-datetime", "type": "string" }, "name": { "type": "string" }, "resource": { "type": "string" }, "userEmail": { "type": "string" }, "type": { "type": "string" }, "languageCode": { "type": "string" }, "displayName": { "type": "string" }, "action": { "type": "string" } } }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo": { "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfo", "type": "object", "properties": { "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo" }, "queryCategorizationFailureReason": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", "QUERY_CATEGORIZATION_INVALID_CONFIG", "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", "QUERY_CATEGORIZATION_FAILED" ] }, "datastoreResponseReason": { "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" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ], "type": "string" }, "knowledgeAssistBehavior": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior" }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2ServiceLatency" }, "queryGenerationFailureReason": { "type": "string", "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" ] }, "cesDebugInfo": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "queryGenerationDebugInfo": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo" } } }, "GoogleCloudDialogflowV2ToolCallResultError": { "id": "GoogleCloudDialogflowV2ToolCallResultError", "type": "object", "properties": { "message": { "type": "string" }, "retryable": { "type": "boolean" } } }, "GoogleCloudDialogflowV2IntentFollowupIntentInfo": { "id": "GoogleCloudDialogflowV2IntentFollowupIntentInfo", "type": "object", "properties": { "followupIntentName": { "type": "string" }, "parentFollowupIntentName": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ListEntityTypesResponse": { "properties": { "nextPageToken": { "type": "string" }, "entityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3EntityType" } } }, "id": "GoogleCloudDialogflowCxV3ListEntityTypesResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1Webhook": { "properties": { "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService" }, "disabled": { "type": "boolean" }, "serviceDirectory": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig" }, "timeout": { "type": "string", "format": "google-duration" }, "displayName": { "type": "string" }, "name": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Webhook" }, "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesResponse", "properties": { "results": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" } } }, "type": "object" }, "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo": { "properties": { "contextReferenceRetrieved": { "type": "boolean" }, "projectNotAllowlisted": { "type": "boolean" }, "ingestedParametersDebugInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" } } }, "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo", "type": "object" }, "GoogleCloudDialogflowCxV3FilterSpecs": { "type": "object", "properties": { "dataStores": { "items": { "type": "string" }, "type": "array" }, "filter": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3FilterSpecs" }, "GoogleCloudDialogflowCxV3Example": { "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "playbookInput": { "$ref": "GoogleCloudDialogflowCxV3PlaybookInput" }, "playbookOutput": { "$ref": "GoogleCloudDialogflowCxV3PlaybookOutput" }, "tokenCount": { "readOnly": true, "format": "int64", "type": "string" }, "updateTime": { "format": "google-datetime", "type": "string", "readOnly": true }, "conversationState": { "type": "string", "enum": [ "OUTPUT_STATE_UNSPECIFIED", "OUTPUT_STATE_OK", "OUTPUT_STATE_CANCELLED", "OUTPUT_STATE_FAILED", "OUTPUT_STATE_ESCALATED", "OUTPUT_STATE_PENDING" ], "enumDescriptions": [ "", "", "", "", "", "" ] }, "actions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Action" } }, "languageCode": { "type": "string" }, "createTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "displayName": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3Example", "type": "object" }, "GoogleCloudDialogflowCxV3Fulfillment": { "type": "object", "properties": { "setParameterActions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction" } }, "tag": { "type": "string" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } }, "conditionalCases": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" }, "type": "array" }, "returnPartialResponses": { "type": "boolean" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "generators": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings" } }, "enableGenerativeFallback": { "type": "boolean" }, "webhook": { "type": "string" }, "codeBlockFunction": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3Fulfillment" }, "GoogleCloudDialogflowCxV3Experiment": { "id": "GoogleCloudDialogflowCxV3Experiment", "type": "object", "properties": { "displayName": { "type": "string" }, "definition": { "$ref": "GoogleCloudDialogflowCxV3ExperimentDefinition" }, "result": { "$ref": "GoogleCloudDialogflowCxV3ExperimentResult" }, "lastUpdateTime": { "format": "google-datetime", "type": "string" }, "endTime": { "format": "google-datetime", "type": "string" }, "experimentLength": { "format": "google-duration", "type": "string" }, "name": { "type": "string" }, "rolloutConfig": { "$ref": "GoogleCloudDialogflowCxV3RolloutConfig" }, "variantsHistory": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3VariantsHistory" } }, "state": { "enumDescriptions": [ "", "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "DRAFT", "RUNNING", "DONE", "ROLLOUT_FAILED" ], "type": "string" }, "rolloutFailureReason": { "type": "string" }, "startTime": { "format": "google-datetime", "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" }, "rolloutState": { "$ref": "GoogleCloudDialogflowCxV3RolloutState" }, "description": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer": { "id": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer", "properties": { "intentSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1IntentSuggestion" }, "answerRecord": { "type": "string" }, "queryResult": { "$ref": "GoogleCloudDialogflowV2beta1QueryResult" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart": { "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart", "type": "object", "properties": { "alias": { "type": "string" }, "userDefined": { "type": "boolean" }, "text": { "type": "string" }, "entityType": { "type": "string" } } }, "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion": { "properties": { "answerRecord": { "readOnly": true, "type": "string" }, "suggestionIndex": { "format": "int32", "readOnly": true, "type": "integer" }, "similarityScore": { "type": "number", "readOnly": true, "format": "float" }, "sources": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "readOnly": true } }, "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion", "type": "object" }, "GoogleCloudDialogflowV2beta1SentimentAnalysisResult": { "type": "object", "id": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult", "properties": { "queryTextSentiment": { "$ref": "GoogleCloudDialogflowV2beta1Sentiment" } } }, "GoogleCloudDialogflowCxV3ValidateAgentRequest": { "id": "GoogleCloudDialogflowCxV3ValidateAgentRequest", "properties": { "languageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3IntentCoverage": { "id": "GoogleCloudDialogflowCxV3IntentCoverage", "type": "object", "properties": { "intents": { "items": { "$ref": "GoogleCloudDialogflowCxV3IntentCoverageIntent" }, "type": "array" }, "coverageScore": { "format": "float", "type": "number" } } }, "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo": { "properties": { "tag": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo", "type": "object" }, "GoogleCloudDialogflowCxV3SentimentAnalysisResult": { "properties": { "score": { "type": "number", "format": "float" }, "magnitude": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowCxV3SentimentAnalysisResult", "type": "object" }, "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue": { "properties": { "originalValue": { "type": "string" }, "resolvedValue": { "type": "any" } }, "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue", "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall", "type": "object", "properties": { "phoneNumber": { "type": "string" }, "sipUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3TestCaseResult": { "properties": { "environment": { "type": "string" }, "name": { "type": "string" }, "testTime": { "type": "string", "format": "google-datetime" }, "testResult": { "enum": [ "TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "conversationTurns": { "items": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurn" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3TestCaseResult" }, "GoogleCloudDialogflowCxV3ToolCallResultError": { "type": "object", "id": "GoogleCloudDialogflowCxV3ToolCallResultError", "properties": { "message": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings": { "properties": { "dataStoreConnections": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1DataStoreConnection" } }, "enabled": { "type": "boolean" }, "targetFlow": { "type": "string" }, "targetPage": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" } }, "id": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings", "type": "object" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse": { "type": "object", "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse", "properties": { "responseText": { "type": "string" }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources" }, "duplicateCheckResult": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", "readOnly": true } } }, "GoogleCloudDialogflowV2IntentMessageBasicCardButton": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButton", "properties": { "title": { "type": "string" }, "openUriAction": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction" } } }, "GoogleCloudDialogflowCxV3PageInfo": { "id": "GoogleCloudDialogflowCxV3PageInfo", "properties": { "formInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfo" }, "currentPage": { "type": "string" }, "displayName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ConversationModel": { "properties": { "languageCode": { "type": "string" }, "name": { "type": "string" }, "satisfiesPzs": { "readOnly": true, "type": "boolean" }, "datasets": { "items": { "$ref": "GoogleCloudDialogflowV2InputDataset" }, "type": "array" }, "satisfiesPzi": { "readOnly": true, "type": "boolean" }, "displayName": { "type": "string" }, "state": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "enum": [ "STATE_UNSPECIFIED", "CREATING", "UNDEPLOYED", "DEPLOYING", "DEPLOYED", "UNDEPLOYING", "DELETING", "FAILED", "PENDING" ], "readOnly": true }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "articleSuggestionModelMetadata": { "$ref": "GoogleCloudDialogflowV2ArticleSuggestionModelMetadata" }, "smartReplyModelMetadata": { "$ref": "GoogleCloudDialogflowV2SmartReplyModelMetadata" } }, "id": "GoogleCloudDialogflowV2ConversationModel", "type": "object" }, "GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig", "properties": { "secretVersionForToken": { "type": "string" }, "token": { "type": "string" } } }, "GoogleCloudDialogflowCxV3InlineDestination": { "type": "object", "properties": { "content": { "type": "string", "readOnly": true, "format": "byte" } }, "id": "GoogleCloudDialogflowCxV3InlineDestination" }, "GoogleCloudDialogflowV2beta1EntityTypeEntity": { "type": "object", "id": "GoogleCloudDialogflowV2beta1EntityTypeEntity", "properties": { "value": { "type": "string" }, "synonyms": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction": { "properties": { "parameter": { "type": "string" }, "value": { "type": "any" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3FulfillmentSetParameterAction" }, "GoogleCloudDialogflowCxV3InlineSchema": { "type": "object", "properties": { "type": { "enum": [ "DATA_TYPE_UNSPECIFIED", "STRING", "NUMBER", "BOOLEAN", "ARRAY" ], "enumDescriptions": [ "", "", "", "", "" ], "type": "string" }, "items": { "$ref": "GoogleCloudDialogflowCxV3TypeSchema" } }, "id": "GoogleCloudDialogflowCxV3InlineSchema" }, "GoogleCloudDialogflowCxV3CalculateCoverageResponse": { "id": "GoogleCloudDialogflowCxV3CalculateCoverageResponse", "properties": { "routeGroupCoverage": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage" }, "intentCoverage": { "$ref": "GoogleCloudDialogflowCxV3IntentCoverage" }, "transitionCoverage": { "$ref": "GoogleCloudDialogflowCxV3TransitionCoverage" }, "agent": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ListFlowsResponse": { "properties": { "nextPageToken": { "type": "string" }, "flows": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Flow" } } }, "id": "GoogleCloudDialogflowCxV3ListFlowsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1SessionInfo": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1SessionInfo", "properties": { "parameters": { "additionalProperties": { "type": "any" }, "type": "object" }, "session": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent": { "id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent", "properties": { "participant": { "type": "string" }, "conversation": { "type": "string" }, "suggestionResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1SuggestionResult" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig": { "id": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig", "properties": { "enablePredeploymentRun": { "type": "boolean" }, "testCases": { "type": "array", "items": { "type": "string" } }, "enableContinuousRun": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings", "type": "object", "properties": { "inputParameters": { "additionalProperties": { "type": "string" }, "type": "object" }, "generator": { "type": "string" }, "outputParameter": { "type": "string" } } }, "GoogleCloudDialogflowCxV3QueryInput": { "properties": { "intent": { "$ref": "GoogleCloudDialogflowCxV3IntentInput" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3DtmfInput" }, "text": { "$ref": "GoogleCloudDialogflowCxV3TextInput" }, "audio": { "$ref": "GoogleCloudDialogflowCxV3AudioInput" }, "languageCode": { "type": "string" }, "event": { "$ref": "GoogleCloudDialogflowCxV3EventInput" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowCxV3ToolCallResult" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3QueryInput" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment": { "properties": { "audio": { "format": "byte", "type": "string" }, "allowPlaybackInterruption": { "type": "boolean", "readOnly": true }, "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment", "type": "object" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources": { "properties": { "instructionIndexes": { "type": "array", "items": { "format": "int32", "type": "integer" }, "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" }, "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata": { "id": "GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata", "type": "object", "properties": { "conversationDataset": { "type": "string" } } }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult": { "properties": { "answerRecord": { "type": "string", "readOnly": true }, "suggestedQuery": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery" } }, "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerAdditionalSuggestedQueryResult", "type": "object" }, "GoogleCloudDialogflowCxV3beta1InputAudioConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1InputAudioConfig", "properties": { "model": { "type": "string" }, "enableWordInfo": { "type": "boolean" }, "modelVariant": { "enumDescriptions": [ "", "", "", "" ], "enum": [ "SPEECH_MODEL_VARIANT_UNSPECIFIED", "USE_BEST_AVAILABLE", "USE_STANDARD", "USE_ENHANCED" ], "type": "string" }, "sampleRateHertz": { "format": "int32", "type": "integer" }, "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" }, "phraseHints": { "items": { "type": "string" }, "type": "array" }, "optOutConformerModelMigration": { "type": "boolean" }, "bargeInConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1BargeInConfig" } } }, "GoogleCloudDialogflowCxV3ExportFlowResponse": { "properties": { "flowUri": { "type": "string" }, "flowContent": { "type": "string", "format": "byte" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ExportFlowResponse" }, "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies": { "id": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies", "properties": { "title": { "type": "string" }, "quickReplies": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExperimentDefinition": { "type": "object", "properties": { "condition": { "type": "string" }, "versionVariants": { "$ref": "GoogleCloudDialogflowCxV3VersionVariants" } }, "id": "GoogleCloudDialogflowCxV3ExperimentDefinition" }, "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse": { "id": "GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse", "type": "object", "properties": { "intents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Intent" } } } }, "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings": { "properties": { "enableConsentBasedRedaction": { "type": "boolean" }, "enableStackdriverLogging": { "type": "boolean" }, "enableInteractionLogging": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings" }, "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction": { "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", "properties": {} }, "GoogleCloudDialogflowCxV3beta1AudioInput": { "id": "GoogleCloudDialogflowCxV3beta1AudioInput", "type": "object", "properties": { "config": { "$ref": "GoogleCloudDialogflowCxV3beta1InputAudioConfig" }, "audio": { "type": "string", "format": "byte" } } }, "GoogleCloudDialogflowCxV3EntityTypeEntity": { "id": "GoogleCloudDialogflowCxV3EntityTypeEntity", "type": "object", "properties": { "value": { "type": "string" }, "synonyms": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3ToolFunctionTool": { "properties": { "outputSchema": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "inputSchema": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ToolFunctionTool" }, "GoogleCloudDialogflowV2beta1ToolCallResultError": { "id": "GoogleCloudDialogflowV2beta1ToolCallResultError", "type": "object", "properties": { "message": { "type": "string" }, "retryable": { "type": "boolean" } } }, "GoogleCloudDialogflowV2IntentParameter": { "type": "object", "id": "GoogleCloudDialogflowV2IntentParameter", "properties": { "displayName": { "type": "string" }, "defaultValue": { "type": "string" }, "mandatory": { "type": "boolean" }, "isList": { "type": "boolean" }, "entityTypeDisplayName": { "type": "string" }, "value": { "type": "string" }, "name": { "type": "string" }, "prompts": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo", "properties": { "displayName": { "type": "string" }, "confidence": { "type": "number", "format": "float" }, "lastMatchedIntent": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3SafetySettingsRaiSettingsCategoryFilter": { "type": "object", "id": "GoogleCloudDialogflowCxV3SafetySettingsRaiSettingsCategoryFilter", "properties": { "filterLevel": { "enum": [ "SAFETY_FILTER_LEVEL_UNSPECIFIED", "BLOCK_NONE", "BLOCK_FEW", "BLOCK_SOME", "BLOCK_MOST" ], "type": "string", "enumDescriptions": [ "", "", "", "", "" ] }, "category": { "enumDescriptions": [ "", "", "", "", "" ], "type": "string", "enum": [ "SAFETY_CATEGORY_UNSPECIFIED", "DANGEROUS_CONTENT", "HATE_SPEECH", "HARASSMENT", "SEXUALLY_EXPLICIT_CONTENT" ] } } }, "GoogleCloudDialogflowCxV3LlmModelSettings": { "properties": { "model": { "type": "string" }, "promptText": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3LlmModelSettings" }, "GoogleCloudDialogflowCxV3PlaybookInput": { "type": "object", "properties": { "precedingConversationSummary": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3PlaybookInput" }, "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction", "properties": {}, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageText": { "properties": { "text": { "type": "array", "items": { "type": "string" } } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageText" }, "GoogleCloudDialogflowCxV3ImportTestCasesResponse": { "properties": { "names": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3ImportTestCasesResponse", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject", "properties": { "description": { "type": "string" }, "contentUrl": { "type": "string" }, "largeImage": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "icon": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ToolTLSConfigCACert": { "id": "GoogleCloudDialogflowCxV3ToolTLSConfigCACert", "type": "object", "properties": { "cert": { "format": "byte", "type": "string" }, "displayName": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig", "properties": { "clientId": { "type": "string" }, "tokenEndpoint": { "type": "string" }, "secretVersionForClientSecret": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "clientSecret": { "type": "string" }, "oauthGrantType": { "enum": [ "OAUTH_GRANT_TYPE_UNSPECIFIED", "CLIENT_CREDENTIAL" ], "type": "string", "enumDescriptions": [ "", "" ] } } }, "GoogleCloudDialogflowCxV3RestoreToolVersionRequest": { "id": "GoogleCloudDialogflowCxV3RestoreToolVersionRequest", "properties": {}, "type": "object" }, "GoogleCloudDialogflowCxV3TransitionCoverage": { "id": "GoogleCloudDialogflowCxV3TransitionCoverage", "type": "object", "properties": { "transitions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionCoverageTransition" } }, "coverageScore": { "type": "number", "format": "float" } } }, "GoogleCloudDialogflowV2QueryResult": { "properties": { "fulfillmentMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" } }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "allRequiredParamsPresent": { "type": "boolean" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult" }, "queryText": { "type": "string" }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "webhookSource": { "type": "string" }, "webhookPayload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "intentDetectionConfidence": { "type": "number", "format": "float" }, "fulfillmentText": { "type": "string" }, "languageCode": { "type": "string" }, "action": { "type": "string" }, "intent": { "$ref": "GoogleCloudDialogflowV2Intent" }, "speechRecognitionConfidence": { "type": "number", "format": "float" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "cancelsSlotFilling": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2QueryResult", "type": "object" }, "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": { "properties": { "serviceAccount": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig" }, "GoogleCloudDialogflowCxV3ListChangelogsResponse": { "type": "object", "properties": { "nextPageToken": { "type": "string" }, "changelogs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Changelog" } } }, "id": "GoogleCloudDialogflowCxV3ListChangelogsResponse" }, "GoogleCloudDialogflowV3alpha1ConversationSignals": { "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowV3alpha1TurnSignals" } }, "id": "GoogleCloudDialogflowV3alpha1ConversationSignals", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageText": { "type": "object", "properties": { "text": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageText" }, "GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics": { "id": "GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics", "properties": { "sessionCount": { "type": "integer", "format": "int32" }, "version": { "type": "string" }, "metrics": { "items": { "$ref": "GoogleCloudDialogflowCxV3ExperimentResultMetric" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3FlowInvocation": { "id": "GoogleCloudDialogflowCxV3FlowInvocation", "type": "object", "properties": { "flow": { "type": "string" }, "displayName": { "readOnly": true, "type": "string" }, "flowState": { "enum": [ "OUTPUT_STATE_UNSPECIFIED", "OUTPUT_STATE_OK", "OUTPUT_STATE_CANCELLED", "OUTPUT_STATE_FAILED", "OUTPUT_STATE_ESCALATED", "OUTPUT_STATE_PENDING" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse": { "type": "object", "properties": { "nextPageToken": { "type": "string" }, "playbookVersions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3PlaybookVersion" } } }, "id": "GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse" }, "GoogleCloudDialogflowCxV3beta1Page": { "type": "object", "properties": { "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TransitionRoute" }, "type": "array" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings" }, "form": { "$ref": "GoogleCloudDialogflowCxV3beta1Form" }, "description": { "type": "string" }, "entryFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "displayName": { "type": "string" }, "transitionRouteGroups": { "type": "array", "items": { "type": "string" } }, "eventHandlers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EventHandler" } }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1Page" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings", "properties": { "enableStackdriverLogging": { "type": "boolean" }, "enableInteractionLogging": { "type": "boolean" }, "enableConsentBasedRedaction": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3CompareVersionsResponse": { "properties": { "targetVersionContentJson": { "type": "string" }, "compareTime": { "format": "google-datetime", "type": "string" }, "baseVersionContentJson": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3CompareVersionsResponse" }, "GoogleCloudDialogflowCxV3IntentParameter": { "id": "GoogleCloudDialogflowCxV3IntentParameter", "type": "object", "properties": { "redact": { "type": "boolean" }, "entityType": { "type": "string" }, "id": { "type": "string" }, "isList": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase": { "type": "object", "properties": { "caseContent": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent" }, "type": "array" }, "condition": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction" }, "GoogleCloudDialogflowV2beta1Intent": { "properties": { "parentFollowupIntentName": { "type": "string" }, "priority": { "type": "integer", "format": "int32" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "type": "array" }, "rootFollowupIntentName": { "readOnly": true, "type": "string" }, "liveAgentHandoff": { "type": "boolean" }, "inputContextNames": { "type": "array", "items": { "type": "string" } }, "webhookState": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "WEBHOOK_STATE_UNSPECIFIED", "WEBHOOK_STATE_ENABLED", "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING" ] }, "mlDisabled": { "type": "boolean" }, "followupIntentInfo": { "type": "array", "readOnly": true, "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo" } }, "name": { "type": "string" }, "mlEnabled": { "type": "boolean", "deprecated": true }, "resetContexts": { "type": "boolean" }, "events": { "type": "array", "items": { "type": "string" } }, "parameters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentParameter" } }, "defaultResponsePlatforms": { "type": "array", "items": { "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "TELEPHONY", "GOOGLE_HANGOUTS" ], "type": "string" } }, "action": { "type": "string" }, "displayName": { "type": "string" }, "isFallback": { "type": "boolean" }, "endInteraction": { "type": "boolean" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" } }, "trainingPhrases": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2beta1Intent", "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata" }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent": { "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent", "properties": { "additionalCases": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" }, "message": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } }, "type": "object" }, "GoogleCloudDialogflowV2ServiceLatency": { "properties": { "internalServiceLatencies": { "items": { "$ref": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2ServiceLatency" }, "GoogleCloudDialogflowV2SummarySuggestionSummarySection": { "type": "object", "id": "GoogleCloudDialogflowV2SummarySuggestionSummarySection", "properties": { "section": { "type": "string" }, "summary": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata": { "type": "object", "properties": { "createTime": { "type": "string", "format": "google-datetime" }, "conversationProfile": { "type": "string" }, "suggestionFeatureType": { "type": "string", "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "DIALOGFLOW_ASSIST", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ] }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata" }, "GoogleCloudDialogflowCxV3Action": { "properties": { "userUtterance": { "$ref": "GoogleCloudDialogflowCxV3UserUtterance" }, "flowTransition": { "$ref": "GoogleCloudDialogflowCxV3FlowTransition" }, "flowInvocation": { "$ref": "GoogleCloudDialogflowCxV3FlowInvocation" }, "agentUtterance": { "$ref": "GoogleCloudDialogflowCxV3AgentUtterance" }, "playbookInvocation": { "$ref": "GoogleCloudDialogflowCxV3PlaybookInvocation" }, "toolUse": { "$ref": "GoogleCloudDialogflowCxV3ToolUse" }, "playbookTransition": { "$ref": "GoogleCloudDialogflowCxV3PlaybookTransition" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3Action" }, "GoogleCloudDialogflowCxV3LanguageInfo": { "id": "GoogleCloudDialogflowCxV3LanguageInfo", "type": "object", "properties": { "resolvedLanguageCode": { "type": "string" }, "inputLanguageCode": { "type": "string" }, "confidenceScore": { "format": "float", "type": "number" } } }, "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse", "type": "object", "properties": { "latestMessage": { "type": "string" }, "contextSize": { "format": "int32", "type": "integer" }, "dialogflowAssistAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1DialogflowAssistAnswer" } } } }, "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo": { "properties": { "toolCall": { "$ref": "GoogleCloudDialogflowV2ToolCall" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowV2ToolCallResult" } }, "id": "GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo", "type": "object" }, "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer": { "type": "object", "properties": { "answerRecord": { "type": "string" }, "generatorSuggestion": { "$ref": "GoogleCloudDialogflowV2GeneratorSuggestion" }, "sourceGenerator": { "type": "string" } }, "id": "GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmText": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmText", "properties": { "rbmSuggestion": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion" }, "type": "array" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ContinuousTestResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ContinuousTestResult", "properties": { "testCaseResults": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "runTime": { "format": "google-datetime", "type": "string" }, "result": { "type": "string", "enum": [ "AGGREGATED_TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "enumDescriptions": [ "", "", "" ] } } }, "GoogleCloudDialogflowCxV3ListWebhooksResponse": { "id": "GoogleCloudDialogflowCxV3ListWebhooksResponse", "properties": { "webhooks": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Webhook" } }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportAgentResponse": { "type": "object", "properties": { "agentContent": { "type": "string", "format": "byte" }, "agentUri": { "type": "string" }, "commitSha": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ExportAgentResponse" }, "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses", "type": "object", "properties": { "simpleResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse" } } } }, "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata", "properties": {} }, "GoogleCloudDialogflowCxV3PlaybookOutput": { "id": "GoogleCloudDialogflowCxV3PlaybookOutput", "type": "object", "properties": { "executionSummary": { "type": "string" } } }, "GoogleCloudDialogflowCxV3BargeInConfig": { "id": "GoogleCloudDialogflowCxV3BargeInConfig", "properties": { "noBargeInDuration": { "format": "google-duration", "type": "string" }, "totalDuration": { "format": "google-duration", "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency": { "type": "object", "id": "GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency", "properties": { "completeTime": { "type": "string", "format": "google-datetime" }, "startTime": { "type": "string", "format": "google-datetime" }, "latencyMs": { "format": "float", "type": "number" }, "step": { "type": "string" } } }, "GoogleCloudDialogflowCxV3DeployFlowMetadata": { "properties": { "testErrors": { "items": { "$ref": "GoogleCloudDialogflowCxV3TestError" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3DeployFlowMetadata" }, "GoogleCloudDialogflowV2beta1FaqAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2beta1FaqAnswer", "properties": { "answerRecord": { "type": "string" }, "question": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "source": { "type": "string" }, "answer": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1QueryInput": { "properties": { "event": { "$ref": "GoogleCloudDialogflowCxV3beta1EventInput" }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3beta1DtmfInput" }, "text": { "$ref": "GoogleCloudDialogflowCxV3beta1TextInput" }, "languageCode": { "type": "string" }, "audio": { "$ref": "GoogleCloudDialogflowCxV3beta1AudioInput" }, "intent": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentInput" }, "toolCallResult": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResult" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1QueryInput" }, "GoogleCloudDialogflowV2ToolCallResult": { "id": "GoogleCloudDialogflowV2ToolCallResult", "properties": { "answerRecord": { "type": "string" }, "rawContent": { "type": "string", "format": "byte" }, "cesApp": { "type": "string" }, "cesTool": { "type": "string" }, "cesToolset": { "type": "string" }, "content": { "type": "string" }, "tool": { "type": "string" }, "action": { "type": "string" }, "createTime": { "readOnly": true, "type": "string", "format": "google-datetime" }, "error": { "$ref": "GoogleCloudDialogflowV2ToolCallResultError" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction": { "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2Context": { "id": "GoogleCloudDialogflowV2Context", "type": "object", "properties": { "name": { "type": "string" }, "lifespanCount": { "format": "int32", "type": "integer" }, "parameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } } }, "GoogleCloudDialogflowCxV3ListIntentsResponse": { "properties": { "nextPageToken": { "type": "string" }, "intents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Intent" } } }, "id": "GoogleCloudDialogflowCxV3ListIntentsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettings": { "properties": { "audioExportGcsDestination": { "$ref": "GoogleCloudDialogflowCxV3beta1GcsDestination" }, "dtmfSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings" }, "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings" }, "loggingSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings" } }, "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettings", "type": "object" }, "GoogleCloudDialogflowCxV3ImportFlowRequest": { "properties": { "flowContent": { "type": "string", "format": "byte" }, "importOption": { "type": "string", "enum": [ "IMPORT_OPTION_UNSPECIFIED", "KEEP", "FALLBACK" ], "enumDescriptions": [ "", "", "" ] }, "flowUri": { "type": "string" }, "flowImportStrategy": { "$ref": "GoogleCloudDialogflowCxV3FlowImportStrategy" } }, "id": "GoogleCloudDialogflowCxV3ImportFlowRequest", "type": "object" }, "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata": { "properties": { "request": { "$ref": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata" }, "GoogleCloudDialogflowCxV3beta1DtmfInput": { "id": "GoogleCloudDialogflowCxV3beta1DtmfInput", "type": "object", "properties": { "finishDigit": { "type": "string" }, "digits": { "type": "string" } } }, "GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings": { "properties": { "engine": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer", "properties": { "eventSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource" }, "answerText": { "type": "string" }, "playbookSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "faqSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "generativeSource": { "$ref": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" } } }, "GoogleCloudDialogflowCxV3ConversationSignals": { "id": "GoogleCloudDialogflowCxV3ConversationSignals", "type": "object", "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowCxV3TurnSignals" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess": { "properties": { "metadata": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess", "type": "object" }, "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata": { "type": "object", "id": "GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata", "properties": { "doneTime": { "format": "google-datetime", "type": "string" }, "createTime": { "format": "google-datetime", "type": "string" }, "conversationModel": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1QueryResult": { "id": "GoogleCloudDialogflowV2beta1QueryResult", "properties": { "parameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "diagnosticInfo": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "intent": { "$ref": "GoogleCloudDialogflowV2beta1Intent" }, "outputContexts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" } }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowV2beta1SentimentAnalysisResult" }, "action": { "type": "string" }, "webhookSource": { "type": "string" }, "intentDetectionConfidence": { "type": "number", "format": "float" }, "queryText": { "type": "string" }, "cancelsSlotFilling": { "type": "boolean" }, "knowledgeAnswers": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswers" }, "languageCode": { "type": "string" }, "allRequiredParamsPresent": { "type": "boolean" }, "fulfillmentText": { "type": "string" }, "webhookPayload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "speechRecognitionConfidence": { "type": "number", "format": "float" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageCarouselSelect": { "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelect", "properties": { "items": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowV2WebhookResponse": { "id": "GoogleCloudDialogflowV2WebhookResponse", "properties": { "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2Context" }, "type": "array" }, "followupEventInput": { "$ref": "GoogleCloudDialogflowV2EventInput" }, "sessionEntityTypes": { "items": { "$ref": "GoogleCloudDialogflowV2SessionEntityType" }, "type": "array" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "fulfillmentMessages": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessage" }, "type": "array" }, "fulfillmentText": { "type": "string" }, "source": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases": { "properties": { "cases": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" }, "GoogleCloudDialogflowV2IntentMessageTableCardCell": { "id": "GoogleCloudDialogflowV2IntentMessageTableCardCell", "type": "object", "properties": { "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3PlaybookTransition": { "id": "GoogleCloudDialogflowCxV3PlaybookTransition", "properties": { "playbook": { "type": "string" }, "displayName": { "type": "string", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio": { "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio", "properties": { "segments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment" } } }, "type": "object" }, "GoogleCloudDialogflowV2MessageAnnotation": { "properties": { "containEntities": { "type": "boolean" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2AnnotatedMessagePart" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2MessageAnnotation" }, "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject": { "type": "object", "properties": { "icon": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "name": { "type": "string" }, "description": { "type": "string" }, "contentUrl": { "type": "string" }, "largeImage": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject" }, "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata": { "id": "GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata", "type": "object", "properties": {} }, "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage": { "type": "object", "id": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage", "properties": { "coverages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage" } }, "coverageScore": { "format": "float", "type": "number" } } }, "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { "id": "GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo", "properties": { "ingestionStatus": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "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" ] }, "parameter": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DeployFlowResponse": { "properties": { "deployment": { "type": "string" }, "environment": { "$ref": "GoogleCloudDialogflowCxV3beta1Environment" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1DeployFlowResponse" }, "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse": { "type": "object", "properties": { "knowledgeAssistAnswer": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer" }, "additionalSuggestedQueryResults": { "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerAdditionalSuggestedQueryResult" }, "type": "array" }, "contextSize": { "type": "integer", "format": "int32" }, "latestMessage": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse" }, "GoogleCloudDialogflowCxV3OutputAudioConfig": { "properties": { "synthesizeSpeechConfig": { "$ref": "GoogleCloudDialogflowCxV3SynthesizeSpeechConfig" }, "audioEncoding": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enumDeprecated": [ false, false, true, false, false, false, false ], "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" ] }, "sampleRateHertz": { "type": "integer", "format": "int32" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3OutputAudioConfig" }, "GoogleCloudDialogflowCxV3beta1Fulfillment": { "id": "GoogleCloudDialogflowCxV3beta1Fulfillment", "properties": { "generators": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings" } }, "returnPartialResponses": { "type": "boolean" }, "tag": { "type": "string" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "setParameterActions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction" } }, "conditionalCases": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" }, "type": "array" }, "webhook": { "type": "string" }, "messages": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "type": "array" }, "codeBlockFunction": { "type": "string" }, "enableGenerativeFallback": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3RolloutConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3RolloutConfig", "properties": { "rolloutCondition": { "type": "string" }, "failureCondition": { "type": "string" }, "rolloutSteps": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3RolloutConfigRolloutStep" } } } }, "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint": { "type": "object", "properties": { "boostAmount": { "type": "number", "format": "float" }, "attributeValue": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint" }, "GoogleProtobufEmpty": { "properties": {}, "type": "object", "id": "GoogleProtobufEmpty" }, "GoogleCloudDialogflowCxV3beta1InlineDestination": { "type": "object", "properties": { "content": { "type": "string", "format": "byte", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3beta1InlineDestination" }, "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse", "type": "object", "properties": { "ssml": { "type": "string" }, "textToSpeech": { "type": "string" }, "displayText": { "type": "string" } } }, "GoogleCloudDialogflowCxV3AudioInput": { "type": "object", "properties": { "config": { "$ref": "GoogleCloudDialogflowCxV3InputAudioConfig" }, "audio": { "format": "byte", "type": "string" } }, "id": "GoogleCloudDialogflowCxV3AudioInput" }, "GoogleCloudDialogflowCxV3FulfillIntentResponse": { "type": "object", "properties": { "responseId": { "type": "string" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowCxV3OutputAudioConfig" }, "queryResult": { "$ref": "GoogleCloudDialogflowCxV3QueryResult" }, "outputAudio": { "format": "byte", "type": "string" } }, "id": "GoogleCloudDialogflowCxV3FulfillIntentResponse" }, "GoogleCloudDialogflowV2AgentCoachingInstruction": { "id": "GoogleCloudDialogflowV2AgentCoachingInstruction", "type": "object", "properties": { "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult" }, "systemAction": { "type": "string" }, "triggeringEvent": { "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string", "enum": [ "TRIGGER_EVENT_UNSPECIFIED", "END_OF_UTTERANCE", "MANUAL_CALL", "CUSTOMER_MESSAGE", "AGENT_MESSAGE", "TOOL_CALL_COMPLETION" ] }, "condition": { "type": "string" }, "displayName": { "type": "string" }, "displayDetails": { "type": "string" }, "agentAction": { "type": "string" } } }, "GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource": { "properties": { "trackingBranch": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia": { "type": "object", "properties": { "thumbnailUri": { "type": "string" }, "fileUri": { "type": "string" }, "height": { "enum": [ "HEIGHT_UNSPECIFIED", "SHORT", "MEDIUM", "TALL" ], "type": "string", "enumDescriptions": [ "", "", "", "" ] } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia" }, "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig": { "properties": { "version": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig" }, "GoogleCloudDialogflowCxV3Tool": { "properties": { "functionSpec": { "$ref": "GoogleCloudDialogflowCxV3ToolFunctionTool" }, "description": { "type": "string" }, "name": { "type": "string" }, "dataStoreSpec": { "$ref": "GoogleCloudDialogflowCxV3ToolDataStoreTool" }, "displayName": { "type": "string" }, "openApiSpec": { "$ref": "GoogleCloudDialogflowCxV3ToolOpenApiTool" }, "toolType": { "readOnly": true, "enumDescriptions": [ "", "", "" ], "enum": [ "TOOL_TYPE_UNSPECIFIED", "CUSTOMIZED_TOOL", "BUILTIN_TOOL" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3Tool", "type": "object" }, "GoogleCloudDialogflowCxV3ExportEntityTypesRequest": { "id": "GoogleCloudDialogflowCxV3ExportEntityTypesRequest", "type": "object", "properties": { "entityTypesContentInline": { "type": "boolean" }, "entityTypes": { "type": "array", "items": { "type": "string" } }, "entityTypesUri": { "type": "string" }, "dataFormat": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB", "JSON_PACKAGE" ] }, "languageCode": { "type": "string" } } }, "GoogleCloudDialogflowCxV3AgentValidationResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3AgentValidationResult", "properties": { "name": { "type": "string" }, "flowValidationResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FlowValidationResult" } } } }, "GoogleCloudDialogflowV2GcsDestination": { "type": "object", "id": "GoogleCloudDialogflowV2GcsDestination", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest": { "id": "GoogleCloudDialogflowV2InitializeEncryptionSpecRequest", "type": "object", "properties": { "encryptionSpec": { "$ref": "GoogleCloudDialogflowV2EncryptionSpec" } } }, "GoogleCloudDialogflowCxV3ListToolsResponse": { "properties": { "nextPageToken": { "type": "string" }, "tools": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Tool" } } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ListToolsResponse" }, "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent": { "id": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent", "type": "object", "properties": { "message": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" }, "additionalCases": { "$ref": "GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases" } } }, "GoogleCloudDialogflowCxV3DataStoreConnectionSignals": { "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignals", "type": "object", "properties": { "searchSnippets": { "items": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet" }, "type": "array" }, "safetySignals": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals" }, "citedSnippets": { "items": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet" }, "type": "array" }, "answerParts": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart" } }, "groundingSignals": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals" }, "rewrittenQuery": { "type": "string" }, "rewriterModelCallSignals": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals" }, "answer": { "type": "string" }, "answerGenerationModelCallSignals": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals" } } }, "GoogleCloudDialogflowCxV3beta1TestCase": { "id": "GoogleCloudDialogflowCxV3beta1TestCase", "properties": { "notes": { "type": "string" }, "creationTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "name": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "testCaseConversationTurns": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurn" } }, "testConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1TestConfig" }, "lastTestResult": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" }, "displayName": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection": { "properties": { "summary": { "type": "string" }, "section": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection", "type": "object" }, "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": { "properties": {}, "id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata", "type": "object" }, "GoogleCloudDialogflowCxV3ToolCall": { "id": "GoogleCloudDialogflowCxV3ToolCall", "properties": { "inputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "action": { "type": "string" }, "tool": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3AdvancedSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3AdvancedSettings", "properties": { "speechSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings" }, "audioExportGcsDestination": { "$ref": "GoogleCloudDialogflowCxV3GcsDestination" }, "loggingSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings" }, "dtmfSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings" } } }, "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect": { "properties": { "items": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion": { "properties": { "agentActionSuggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion" } }, "sampleResponses": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse" } }, "applicableInstructions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingInstruction" }, "type": "array" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestion" }, "GoogleCloudDialogflowV2AgentCoachingSuggestionSources": { "type": "object", "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionSources", "properties": { "instructionIndexes": { "readOnly": true, "items": { "format": "int32", "type": "integer" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1EventInput": { "id": "GoogleCloudDialogflowCxV3beta1EventInput", "properties": { "event": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources", "type": "object", "properties": { "intentDisplayNames": { "items": { "type": "string" }, "type": "array" }, "entityDisplayNames": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings": { "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings", "properties": { "enabled": { "type": "boolean" }, "finishDigit": { "type": "string" }, "maxDigits": { "type": "integer", "format": "int32" }, "endpointingTimeoutDuration": { "format": "google-duration", "type": "string" }, "interdigitTimeoutDuration": { "type": "string", "format": "google-duration" } }, "type": "object" }, "GoogleCloudDialogflowCxV3AnswerFeedback": { "properties": { "customRating": { "type": "string" }, "ratingReason": { "$ref": "GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason" }, "rating": { "enumDescriptions": [ "", "", "" ], "enum": [ "RATING_UNSPECIFIED", "THUMBS_UP", "THUMBS_DOWN" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3AnswerFeedback", "type": "object" }, "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig": { "id": "GoogleCloudDialogflowCxV3EnvironmentWebhookConfig", "properties": { "webhookOverrides": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Webhook" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings", "properties": { "business": { "type": "string" }, "agent": { "type": "string" }, "disableDataStoreFallback": { "type": "boolean" }, "agentScope": { "type": "string" }, "agentIdentity": { "type": "string" }, "businessDescription": { "type": "string" } } }, "GoogleCloudDialogflowV2HumanAgentAssistantEvent": { "type": "object", "properties": { "participant": { "type": "string" }, "suggestionResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2SuggestionResult" } }, "conversation": { "type": "string" } }, "id": "GoogleCloudDialogflowV2HumanAgentAssistantEvent" }, "GoogleCloudDialogflowCxV3WebhookResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookResponse", "properties": { "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3SessionInfo" }, "targetFlow": { "type": "string" }, "fulfillmentResponse": { "$ref": "GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfo" }, "targetPage": { "type": "string" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } } }, "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff": { "id": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff", "type": "object", "properties": { "metadata": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } } }, "GoogleCloudDialogflowV2FaqAnswer": { "properties": { "answer": { "type": "string" }, "confidence": { "format": "float", "type": "number" }, "source": { "type": "string" }, "question": { "type": "string" }, "answerRecord": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } } }, "type": "object", "id": "GoogleCloudDialogflowV2FaqAnswer" }, "GoogleCloudDialogflowCxV3ImportEntityTypesRequest": { "id": "GoogleCloudDialogflowCxV3ImportEntityTypesRequest", "type": "object", "properties": { "entityTypesUri": { "type": "string" }, "mergeOption": { "enum": [ "MERGE_OPTION_UNSPECIFIED", "REPLACE", "MERGE", "RENAME", "REPORT_CONFLICT", "KEEP" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "" ] }, "targetEntityType": { "type": "string" }, "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3InlineSource" } } }, "GoogleCloudDialogflowCxV3Page": { "id": "GoogleCloudDialogflowCxV3Page", "type": "object", "properties": { "displayName": { "type": "string" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings" }, "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" }, "type": "array" }, "name": { "type": "string" }, "entryFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "transitionRouteGroups": { "type": "array", "items": { "type": "string" } }, "eventHandlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" }, "type": "array" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "description": { "type": "string" }, "form": { "$ref": "GoogleCloudDialogflowCxV3Form" } } }, "GoogleCloudDialogflowV2Message": { "id": "GoogleCloudDialogflowV2Message", "properties": { "content": { "type": "string" }, "participantRole": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "readOnly": true, "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "name": { "type": "string" }, "createTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "sentimentAnalysis": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2SentimentAnalysisResult" }, "participant": { "readOnly": true, "type": "string" }, "messageAnnotation": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2MessageAnnotation" }, "sendTime": { "type": "string", "format": "google-datetime" }, "languageCode": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource", "properties": { "question": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ExportFlowRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3ExportFlowRequest", "properties": { "flowUri": { "type": "string" }, "includeReferencedFlows": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3Phrase": { "id": "GoogleCloudDialogflowCxV3Phrase", "properties": { "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Flow": { "id": "GoogleCloudDialogflowCxV3Flow", "properties": { "locked": { "type": "boolean" }, "eventHandlers": { "items": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" }, "type": "array" }, "transitionRoutes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" } }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3KnowledgeConnectorSettings" }, "inputParameterDefinitions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ParameterDefinition" } }, "outputParameterDefinitions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ParameterDefinition" } }, "description": { "type": "string" }, "nluSettings": { "$ref": "GoogleCloudDialogflowCxV3NluSettings" }, "displayName": { "type": "string" }, "multiLanguageSettings": { "$ref": "GoogleCloudDialogflowCxV3FlowMultiLanguageSettings" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "transitionRouteGroups": { "items": { "type": "string" }, "type": "array" }, "name": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata", "properties": {} }, "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo": { "id": "GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo", "type": "object", "properties": { "followupIntentName": { "type": "string" }, "parentFollowupIntentName": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion": { "properties": { "uri": { "type": "string" }, "destinationName": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion", "type": "object" }, "GoogleCloudDialogflowCxV3ToolTLSConfig": { "properties": { "caCerts": { "items": { "$ref": "GoogleCloudDialogflowCxV3ToolTLSConfigCACert" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3ToolTLSConfig", "type": "object" }, "GoogleCloudDialogflowCxV3ParameterDefinition": { "id": "GoogleCloudDialogflowCxV3ParameterDefinition", "type": "object", "properties": { "type": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string", "enum": [ "PARAMETER_TYPE_UNSPECIFIED", "STRING", "NUMBER", "BOOLEAN", "NULL", "OBJECT", "LIST" ], "deprecated": true }, "description": { "type": "string" }, "typeSchema": { "$ref": "GoogleCloudDialogflowCxV3TypeSchema" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1DataStoreConnection": { "id": "GoogleCloudDialogflowCxV3beta1DataStoreConnection", "properties": { "documentProcessingMode": { "enum": [ "DOCUMENT_PROCESSING_MODE_UNSPECIFIED", "DOCUMENTS", "CHUNKS" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "dataStore": { "type": "string" }, "dataStoreType": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "DATA_STORE_TYPE_UNSPECIFIED", "PUBLIC_WEB", "UNSTRUCTURED", "STRUCTURED" ] } }, "type": "object" }, "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec": { "id": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec", "type": "object", "properties": { "interpolationType": { "enumDescriptions": [ "", "" ], "type": "string", "enum": [ "INTERPOLATION_TYPE_UNSPECIFIED", "LINEAR" ] }, "fieldName": { "type": "string" }, "attributeType": { "type": "string", "enum": [ "ATTRIBUTE_TYPE_UNSPECIFIED", "NUMERICAL", "FRESHNESS" ], "enumDescriptions": [ "", "", "" ] }, "controlPoints": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpecControlPoint" } } } }, "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo", "properties": { "parameter": { "type": "string" }, "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" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue", "properties": { "resolvedValue": { "type": "any" }, "originalValue": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3BatchRunTestCasesRequest": { "type": "object", "properties": { "environment": { "type": "string" }, "testCases": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowCxV3BatchRunTestCasesRequest" }, "GoogleCloudDialogflowCxV3beta1TestConfig": { "id": "GoogleCloudDialogflowCxV3beta1TestConfig", "properties": { "trackingParameters": { "type": "array", "items": { "type": "string" } }, "flow": { "type": "string" }, "page": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3AgentGitIntegrationSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3AgentGitIntegrationSettings", "properties": { "githubSettings": { "$ref": "GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings" } } }, "GoogleCloudDialogflowCxV3beta1ExportAgentResponse": { "type": "object", "properties": { "commitSha": { "type": "string" }, "agentUri": { "type": "string" }, "agentContent": { "format": "byte", "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ExportAgentResponse" }, "GoogleCloudDialogflowV2beta1SpeechWordInfo": { "type": "object", "properties": { "confidence": { "type": "number", "format": "float" }, "word": { "type": "string" }, "endOffset": { "type": "string", "format": "google-duration" }, "startOffset": { "type": "string", "format": "google-duration" } }, "id": "GoogleCloudDialogflowV2beta1SpeechWordInfo" }, "GoogleCloudDialogflowCxV3ListDeploymentsResponse": { "properties": { "deployments": { "items": { "$ref": "GoogleCloudDialogflowCxV3Deployment" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ListDeploymentsResponse" }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo": { "type": "object", "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo", "properties": { "similarityToLastQueryThreshold": { "type": "number", "format": "float" }, "promptTokenCount": { "format": "int32", "type": "integer" }, "thinkingLevel": { "type": "string" }, "thinkingBudgetTokens": { "type": "integer", "format": "int32" }, "totalTokenCount": { "format": "int32", "type": "integer" }, "candidatesTokenCount": { "type": "integer", "format": "int32" }, "similarityToLastQuery": { "type": "number", "format": "float" } } }, "GoogleCloudDialogflowCxV3Agent": { "id": "GoogleCloudDialogflowCxV3Agent", "properties": { "securitySettings": { "type": "string" }, "startFlow": { "type": "string" }, "clientCertificateSettings": { "$ref": "GoogleCloudDialogflowCxV3AgentClientCertificateSettings" }, "avatarUri": { "type": "string" }, "textToSpeechSettings": { "$ref": "GoogleCloudDialogflowCxV3TextToSpeechSettings" }, "locked": { "type": "boolean" }, "enableSpellCorrection": { "type": "boolean" }, "speechToTextSettings": { "$ref": "GoogleCloudDialogflowCxV3SpeechToTextSettings" }, "satisfiesPzi": { "type": "boolean", "readOnly": true }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "description": { "type": "string" }, "timeZone": { "type": "string" }, "personalizationSettings": { "$ref": "GoogleCloudDialogflowCxV3AgentPersonalizationSettings" }, "supportedLanguageCodes": { "type": "array", "items": { "type": "string" } }, "enableStackdriverLogging": { "deprecated": true, "type": "boolean" }, "gitIntegrationSettings": { "$ref": "GoogleCloudDialogflowCxV3AgentGitIntegrationSettings" }, "answerFeedbackSettings": { "$ref": "GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings" }, "displayName": { "type": "string" }, "enableMultiLanguageTraining": { "type": "boolean" }, "genAppBuilderSettings": { "$ref": "GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings" }, "name": { "type": "string" }, "defaultLanguageCode": { "type": "string" }, "startPlaybook": { "type": "string" }, "satisfiesPzs": { "readOnly": true, "type": "boolean" } }, "type": "object" }, "GoogleCloudLocationLocation": { "type": "object", "properties": { "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "name": { "type": "string" }, "displayName": { "type": "string" }, "metadata": { "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." }, "type": "object" }, "locationId": { "type": "string" } }, "id": "GoogleCloudLocationLocation" }, "GoogleCloudDialogflowCxV3UserUtterance": { "id": "GoogleCloudDialogflowCxV3UserUtterance", "properties": { "text": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2OriginalDetectIntentRequest": { "type": "object", "id": "GoogleCloudDialogflowV2OriginalDetectIntentRequest", "properties": { "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "source": { "type": "string" }, "version": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse": { "id": "GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse", "properties": { "sessionEntityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" } }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet", "properties": { "uri": { "type": "string" }, "title": { "type": "string" }, "text": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents": { "id": "GoogleCloudDialogflowV2beta1TelephonyDtmfEvents", "properties": { "dtmfEvents": { "type": "array", "items": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "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" ] } } }, "type": "object" }, "GoogleCloudDialogflowV2SuggestSmartRepliesResponse": { "properties": { "smartReplyAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2SmartReplyAnswer" }, "type": "array", "readOnly": true }, "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" } }, "type": "object", "id": "GoogleCloudDialogflowV2SuggestSmartRepliesResponse" }, "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata": { "properties": { "createTime": { "type": "string", "format": "google-datetime" }, "conversationModelEvaluation": { "type": "string" }, "conversationModel": { "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "INITIALIZING", "RUNNING", "CANCELLED", "SUCCEEDED", "FAILED" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } }, "id": "GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageSuggestions": { "id": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions", "type": "object", "properties": { "suggestions": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestion" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3ListGeneratorsResponse": { "id": "GoogleCloudDialogflowCxV3ListGeneratorsResponse", "properties": { "generators": { "items": { "$ref": "GoogleCloudDialogflowCxV3Generator" }, "type": "array" }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TestConfig": { "type": "object", "id": "GoogleCloudDialogflowCxV3TestConfig", "properties": { "trackingParameters": { "items": { "type": "string" }, "type": "array" }, "flow": { "type": "string" }, "page": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1KnowledgeAnswers": { "properties": { "answers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer" } } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswers" }, "GoogleCloudDialogflowCxV3TraceBlock": { "properties": { "actions": { "items": { "$ref": "GoogleCloudDialogflowCxV3Action" }, "type": "array" }, "completeTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "flowTraceMetadata": { "$ref": "GoogleCloudDialogflowCxV3FlowTraceMetadata" }, "endState": { "readOnly": true, "type": "string", "enum": [ "OUTPUT_STATE_UNSPECIFIED", "OUTPUT_STATE_OK", "OUTPUT_STATE_CANCELLED", "OUTPUT_STATE_FAILED", "OUTPUT_STATE_ESCALATED", "OUTPUT_STATE_PENDING" ], "enumDescriptions": [ "", "", "", "", "", "" ] }, "inputParameters": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "startTime": { "type": "string", "readOnly": true, "format": "google-datetime" }, "outputParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "speechProcessingMetadata": { "$ref": "GoogleCloudDialogflowCxV3SpeechProcessingMetadata" }, "playbookTraceMetadata": { "$ref": "GoogleCloudDialogflowCxV3PlaybookTraceMetadata" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3TraceBlock" }, "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff": { "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff", "properties": { "metadata": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo", "properties": { "queryGenerationDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo" }, "serviceLatency": { "$ref": "GoogleCloudDialogflowV2beta1ServiceLatency" }, "ingestedContextReferenceDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo" }, "queryCategorizationFailureReason": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED", "QUERY_CATEGORIZATION_INVALID_CONFIG", "QUERY_CATEGORIZATION_RESULT_NOT_FOUND", "QUERY_CATEGORIZATION_FAILED" ] }, "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" }, "cesDebugInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "datastoreResponseReason": { "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", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ] }, "knowledgeAssistBehavior": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata": { "id": "GoogleCloudDialogflowCxV3beta1DeployFlowMetadata", "properties": { "testErrors": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestError" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": { "id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources", "type": "object", "properties": { "entityTypeDisplayNames": { "items": { "type": "string" }, "type": "array" }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard": { "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard", "properties": {} }, "GoogleCloudDialogflowCxV3BoostSpec": { "id": "GoogleCloudDialogflowCxV3BoostSpec", "properties": { "conditionBoostSpecs": { "items": { "$ref": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ListTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3ListTestCasesResponse", "properties": { "nextPageToken": { "type": "string" }, "testCases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestCase" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse": { "id": "GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse", "properties": { "nextPageToken": { "type": "string" }, "transitionRouteGroups": { "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig": { "properties": { "serviceAccount": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig", "type": "object" }, "GoogleCloudDialogflowCxV3ImportIntentsRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3ImportIntentsRequest", "properties": { "intentsContent": { "$ref": "GoogleCloudDialogflowCxV3InlineSource" }, "intentsUri": { "type": "string" }, "mergeOption": { "enum": [ "MERGE_OPTION_UNSPECIFIED", "REJECT", "REPLACE", "MERGE", "RENAME", "REPORT_CONFLICT", "KEEP" ], "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string", "enumDeprecated": [ false, true, false, false, false, false, false ] } } }, "GoogleCloudDialogflowV2IntentMessage": { "id": "GoogleCloudDialogflowV2IntentMessage", "type": "object", "properties": { "tableCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCard" }, "basicCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCard" }, "listSelect": { "$ref": "GoogleCloudDialogflowV2IntentMessageListSelect" }, "quickReplies": { "$ref": "GoogleCloudDialogflowV2IntentMessageQuickReplies" }, "simpleResponses": { "$ref": "GoogleCloudDialogflowV2IntentMessageSimpleResponses" }, "text": { "$ref": "GoogleCloudDialogflowV2IntentMessageText" }, "suggestions": { "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestions" }, "payload": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "platform": { "type": "string", "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "GOOGLE_HANGOUTS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "" ] }, "linkOutSuggestion": { "$ref": "GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion" }, "mediaContent": { "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContent" }, "carouselSelect": { "$ref": "GoogleCloudDialogflowV2IntentMessageCarouselSelect" }, "card": { "$ref": "GoogleCloudDialogflowV2IntentMessageCard" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "browseCarouselCard": { "$ref": "GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard" } } }, "GoogleCloudDialogflowCxV3EntityType": { "properties": { "name": { "type": "string" }, "kind": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ] }, "displayName": { "type": "string" }, "excludedPhrases": { "items": { "$ref": "GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase" }, "type": "array" }, "enableFuzzyExtraction": { "type": "boolean" }, "redact": { "type": "boolean" }, "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3EntityTypeEntity" } }, "autoExpansionMode": { "enumDescriptions": [ "", "" ], "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ], "type": "string" } }, "id": "GoogleCloudDialogflowCxV3EntityType", "type": "object" }, "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse": { "id": "GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse", "properties": { "results": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1WebhookResponse": { "properties": { "fulfillmentMessages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessage" } }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "fulfillmentText": { "type": "string" }, "endInteraction": { "type": "boolean" }, "source": { "type": "string" }, "outputContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1Context" }, "type": "array" }, "sessionEntityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1SessionEntityType" } }, "followupEventInput": { "$ref": "GoogleCloudDialogflowV2beta1EventInput" }, "liveAgentHandoff": { "type": "boolean" } }, "id": "GoogleCloudDialogflowV2beta1WebhookResponse", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSuggestions": { "properties": { "suggestions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageSuggestion" } } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageSuggestions" }, "GoogleCloudDialogflowCxV3ContinuousTestResult": { "properties": { "testCaseResults": { "items": { "type": "string" }, "type": "array" }, "name": { "type": "string" }, "runTime": { "type": "string", "format": "google-datetime" }, "result": { "enum": [ "AGGREGATED_TEST_RESULT_UNSPECIFIED", "PASSED", "FAILED" ], "type": "string", "enumDescriptions": [ "", "", "" ] } }, "id": "GoogleCloudDialogflowCxV3ContinuousTestResult", "type": "object" }, "GoogleCloudDialogflowCxV3GeneratorModelParameter": { "properties": { "topK": { "type": "integer", "format": "int32" }, "temperature": { "format": "float", "type": "number" }, "maxDecodeSteps": { "type": "integer", "format": "int32" }, "topP": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowCxV3GeneratorModelParameter", "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig", "properties": { "clientSecret": { "type": "string" }, "scopes": { "items": { "type": "string" }, "type": "array" }, "tokenEndpoint": { "type": "string" }, "clientId": { "type": "string" }, "secretVersionForClientSecret": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1Environment": { "properties": { "testCasesConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig" }, "displayName": { "type": "string" }, "versionConfigs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig" } }, "name": { "type": "string" }, "webhookConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig" }, "updateTime": { "readOnly": true, "format": "google-datetime", "type": "string" }, "description": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Environment" }, "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem": { "type": "object", "properties": { "description": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "info": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo" }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem" }, "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion": { "properties": { "suggestionIndex": { "readOnly": true, "type": "integer", "format": "int32" }, "similarityScore": { "type": "number", "format": "float", "readOnly": true }, "answerRecord": { "type": "string", "readOnly": true } }, "id": "GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageSelectItemInfo": { "id": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo", "type": "object", "properties": { "synonyms": { "items": { "type": "string" }, "type": "array" }, "key": { "type": "string" } } }, "GoogleCloudDialogflowCxV3RunTestCaseRequest": { "id": "GoogleCloudDialogflowCxV3RunTestCaseRequest", "properties": { "environment": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3SafetySettings": { "id": "GoogleCloudDialogflowCxV3SafetySettings", "properties": { "defaultRaiSettings": { "$ref": "GoogleCloudDialogflowCxV3SafetySettingsRaiSettings" }, "bannedPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3SafetySettingsPhrase" } }, "promptSecuritySettings": { "$ref": "GoogleCloudDialogflowCxV3SafetySettingsPromptSecuritySettings" }, "defaultBannedPhraseMatchStrategy": { "enum": [ "PHRASE_MATCH_STRATEGY_UNSPECIFIED", "PARTIAL_MATCH", "WORD_MATCH" ], "enumDescriptions": [ "", "", "" ], "type": "string" }, "raiSettings": { "$ref": "GoogleCloudDialogflowCxV3SafetySettingsRaiSettings" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse": { "type": "object", "properties": { "entityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityType" } } }, "id": "GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse" }, "GoogleCloudDialogflowV2beta1ExportAgentResponse": { "type": "object", "properties": { "agentContent": { "format": "byte", "type": "string" }, "agentUri": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ExportAgentResponse" }, "GoogleCloudDialogflowV2beta1IntentMessageTableCard": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTableCard", "properties": { "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton" } }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "title": { "type": "string" }, "subtitle": { "type": "string" }, "columnProperties": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageColumnProperties" } }, "rows": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCardRow" } } } }, "GoogleCloudDialogflowCxV3beta1TurnSignals": { "type": "object", "properties": { "noMatch": { "type": "boolean" }, "sentimentMagnitude": { "format": "float", "type": "number" }, "noUserInput": { "type": "boolean" }, "dtmfUsed": { "type": "boolean" }, "failureReasons": { "items": { "enum": [ "FAILURE_REASON_UNSPECIFIED", "FAILED_INTENT", "FAILED_WEBHOOK" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "type": "array" }, "webhookStatuses": { "type": "array", "items": { "type": "string" } }, "reachedEndPage": { "type": "boolean" }, "agentEscalated": { "type": "boolean" }, "sentimentScore": { "type": "number", "format": "float" }, "userEscalated": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3beta1TurnSignals" }, "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest": { "id": "GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest", "properties": { "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "version": { "type": "string" }, "source": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": { "id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata", "type": "object", "properties": {} }, "GoogleCloudDialogflowCxV3SecuritySettings": { "id": "GoogleCloudDialogflowCxV3SecuritySettings", "properties": { "insightsExportSettings": { "$ref": "GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings" }, "redactionScope": { "enum": [ "REDACTION_SCOPE_UNSPECIFIED", "REDACT_DISK_STORAGE" ], "enumDescriptions": [ "", "" ], "type": "string" }, "name": { "type": "string" }, "audioExportSettings": { "$ref": "GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings" }, "displayName": { "type": "string" }, "deidentifyTemplate": { "type": "string" }, "inspectTemplate": { "type": "string" }, "purgeDataTypes": { "type": "array", "items": { "enum": [ "PURGE_DATA_TYPE_UNSPECIFIED", "DIALOGFLOW_HISTORY" ], "enumDescriptions": [ "", "" ], "type": "string" } }, "retentionWindowDays": { "type": "integer", "format": "int32" }, "redactionStrategy": { "enum": [ "REDACTION_STRATEGY_UNSPECIFIED", "REDACT_WITH_SERVICE" ], "type": "string", "enumDescriptions": [ "", "" ] }, "retentionStrategy": { "enum": [ "RETENTION_STRATEGY_UNSPECIFIED", "REMOVE_AFTER_CONVERSATION" ], "enumDescriptions": [ "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageImage": { "id": "GoogleCloudDialogflowV2IntentMessageImage", "type": "object", "properties": { "imageUri": { "type": "string" }, "accessibilityText": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig": { "type": "object", "properties": { "webhookOverrides": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1Webhook" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig" }, "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment": { "properties": { "audio": { "format": "byte", "type": "string" }, "uri": { "type": "string" }, "allowPlaybackInterruption": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment" }, "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio", "properties": { "audioUri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ListAgentsResponse": { "properties": { "agents": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Agent" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3ListAgentsResponse", "type": "object" }, "GoogleCloudDialogflowCxV3SearchConfig": { "id": "GoogleCloudDialogflowCxV3SearchConfig", "type": "object", "properties": { "boostSpecs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3BoostSpecs" } }, "filterSpecs": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FilterSpecs" } } } }, "GoogleCloudDialogflowCxV3ConversationTurn": { "id": "GoogleCloudDialogflowCxV3ConversationTurn", "type": "object", "properties": { "userInput": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurnUserInput" }, "virtualAgentOutput": { "$ref": "GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput" } } }, "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata", "properties": {} }, "GoogleCloudDialogflowCxV3beta1FormParameter": { "type": "object", "properties": { "redact": { "type": "boolean" }, "required": { "type": "boolean" }, "entityType": { "type": "string" }, "displayName": { "type": "string" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettings" }, "isList": { "type": "boolean" }, "fillBehavior": { "$ref": "GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior" }, "defaultValue": { "type": "any" } }, "id": "GoogleCloudDialogflowCxV3beta1FormParameter" }, "GoogleCloudDialogflowCxV3ListTestCaseResultsResponse": { "id": "GoogleCloudDialogflowCxV3ListTestCaseResultsResponse", "properties": { "testCaseResults": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" } }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageMediaContent": { "properties": { "mediaType": { "type": "string", "enum": [ "RESPONSE_MEDIA_TYPE_UNSPECIFIED", "AUDIO" ], "enumDescriptions": [ "", "" ] }, "mediaObjects": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject" }, "type": "array" } }, "id": "GoogleCloudDialogflowV2IntentMessageMediaContent", "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer", "properties": { "answerText": { "type": "string" }, "generativeSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "playbookSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource" }, "faqSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource" }, "eventSource": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource" } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageBasicCard": { "type": "object", "properties": { "buttons": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" } }, "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "subtitle": { "type": "string" }, "formattedText": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageBasicCard" }, "GoogleCloudDialogflowV2beta1Sentiment": { "type": "object", "properties": { "score": { "type": "number", "format": "float" }, "magnitude": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowV2beta1Sentiment" }, "GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse", "properties": { "continuousTestResults": { "items": { "$ref": "GoogleCloudDialogflowCxV3ContinuousTestResult" }, "type": "array" }, "nextPageToken": { "type": "string" } } }, "GoogleCloudDialogflowV2SmartReplyModelMetadata": { "properties": { "trainingModelType": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MODEL_TYPE_UNSPECIFIED", "SMART_REPLY_DUAL_ENCODER_MODEL", "SMART_REPLY_BERT_MODEL" ] } }, "type": "object", "id": "GoogleCloudDialogflowV2SmartReplyModelMetadata" }, "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource": { "id": "GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource", "properties": { "question": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService": { "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebService", "properties": { "secretVersionsForRequestHeaders": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue" } }, "password": { "deprecated": true, "type": "string" }, "username": { "deprecated": true, "type": "string" }, "webhookType": { "enumDescriptions": [ "", "", "" ], "type": "string", "enum": [ "WEBHOOK_TYPE_UNSPECIFIED", "STANDARD", "FLEXIBLE" ] }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig" }, "requestHeaders": { "additionalProperties": { "type": "string" }, "type": "object" }, "allowedCaCerts": { "type": "array", "items": { "format": "byte", "type": "string" } }, "uri": { "type": "string" }, "secretVersionForUsernamePassword": { "type": "string" }, "httpMethod": { "enum": [ "HTTP_METHOD_UNSPECIFIED", "POST", "GET", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS" ], "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "" ] }, "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig" }, "serviceAgentAuth": { "enumDescriptions": [ "", "", "", "" ], "type": "string", "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "NONE", "ID_TOKEN", "ACCESS_TOKEN" ] }, "requestBody": { "type": "string" }, "parameterMapping": { "type": "object", "additionalProperties": { "type": "string" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1WebhookRequest": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequest", "type": "object", "properties": { "dtmfDigits": { "type": "string" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" } }, "languageCode": { "type": "string" }, "fulfillmentInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "intentInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" }, "triggerEvent": { "type": "string" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult" }, "detectIntentResponseId": { "type": "string" }, "transcript": { "type": "string" }, "text": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "languageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1LanguageInfo" }, "triggerIntent": { "type": "string" } } }, "GoogleCloudDialogflowCxV3GcsDestination": { "properties": { "uri": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3GcsDestination", "type": "object" }, "GoogleCloudDialogflowV2beta1Context": { "properties": { "name": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "lifespanCount": { "type": "integer", "format": "int32" } }, "id": "GoogleCloudDialogflowV2beta1Context", "type": "object" }, "GoogleCloudDialogflowV2AnnotatedMessagePart": { "type": "object", "id": "GoogleCloudDialogflowV2AnnotatedMessagePart", "properties": { "formattedValue": { "type": "any" }, "entityType": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings": { "properties": { "enableAudioRedaction": { "type": "boolean" }, "gcsBucket": { "type": "string" }, "audioFormat": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "AUDIO_FORMAT_UNSPECIFIED", "MULAW", "MP3", "OGG" ] }, "storeTtsAudio": { "type": "boolean" }, "audioExportPattern": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply", "properties": { "postbackData": { "type": "string" }, "text": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ConversationTurn": { "id": "GoogleCloudDialogflowCxV3beta1ConversationTurn", "type": "object", "properties": { "virtualAgentOutput": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput" }, "userInput": { "$ref": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput" } } }, "GoogleCloudDialogflowCxV3beta1WebhookResponse": { "type": "object", "properties": { "targetFlow": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "fulfillmentResponse": { "$ref": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1PageInfo" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3beta1SessionInfo" }, "targetPage": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1WebhookResponse" }, "GoogleCloudDialogflowV2IntentTrainingPhrasePart": { "type": "object", "id": "GoogleCloudDialogflowV2IntentTrainingPhrasePart", "properties": { "text": { "type": "string" }, "alias": { "type": "string" }, "userDefined": { "type": "boolean" }, "entityType": { "type": "string" } } }, "GoogleCloudDialogflowV2SpeechWordInfo": { "properties": { "endOffset": { "format": "google-duration", "type": "string" }, "startOffset": { "format": "google-duration", "type": "string" }, "word": { "type": "string" }, "confidence": { "type": "number", "format": "float" } }, "type": "object", "id": "GoogleCloudDialogflowV2SpeechWordInfo" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo", "properties": { "thinkingBudgetTokens": { "type": "integer", "format": "int32" }, "candidatesTokenCount": { "format": "int32", "type": "integer" }, "totalTokenCount": { "format": "int32", "type": "integer" }, "thinkingLevel": { "type": "string" }, "similarityToLastQueryThreshold": { "type": "number", "format": "float" }, "similarityToLastQuery": { "format": "float", "type": "number" }, "promptTokenCount": { "type": "integer", "format": "int32" } }, "type": "object" }, "GoogleCloudDialogflowCxV3RestoreToolVersionResponse": { "type": "object", "id": "GoogleCloudDialogflowCxV3RestoreToolVersionResponse", "properties": { "tool": { "$ref": "GoogleCloudDialogflowCxV3Tool" } } }, "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem": { "type": "object", "properties": { "description": { "type": "string" }, "info": { "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" }, "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" } }, "id": "GoogleCloudDialogflowV2IntentMessageCarouselSelectItem" }, "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata", "type": "object", "properties": { "participantRole": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ] }, "suggestionFeatureType": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string", "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ] }, "createTime": { "type": "string", "format": "google-datetime" }, "conversationProfile": { "type": "string" } } }, "GoogleCloudDialogflowCxV3TestError": { "type": "object", "properties": { "testCase": { "type": "string" }, "status": { "$ref": "GoogleRpcStatus" }, "testTime": { "type": "string", "format": "google-datetime" } }, "id": "GoogleCloudDialogflowCxV3TestError" }, "GoogleCloudDialogflowCxV3QueryResult": { "properties": { "currentFlow": { "$ref": "GoogleCloudDialogflowCxV3Flow" }, "transcript": { "type": "string" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "triggerEvent": { "type": "string" }, "currentPage": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "webhookStatuses": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } }, "dtmf": { "$ref": "GoogleCloudDialogflowCxV3DtmfInput" }, "webhookPayloads": { "items": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "type": "array" }, "allowAnswerFeedback": { "type": "boolean" }, "languageCode": { "type": "string" }, "responseMessages": { "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" }, "type": "array" }, "diagnosticInfo": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "dataStoreConnectionSignals": { "$ref": "GoogleCloudDialogflowCxV3DataStoreConnectionSignals" }, "intent": { "deprecated": true, "$ref": "GoogleCloudDialogflowCxV3Intent" }, "traceBlocks": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TraceBlock" } }, "match": { "$ref": "GoogleCloudDialogflowCxV3Match" }, "intentDetectionConfidence": { "type": "number", "deprecated": true, "format": "float" }, "text": { "type": "string" }, "triggerIntent": { "type": "string" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3SentimentAnalysisResult" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3QueryResult" }, "GoogleCloudDialogflowCxV3beta1Intent": { "properties": { "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "displayName": { "type": "string" }, "dtmfPattern": { "type": "string" }, "isFallback": { "type": "boolean" }, "trainingPhrases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase" } }, "description": { "type": "string" }, "name": { "type": "string" }, "parameters": { "items": { "$ref": "GoogleCloudDialogflowCxV3beta1IntentParameter" }, "type": "array" }, "priority": { "type": "integer", "format": "int32" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1Intent" }, "GoogleCloudDialogflowCxV3beta1ToolCallResult": { "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ToolCallResult", "properties": { "action": { "type": "string" }, "outputParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "tool": { "type": "string" }, "error": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolCallResultError" } } }, "GoogleCloudDialogflowCxV3CodeBlock": { "id": "GoogleCloudDialogflowCxV3CodeBlock", "properties": { "code": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio": { "type": "object", "properties": { "audioUri": { "type": "string" }, "allowPlaybackInterruption": { "type": "boolean", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio" }, "GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings": { "id": "GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings", "properties": { "enableInsightsExport": { "type": "boolean" } }, "type": "object" }, "GoogleCloudDialogflowCxV3Match": { "properties": { "event": { "type": "string" }, "resolvedInput": { "type": "string" }, "intent": { "$ref": "GoogleCloudDialogflowCxV3Intent" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "matchType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "" ], "enum": [ "MATCH_TYPE_UNSPECIFIED", "INTENT", "DIRECT_INTENT", "PARAMETER_FILLING", "NO_MATCH", "NO_INPUT", "EVENT", "KNOWLEDGE_CONNECTOR", "PLAYBOOK" ] }, "confidence": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowCxV3Match", "type": "object" }, "GoogleCloudDialogflowV2beta1ResponseMessageText": { "properties": { "text": { "type": "array", "items": { "type": "string" } } }, "id": "GoogleCloudDialogflowV2beta1ResponseMessageText", "type": "object" }, "GoogleCloudDialogflowCxV3WebhookGenericWebService": { "id": "GoogleCloudDialogflowCxV3WebhookGenericWebService", "type": "object", "properties": { "oauthConfig": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig" }, "serviceAccountAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig" }, "allowedCaCerts": { "type": "array", "items": { "format": "byte", "type": "string" } }, "requestBody": { "type": "string" }, "requestHeaders": { "additionalProperties": { "type": "string" }, "type": "object" }, "serviceAgentAuth": { "enum": [ "SERVICE_AGENT_AUTH_UNSPECIFIED", "NONE", "ID_TOKEN", "ACCESS_TOKEN" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "httpMethod": { "type": "string", "enum": [ "HTTP_METHOD_UNSPECIFIED", "POST", "GET", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS" ], "enumDescriptions": [ "", "", "", "", "", "", "", "" ] }, "password": { "deprecated": true, "type": "string" }, "uri": { "type": "string" }, "secretVersionForUsernamePassword": { "type": "string" }, "parameterMapping": { "type": "object", "additionalProperties": { "type": "string" } }, "username": { "deprecated": true, "type": "string" }, "secretVersionsForRequestHeaders": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue" } }, "webhookType": { "enum": [ "WEBHOOK_TYPE_UNSPECIFIED", "STANDARD", "FLEXIBLE" ], "enumDescriptions": [ "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowCxV3ExportIntentsMetadata": { "properties": {}, "type": "object", "id": "GoogleCloudDialogflowCxV3ExportIntentsMetadata" }, "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment": { "properties": { "audio": { "type": "string", "format": "byte" }, "allowPlaybackInterruption": { "readOnly": true, "type": "boolean" }, "uri": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment" }, "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings": { "id": "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings", "type": "object", "properties": { "promptTemplates": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettingsPromptTemplate" } }, "selectedPrompt": { "type": "string" } } }, "GoogleCloudDialogflowCxV3ResponseMessage": { "properties": { "outputAudioText": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText" }, "endInteraction": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageEndInteraction", "readOnly": true }, "toolCall": { "$ref": "GoogleCloudDialogflowCxV3ToolCall" }, "responseType": { "type": "string", "enum": [ "RESPONSE_TYPE_UNSPECIFIED", "ENTRY_PROMPT", "PARAMETER_PROMPT", "HANDLER_PROMPT" ], "enumDescriptions": [ "", "", "", "" ] }, "text": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageText" }, "channel": { "type": "string" }, "payload": { "type": "object", "additionalProperties": { "description": "Properties of the object.", "type": "any" } }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall" }, "mixedAudio": { "readOnly": true, "$ref": "GoogleCloudDialogflowCxV3ResponseMessageMixedAudio" }, "playAudio": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio" }, "conversationSuccess": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess" }, "knowledgeInfoCard": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard" }, "liveAgentHandoff": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff" } }, "id": "GoogleCloudDialogflowCxV3ResponseMessage", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageCard": { "type": "object", "properties": { "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageCardButton" }, "type": "array" }, "subtitle": { "type": "string" }, "imageUri": { "type": "string" }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageCard" }, "GoogleCloudDialogflowCxV3DetectIntentRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3DetectIntentRequest", "properties": { "responseView": { "enum": [ "DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED", "DETECT_INTENT_RESPONSE_VIEW_FULL", "DETECT_INTENT_RESPONSE_VIEW_BASIC", "DETECT_INTENT_RESPONSE_VIEW_DEFAULT" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" }, "outputAudioConfig": { "$ref": "GoogleCloudDialogflowCxV3OutputAudioConfig" }, "queryInput": { "$ref": "GoogleCloudDialogflowCxV3QueryInput" }, "queryParams": { "$ref": "GoogleCloudDialogflowCxV3QueryParameters" } } }, "GoogleCloudDialogflowCxV3Handler": { "type": "object", "properties": { "eventHandler": { "$ref": "GoogleCloudDialogflowCxV3HandlerEventHandler" }, "lifecycleHandler": { "$ref": "GoogleCloudDialogflowCxV3HandlerLifecycleHandler" } }, "id": "GoogleCloudDialogflowCxV3Handler" }, "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse": { "id": "GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse", "properties": { "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessage" } }, "mergeBehavior": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "MERGE_BEHAVIOR_UNSPECIFIED", "APPEND", "REPLACE" ] } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessage": { "id": "GoogleCloudDialogflowV2beta1IntentMessage", "type": "object", "properties": { "telephonySynthesizeSpeech": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech" }, "rbmText": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmText" }, "simpleResponses": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses" }, "suggestions": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageSuggestions" }, "platform": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "", "", "", "", "" ], "enum": [ "PLATFORM_UNSPECIFIED", "FACEBOOK", "SLACK", "TELEGRAM", "KIK", "SKYPE", "LINE", "VIBER", "ACTIONS_ON_GOOGLE", "TELEPHONY", "GOOGLE_HANGOUTS" ] }, "rbmStandaloneRichCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "tableCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTableCard" }, "basicCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBasicCard" }, "listSelect": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelect" }, "mediaContent": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageMediaContent" }, "telephonyTransferCall": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall" }, "rbmCarouselRichCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard" }, "carouselSelect": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect" }, "text": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageText" }, "image": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "quickReplies": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageQuickReplies" }, "linkOutSuggestion": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion" }, "telephonyPlayAudio": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio" }, "card": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCard" }, "browseCarouselCard": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard" } } }, "GoogleCloudDialogflowCxV3FlowTransition": { "properties": { "flow": { "type": "string" }, "displayName": { "readOnly": true, "type": "string" } }, "id": "GoogleCloudDialogflowCxV3FlowTransition", "type": "object" }, "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse": { "type": "object", "properties": { "result": { "$ref": "GoogleCloudDialogflowCxV3beta1TestCaseResult" } }, "id": "GoogleCloudDialogflowCxV3beta1RunTestCaseResponse" }, "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig": { "type": "object", "properties": { "genericWebService": { "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebService" }, "service": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig" }, "GoogleCloudDialogflowCxV3TypeSchema": { "id": "GoogleCloudDialogflowCxV3TypeSchema", "type": "object", "properties": { "inlineSchema": { "$ref": "GoogleCloudDialogflowCxV3InlineSchema" }, "schemaReference": { "$ref": "GoogleCloudDialogflowCxV3TypeSchemaSchemaReference" } } }, "GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason": { "type": "object", "properties": { "reasonLabels": { "type": "array", "items": { "type": "string" } }, "feedback": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason" }, "GoogleLongrunningListOperationsResponse": { "id": "GoogleLongrunningListOperationsResponse", "properties": { "unreachable": { "type": "array", "items": { "type": "string" } }, "operations": { "type": "array", "items": { "$ref": "GoogleLongrunningOperation" } }, "nextPageToken": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1SuggestArticlesResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestArticlesResponse", "type": "object", "properties": { "articleAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1ArticleAnswer" } }, "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" } } }, "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo": { "type": "object", "id": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo", "properties": { "contextReferenceRetrieved": { "type": "boolean" }, "ingestedParametersDebugInfo": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo" } }, "projectNotAllowlisted": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval": { "type": "object", "id": "GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval", "properties": { "confidenceLevel": { "format": "double", "type": "number" }, "upperBound": { "type": "number", "format": "double" }, "ratio": { "type": "number", "format": "double" }, "lowerBound": { "type": "number", "format": "double" } } }, "GoogleCloudDialogflowV2ImportConversationDataOperationResponse": { "type": "object", "properties": { "conversationDataset": { "type": "string" }, "importCount": { "format": "int32", "type": "integer" } }, "id": "GoogleCloudDialogflowV2ImportConversationDataOperationResponse" }, "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec": { "properties": { "boostControlSpec": { "$ref": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec" }, "condition": { "type": "string" }, "boost": { "format": "float", "type": "number" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec" }, "GoogleCloudDialogflowCxV3CompareVersionsRequest": { "properties": { "languageCode": { "type": "string" }, "targetVersion": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3CompareVersionsRequest" }, "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata": { "type": "object", "id": "GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata", "properties": { "createTime": { "type": "string", "format": "google-datetime" }, "conversationModel": { "type": "string" }, "doneTime": { "format": "google-datetime", "type": "string" } } }, "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo": { "type": "object", "properties": { "lastMatchedIntent": { "type": "string" }, "displayName": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue" } }, "confidence": { "format": "float", "type": "number" } }, "id": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo" }, "GoogleCloudDialogflowCxV3beta1ImportFlowResponse": { "type": "object", "properties": { "flow": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse" }, "GoogleCloudDialogflowV2IntentMessageTableCard": { "id": "GoogleCloudDialogflowV2IntentMessageTableCard", "properties": { "title": { "type": "string" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageBasicCardButton" }, "type": "array" }, "subtitle": { "type": "string" }, "rows": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardRow" } }, "columnProperties": { "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageColumnProperties" }, "type": "array" } }, "type": "object" }, "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage": { "id": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage", "properties": { "routeGroup": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "coverageScore": { "type": "number", "format": "float" }, "transitions": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition" } } }, "type": "object" }, "GoogleCloudDialogflowV2beta1ToolCallResult": { "properties": { "error": { "$ref": "GoogleCloudDialogflowV2beta1ToolCallResultError" }, "cesTool": { "type": "string" }, "content": { "type": "string" }, "cesToolset": { "type": "string" }, "action": { "type": "string" }, "tool": { "type": "string" }, "cesApp": { "type": "string" }, "createTime": { "format": "google-datetime", "readOnly": true, "type": "string" }, "answerRecord": { "type": "string" }, "rawContent": { "format": "byte", "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1ToolCallResult", "type": "object" }, "GoogleCloudDialogflowCxV3FlowValidationResult": { "properties": { "updateTime": { "type": "string", "format": "google-datetime" }, "validationMessages": { "items": { "$ref": "GoogleCloudDialogflowCxV3ValidationMessage" }, "type": "array" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3FlowValidationResult", "type": "object" }, "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals": { "id": "GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals", "type": "object", "properties": { "renderedPrompt": { "type": "string" }, "modelOutput": { "type": "string" }, "model": { "type": "string" } } }, "GoogleCloudDialogflowV2beta1IntentMessageListSelect": { "properties": { "title": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageListSelectItem" } }, "subtitle": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentMessageListSelect" }, "GoogleCloudDialogflowCxV3TransitionRouteGroup": { "properties": { "displayName": { "type": "string" }, "transitionRoutes": { "items": { "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" }, "type": "array" }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3TransitionRouteGroup", "type": "object" }, "GoogleCloudDialogflowCxV3beta1BargeInConfig": { "id": "GoogleCloudDialogflowCxV3beta1BargeInConfig", "type": "object", "properties": { "noBargeInDuration": { "type": "string", "format": "google-duration" }, "totalDuration": { "type": "string", "format": "google-duration" } } }, "GoogleCloudDialogflowCxV3IntentTrainingPhrase": { "properties": { "parts": { "items": { "$ref": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart" }, "type": "array" }, "repeatCount": { "format": "int32", "type": "integer" }, "id": { "readOnly": true, "type": "string" } }, "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrase", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageCardButton": { "properties": { "text": { "type": "string" }, "postback": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2IntentMessageCardButton" }, "GoogleCloudDialogflowCxV3DtmfInput": { "id": "GoogleCloudDialogflowCxV3DtmfInput", "properties": { "digits": { "type": "string" }, "finishDigit": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion": { "properties": { "reply": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply" }, "action": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion", "type": "object" }, "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata": { "id": "GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata", "properties": { "suggestionFeatureType": { "enumDescriptions": [ "", "", "", "", "", "", "" ], "type": "string", "enum": [ "TYPE_UNSPECIFIED", "ARTICLE_SUGGESTION", "FAQ", "SMART_REPLY", "CONVERSATION_SUMMARIZATION", "KNOWLEDGE_SEARCH", "KNOWLEDGE_ASSIST" ] }, "conversationProfile": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" }, "participantRole": { "enum": [ "ROLE_UNSPECIFIED", "HUMAN_AGENT", "AUTOMATED_AGENT", "END_USER" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowCxV3ExportTestCasesMetadata": { "id": "GoogleCloudDialogflowCxV3ExportTestCasesMetadata", "type": "object", "properties": {} }, "GoogleCloudDialogflowCxV3StartExperimentRequest": { "type": "object", "properties": {}, "id": "GoogleCloudDialogflowCxV3StartExperimentRequest" }, "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition": { "properties": { "transitionRoute": { "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" }, "covered": { "type": "boolean" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition" }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase": { "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase", "type": "object", "properties": { "caseContent": { "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent" }, "type": "array" }, "condition": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ResponseMessageText": { "properties": { "text": { "type": "array", "items": { "type": "string" } }, "allowPlaybackInterruption": { "type": "boolean", "readOnly": true } }, "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageListSelectItem": { "properties": { "info": { "$ref": "GoogleCloudDialogflowV2IntentMessageSelectItemInfo" }, "image": { "$ref": "GoogleCloudDialogflowV2IntentMessageImage" }, "title": { "type": "string" }, "description": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageListSelectItem", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageCard": { "id": "GoogleCloudDialogflowV2beta1IntentMessageCard", "properties": { "subtitle": { "type": "string" }, "imageUri": { "type": "string" }, "buttons": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentMessageCardButton" }, "type": "array" }, "title": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction": { "id": "GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction", "type": "object", "properties": { "uri": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1ToolCall": { "type": "object", "properties": { "action": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "tool": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3beta1ToolCall" }, "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": { "type": "object", "properties": { "entityTypesUri": { "type": "string" }, "entityTypesContent": { "$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination" } }, "id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse" }, "GoogleCloudDialogflowCxV3PageInfoFormInfo": { "properties": { "parameterInfo": { "items": { "$ref": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3PageInfoFormInfo", "type": "object" }, "GoogleCloudDialogflowCxV3FulfillmentConditionalCases": { "type": "object", "properties": { "cases": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase" } } }, "id": "GoogleCloudDialogflowCxV3FulfillmentConditionalCases" }, "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo": { "properties": { "displayName": { "type": "string" }, "justCollected": { "type": "boolean" }, "value": { "type": "any" }, "required": { "type": "boolean" }, "state": { "enum": [ "PARAMETER_STATE_UNSPECIFIED", "EMPTY", "INVALID", "FILLED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo" }, "GoogleCloudDialogflowCxV3InlineSource": { "type": "object", "id": "GoogleCloudDialogflowCxV3InlineSource", "properties": { "content": { "format": "byte", "type": "string" } } }, "GoogleCloudDialogflowCxV3IntentInput": { "properties": { "intent": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3IntentInput" }, "GoogleCloudDialogflowCxV3ExportTestCasesRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3ExportTestCasesRequest", "properties": { "dataFormat": { "type": "string", "enumDescriptions": [ "", "", "" ], "enum": [ "DATA_FORMAT_UNSPECIFIED", "BLOB", "JSON" ] }, "gcsUri": { "type": "string" }, "filter": { "type": "string" } } }, "GoogleCloudDialogflowV2SuggestArticlesResponse": { "properties": { "latestMessage": { "type": "string" }, "articleAnswers": { "items": { "$ref": "GoogleCloudDialogflowV2ArticleAnswer" }, "type": "array" }, "contextSize": { "format": "int32", "type": "integer" } }, "type": "object", "id": "GoogleCloudDialogflowV2SuggestArticlesResponse" }, "GoogleCloudDialogflowCxV3WebhookRequest": { "type": "object", "id": "GoogleCloudDialogflowCxV3WebhookRequest", "properties": { "detectIntentResponseId": { "type": "string" }, "triggerEvent": { "type": "string" }, "fulfillmentInfo": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo" }, "text": { "type": "string" }, "transcript": { "type": "string" }, "languageCode": { "type": "string" }, "payload": { "additionalProperties": { "description": "Properties of the object.", "type": "any" }, "type": "object" }, "intentInfo": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestIntentInfo" }, "sentimentAnalysisResult": { "$ref": "GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult" }, "languageInfo": { "$ref": "GoogleCloudDialogflowCxV3LanguageInfo" }, "messages": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3ResponseMessage" } }, "triggerIntent": { "type": "string" }, "pageInfo": { "$ref": "GoogleCloudDialogflowCxV3PageInfo" }, "dtmfDigits": { "type": "string" }, "sessionInfo": { "$ref": "GoogleCloudDialogflowCxV3SessionInfo" } } }, "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput": { "properties": { "isWebhookEnabled": { "type": "boolean" }, "injectedParameters": { "additionalProperties": { "type": "any", "description": "Properties of the object." }, "type": "object" }, "enableSentimentAnalysis": { "type": "boolean" }, "input": { "$ref": "GoogleCloudDialogflowCxV3beta1QueryInput" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput" }, "GoogleCloudDialogflowV2beta1EntityType": { "properties": { "entities": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1EntityTypeEntity" } }, "kind": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ] }, "displayName": { "type": "string" }, "enableFuzzyExtraction": { "type": "boolean" }, "autoExpansionMode": { "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ] }, "name": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1EntityType", "type": "object" }, "GoogleCloudDialogflowCxV3QueryParameters": { "properties": { "disableWebhook": { "type": "boolean" }, "parameterScope": { "type": "string" }, "flowVersions": { "type": "array", "items": { "type": "string" } }, "sessionTtl": { "format": "google-duration", "type": "string" }, "currentPlaybook": { "type": "string" }, "parameters": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "endUserMetadata": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "analyzeQueryTextSentiment": { "type": "boolean" }, "geoLocation": { "$ref": "GoogleTypeLatLng" }, "payload": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object." } }, "sessionEntityTypes": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" } }, "webhookHeaders": { "type": "object", "additionalProperties": { "type": "string" } }, "channel": { "type": "string" }, "populateDataStoreConnectionSignals": { "deprecated": true, "type": "boolean" }, "currentPage": { "type": "string" }, "searchConfig": { "$ref": "GoogleCloudDialogflowCxV3SearchConfig" }, "timeZone": { "type": "string" }, "llmModelSettings": { "$ref": "GoogleCloudDialogflowCxV3LlmModelSettings" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3QueryParameters" }, "GoogleCloudDialogflowCxV3EnvironmentVersionConfig": { "properties": { "version": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig", "type": "object" }, "GoogleCloudDialogflowV2beta1IntentTrainingPhrase": { "properties": { "name": { "readOnly": true, "type": "string" }, "parts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart" }, "type": "array" }, "timesAddedCount": { "format": "int32", "type": "integer" }, "type": { "enumDescriptions": [ "", "", "" ], "enumDeprecated": [ false, false, true ], "enum": [ "TYPE_UNSPECIFIED", "EXAMPLE", "TEMPLATE" ], "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowV2beta1IntentTrainingPhrase" }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer": { "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer", "properties": { "answerRecord": { "type": "string" }, "knowledgeAssistDebugInfo": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo" }, "suggestedQuery": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery" }, "suggestedQueryAnswer": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer": { "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer", "properties": { "answer": { "type": "string" }, "faqQuestion": { "type": "string" }, "matchConfidence": { "format": "float", "type": "number" }, "source": { "type": "string" }, "matchConfidenceLevel": { "enum": [ "MATCH_CONFIDENCE_LEVEL_UNSPECIFIED", "LOW", "MEDIUM", "HIGH" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult": { "id": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult", "properties": { "duplicateSuggestions": { "items": { "$ref": "GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion" }, "type": "array", "readOnly": true } }, "type": "object" }, "GoogleCloudDialogflowV2IntentMessageListSelect": { "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageListSelectItem" } }, "subtitle": { "type": "string" }, "title": { "type": "string" } }, "id": "GoogleCloudDialogflowV2IntentMessageListSelect" }, "GoogleCloudDialogflowV2EntityType": { "id": "GoogleCloudDialogflowV2EntityType", "properties": { "name": { "type": "string" }, "displayName": { "type": "string" }, "enableFuzzyExtraction": { "type": "boolean" }, "kind": { "type": "string", "enumDescriptions": [ "", "", "", "" ], "enum": [ "KIND_UNSPECIFIED", "KIND_MAP", "KIND_LIST", "KIND_REGEXP" ] }, "entities": { "items": { "$ref": "GoogleCloudDialogflowV2EntityTypeEntity" }, "type": "array" }, "autoExpansionMode": { "type": "string", "enumDescriptions": [ "", "" ], "enum": [ "AUTO_EXPANSION_MODE_UNSPECIFIED", "AUTO_EXPANSION_MODE_DEFAULT" ] } }, "type": "object" }, "GoogleCloudDialogflowV2beta1AnnotatedMessagePart": { "id": "GoogleCloudDialogflowV2beta1AnnotatedMessagePart", "type": "object", "properties": { "formattedValue": { "type": "any" }, "text": { "type": "string" }, "entityType": { "type": "string" } } }, "GoogleCloudDialogflowCxV3PlaybookStep": { "properties": { "steps": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3PlaybookStep" } }, "text": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3PlaybookStep", "type": "object" }, "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources": { "type": "object", "properties": { "entityTypeDisplayNames": { "items": { "type": "string" }, "type": "array" }, "entityDisplayNames": { "items": { "type": "string" }, "type": "array" } }, "id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources" }, "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata": { "id": "GoogleCloudDialogflowV2DeployConversationModelOperationMetadata", "type": "object", "properties": { "conversationModel": { "type": "string" }, "doneTime": { "type": "string", "format": "google-datetime" }, "createTime": { "type": "string", "format": "google-datetime" } } }, "GoogleCloudDialogflowCxV3TransitionRoute": { "properties": { "name": { "type": "string", "readOnly": true }, "targetPage": { "type": "string" }, "description": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3Fulfillment" }, "targetFlow": { "type": "string" }, "intent": { "type": "string" }, "condition": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3TransitionRoute", "type": "object" }, "GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest": { "id": "GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest", "type": "object", "properties": { "names": { "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery": { "type": "object", "id": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery", "properties": { "searchContexts": { "items": { "$ref": "GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuerySearchContext" }, "type": "array" }, "queryText": { "type": "string" } } }, "GoogleCloudDialogflowCxV3beta1TransitionRoute": { "properties": { "targetPage": { "type": "string" }, "intent": { "type": "string" }, "condition": { "type": "string" }, "triggerFulfillment": { "$ref": "GoogleCloudDialogflowCxV3beta1Fulfillment" }, "description": { "type": "string" }, "targetFlow": { "type": "string" }, "name": { "type": "string", "readOnly": true } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1TransitionRoute" }, "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart": { "type": "object", "properties": { "text": { "type": "string" }, "parameterId": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3IntentTrainingPhrasePart" }, "GoogleCloudDialogflowCxV3beta1TestRunDifference": { "id": "GoogleCloudDialogflowCxV3beta1TestRunDifference", "properties": { "type": { "enum": [ "DIFF_TYPE_UNSPECIFIED", "INTENT", "PAGE", "PARAMETERS", "UTTERANCE", "FLOW" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" }, "description": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2EncryptionSpec": { "id": "GoogleCloudDialogflowV2EncryptionSpec", "type": "object", "properties": { "kmsKey": { "type": "string" }, "name": { "type": "string" } } }, "GoogleCloudDialogflowCxV3TransitionCoverageTransition": { "type": "object", "id": "GoogleCloudDialogflowCxV3TransitionCoverageTransition", "properties": { "transitionRoute": { "$ref": "GoogleCloudDialogflowCxV3TransitionRoute" }, "covered": { "type": "boolean" }, "source": { "$ref": "GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode" }, "index": { "format": "int32", "type": "integer" }, "target": { "$ref": "GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode" }, "eventHandler": { "$ref": "GoogleCloudDialogflowCxV3EventHandler" } } }, "GoogleCloudDialogflowCxV3beta1GcsDestination": { "id": "GoogleCloudDialogflowCxV3beta1GcsDestination", "properties": { "uri": { "type": "string" } }, "type": "object" }, "GoogleCloudDialogflowV2beta1IntentMessageImage": { "type": "object", "properties": { "imageUri": { "type": "string" }, "accessibilityText": { "type": "string" } }, "id": "GoogleCloudDialogflowV2beta1IntentMessageImage" }, "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": { "type": "object", "properties": { "models": { "additionalProperties": { "type": "string" }, "type": "object" }, "useTimeoutBasedEndpointing": { "type": "boolean" }, "noSpeechTimeout": { "type": "string", "format": "google-duration" }, "endpointerSensitivity": { "format": "int32", "type": "integer" } }, "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings" }, "GoogleCloudDialogflowV2StreamingRecognitionResult": { "type": "object", "properties": { "confidence": { "type": "number", "format": "float" }, "speechWordInfo": { "items": { "$ref": "GoogleCloudDialogflowV2SpeechWordInfo" }, "type": "array" }, "messageType": { "type": "string", "enumDescriptions": [ "", "", "", "", "", "", "" ], "enum": [ "MESSAGE_TYPE_UNSPECIFIED", "TRANSCRIPT", "DTMF_DIGITS", "END_OF_SINGLE_UTTERANCE", "PARTIAL_DTMF_DIGITS", "SPEECH_ACTIVITY_BEGIN", "SPEECH_ACTIVITY_END" ] }, "isFinal": { "type": "boolean" }, "speechEndOffset": { "format": "google-duration", "type": "string" }, "transcript": { "type": "string" }, "languageCode": { "type": "string" } }, "id": "GoogleCloudDialogflowV2StreamingRecognitionResult" }, "GoogleCloudDialogflowV2ImportDocumentsResponse": { "properties": { "warnings": { "type": "array", "items": { "$ref": "GoogleRpcStatus" } } }, "id": "GoogleCloudDialogflowV2ImportDocumentsResponse", "type": "object" }, "GoogleCloudDialogflowV2IntentMessageTableCardRow": { "id": "GoogleCloudDialogflowV2IntentMessageTableCardRow", "properties": { "dividerAfter": { "type": "boolean" }, "cells": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2IntentMessageTableCardCell" } } }, "type": "object" }, "GoogleCloudDialogflowCxV3SafetySettingsRaiSettings": { "type": "object", "id": "GoogleCloudDialogflowCxV3SafetySettingsRaiSettings", "properties": { "categoryFilters": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3SafetySettingsRaiSettingsCategoryFilter" } } } }, "GoogleCloudDialogflowCxV3FormParameter": { "type": "object", "id": "GoogleCloudDialogflowCxV3FormParameter", "properties": { "defaultValue": { "type": "any" }, "fillBehavior": { "$ref": "GoogleCloudDialogflowCxV3FormParameterFillBehavior" }, "advancedSettings": { "$ref": "GoogleCloudDialogflowCxV3AdvancedSettings" }, "isList": { "type": "boolean" }, "displayName": { "type": "string" }, "redact": { "type": "boolean" }, "entityType": { "type": "string" }, "required": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3PlaybookVersion": { "type": "object", "id": "GoogleCloudDialogflowCxV3PlaybookVersion", "properties": { "updateTime": { "type": "string", "format": "google-datetime", "readOnly": true }, "name": { "type": "string" }, "playbook": { "$ref": "GoogleCloudDialogflowCxV3Playbook", "readOnly": true }, "description": { "type": "string" }, "examples": { "items": { "$ref": "GoogleCloudDialogflowCxV3Example" }, "type": "array", "readOnly": true } } }, "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata": { "type": "object", "properties": { "partialFailures": { "items": { "$ref": "GoogleRpcStatus" }, "type": "array" }, "conversationDataset": { "type": "string" }, "createTime": { "type": "string", "format": "google-datetime" } }, "id": "GoogleCloudDialogflowV2ImportConversationDataOperationMetadata" }, "GoogleCloudDialogflowCxV3Deployment": { "type": "object", "id": "GoogleCloudDialogflowCxV3Deployment", "properties": { "flowVersion": { "type": "string" }, "result": { "$ref": "GoogleCloudDialogflowCxV3DeploymentResult" }, "endTime": { "type": "string", "format": "google-datetime" }, "startTime": { "format": "google-datetime", "type": "string" }, "name": { "type": "string" }, "state": { "enum": [ "STATE_UNSPECIFIED", "RUNNING", "SUCCEEDED", "FAILED" ], "enumDescriptions": [ "", "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse": { "properties": { "environments": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowCxV3Environment" } }, "nextPageToken": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse", "type": "object" }, "GoogleCloudDialogflowCxV3SessionInfo": { "properties": { "parameters": { "additionalProperties": { "type": "any" }, "type": "object" }, "session": { "type": "string" } }, "id": "GoogleCloudDialogflowCxV3SessionInfo", "type": "object" }, "GoogleCloudDialogflowCxV3IntentCoverageIntent": { "properties": { "intent": { "type": "string" }, "covered": { "type": "boolean" } }, "id": "GoogleCloudDialogflowCxV3IntentCoverageIntent", "type": "object" }, "GoogleRpcStatus": { "id": "GoogleRpcStatus", "type": "object", "properties": { "message": { "type": "string" }, "code": { "type": "integer", "format": "int32" }, "details": { "items": { "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." }, "type": "object" }, "type": "array" } } }, "GoogleCloudDialogflowCxV3beta1ConversationSignals": { "properties": { "turnSignals": { "$ref": "GoogleCloudDialogflowCxV3beta1TurnSignals" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3beta1ConversationSignals" }, "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion": { "type": "object", "properties": { "agentAction": { "type": "string" }, "sources": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources" }, "duplicateCheckResult": { "readOnly": true, "$ref": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult" } }, "id": "GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion" }, "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior": { "id": "GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior", "type": "object", "properties": { "usePubsubDelivery": { "type": "boolean" }, "thirdPartyConnectorAllowed": { "type": "boolean" }, "answerGenerationRewriterOn": { "type": "boolean" }, "appendedSearchContextCount": { "type": "integer", "format": "int32" }, "invalidItemsQuerySuggestionSkipped": { "type": "boolean" }, "queryGenerationAgentLanguageMismatch": { "type": "boolean" }, "primaryQueryRedactedAndReplaced": { "type": "boolean" }, "multipleQueriesGenerated": { "type": "boolean" }, "queryContainedSearchContext": { "type": "boolean" }, "previousQueriesIncluded": { "type": "boolean" }, "endUserMetadataIncluded": { "type": "boolean" }, "queryGenerationEndUserLanguageMismatch": { "type": "boolean" }, "disableSyncDelivery": { "type": "boolean" }, "returnQueryOnly": { "type": "boolean" }, "useCustomSafetyFilterLevel": { "type": "boolean" }, "conversationTranscriptHasMixedLanguages": { "type": "boolean" }, "useTranslatedMessage": { "type": "boolean" } } }, "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult": { "id": "GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult", "properties": { "magnitude": { "type": "number", "format": "float" }, "score": { "type": "number", "format": "float" } }, "type": "object" }, "GoogleCloudLocationListLocationsResponse": { "properties": { "locations": { "type": "array", "items": { "$ref": "GoogleCloudLocationLocation" } }, "nextPageToken": { "type": "string" } }, "type": "object", "id": "GoogleCloudLocationListLocationsResponse" }, "GoogleCloudDialogflowCxV3SafetySettingsPhrase": { "type": "object", "id": "GoogleCloudDialogflowCxV3SafetySettingsPhrase", "properties": { "text": { "type": "string" }, "languageCode": { "type": "string" } } }, "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings": { "id": "GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings", "type": "object", "properties": { "generator": { "type": "string" }, "outputParameter": { "type": "string" }, "inputParameters": { "type": "object", "additionalProperties": { "type": "string" } } } }, "GoogleCloudDialogflowCxV3PlaybookImportStrategy": { "id": "GoogleCloudDialogflowCxV3PlaybookImportStrategy", "type": "object", "properties": { "nestedResourceImportStrategy": { "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": [ "", "", "", "", "", "" ], "type": "string", "enum": [ "IMPORT_STRATEGY_UNSPECIFIED", "IMPORT_STRATEGY_CREATE_NEW", "IMPORT_STRATEGY_REPLACE", "IMPORT_STRATEGY_KEEP", "IMPORT_STRATEGY_MERGE", "IMPORT_STRATEGY_THROW_ERROR" ] }, "toolImportStrategy": { "enum": [ "IMPORT_STRATEGY_UNSPECIFIED", "IMPORT_STRATEGY_CREATE_NEW", "IMPORT_STRATEGY_REPLACE", "IMPORT_STRATEGY_KEEP", "IMPORT_STRATEGY_MERGE", "IMPORT_STRATEGY_THROW_ERROR" ], "enumDescriptions": [ "", "", "", "", "", "" ], "type": "string" } } }, "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse": { "id": "GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse", "properties": { "faqAnswers": { "type": "array", "items": { "$ref": "GoogleCloudDialogflowV2beta1FaqAnswer" } }, "latestMessage": { "type": "string" }, "contextSize": { "type": "integer", "format": "int32" } }, "type": "object" }, "GoogleCloudDialogflowCxV3GenerativeSettings": { "properties": { "llmModelSettings": { "$ref": "GoogleCloudDialogflowCxV3LlmModelSettings" }, "fallbackSettings": { "$ref": "GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings" }, "name": { "type": "string" }, "knowledgeConnectorSettings": { "$ref": "GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings" }, "generativeSafetySettings": { "$ref": "GoogleCloudDialogflowCxV3SafetySettings" }, "languageCode": { "type": "string" } }, "type": "object", "id": "GoogleCloudDialogflowCxV3GenerativeSettings" }, "GoogleCloudDialogflowCxV3RolloutConfigRolloutStep": { "id": "GoogleCloudDialogflowCxV3RolloutConfigRolloutStep", "type": "object", "properties": { "displayName": { "type": "string" }, "minDuration": { "type": "string", "format": "google-duration" }, "trafficPercent": { "format": "int32", "type": "integer" } } }, "GoogleCloudDialogflowV2SentimentAnalysisResult": { "properties": { "queryTextSentiment": { "$ref": "GoogleCloudDialogflowV2Sentiment" } }, "id": "GoogleCloudDialogflowV2SentimentAnalysisResult", "type": "object" } }, "version_module": true, "kind": "discovery#restDescription", "ownerDomain": "google.com", "baseUrl": "https://dialogflow.googleapis.com/", "canonicalName": "Dialogflow", "fullyEncodeReservedExpansion": true, "resources": { "projects": { "resources": { "operations": { "methods": { "get": { "path": "v3/{+name}", "id": "dialogflow.projects.operations.get", "description": "", "httpMethod": "GET", "response": { "$ref": "GoogleLongrunningOperation" }, "flatPath": "v3/projects/{projectsId}/operations/{operationsId}", "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/operations/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ] }, "cancel": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "path": "v3/{+name}:cancel", "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/operations/[^/]+$", "required": true } }, "parameterOrder": [ "name" ], "httpMethod": "POST", "flatPath": "v3/projects/{projectsId}/operations/{operationsId}:cancel", "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.operations.cancel" }, "list": { "id": "dialogflow.projects.operations.list", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}/operations", "httpMethod": "GET", "parameters": { "pageToken": { "type": "string", "location": "query" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "returnPartialSuccess": { "type": "boolean", "location": "query" }, "name": { "pattern": "^projects/[^/]+$", "location": "path", "required": true, "type": "string" }, "filter": { "type": "string", "location": "query" } }, "description": "", "response": { "$ref": "GoogleLongrunningListOperationsResponse" }, "flatPath": "v3/projects/{projectsId}/operations" } } }, "locations": { "resources": { "operations": { "methods": { "get": { "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}", "id": "dialogflow.projects.locations.operations.get", "description": "", "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$" } }, "parameterOrder": [ "name" ], "httpMethod": "GET" }, "cancel": { "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$" } }, "parameterOrder": [ "name" ], "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", "response": { "$ref": "GoogleProtobufEmpty" }, "id": "dialogflow.projects.locations.operations.cancel", "description": "", "path": "v3/{+name}:cancel" }, "list": { "id": "dialogflow.projects.locations.operations.list", "parameterOrder": [ "name" ], "parameters": { "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "type": "string" }, "pageToken": { "type": "string", "location": "query" }, "filter": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "returnPartialSuccess": { "location": "query", "type": "boolean" } }, "httpMethod": "GET", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/operations", "response": { "$ref": "GoogleLongrunningListOperationsResponse" }, "description": "", "path": "v3/{+name}/operations", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "agents": { "methods": { "patch": { "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.patch", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3Agent" }, "parameters": { "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" }, "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "type": "string" } }, "path": "v3/{+name}", "httpMethod": "PATCH", "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3Agent" } }, "get": { "path": "v3/{+name}", "id": "dialogflow.projects.locations.agents.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "httpMethod": "GET", "parameterOrder": [ "name" ], "parameters": { "name": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}", "response": { "$ref": "GoogleCloudDialogflowCxV3Agent" } }, "delete": { "parameterOrder": [ "name" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}", "id": "dialogflow.projects.locations.agents.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path" } }, "description": "", "httpMethod": "DELETE", "path": "v3/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "getGenerativeSettings": { "response": { "$ref": "GoogleCloudDialogflowCxV3GenerativeSettings" }, "parameters": { "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generativeSettings$", "type": "string", "location": "path" }, "languageCode": { "location": "query", "type": "string" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generativeSettings", "description": "", "httpMethod": "GET", "path": "v3/{+name}", "id": "dialogflow.projects.locations.agents.getGenerativeSettings", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "updateGenerativeSettings": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.updateGenerativeSettings", "httpMethod": "PATCH", "parameterOrder": [ "name" ], "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generativeSettings$", "location": "path", "required": true }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3GenerativeSettings" }, "response": { "$ref": "GoogleCloudDialogflowCxV3GenerativeSettings" }, "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generativeSettings", "path": "v3/{+name}" }, "export": { "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.export", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:export", "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "path": "v3/{+name}:export", "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3ExportAgentRequest" }, "description": "" }, "validate": { "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "POST", "description": "", "parameterOrder": [ "name" ], "path": "v3/{+name}:validate", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3AgentValidationResult" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:validate", "request": { "$ref": "GoogleCloudDialogflowCxV3ValidateAgentRequest" }, "id": "dialogflow.projects.locations.agents.validate" }, "getValidationResult": { "path": "v3/{+name}", "parameterOrder": [ "name" ], "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/validationResult$", "type": "string", "required": true, "location": "path" }, "languageCode": { "location": "query", "type": "string" } }, "id": "dialogflow.projects.locations.agents.getValidationResult", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/validationResult", "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3AgentValidationResult" } }, "list": { "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+parent}/agents", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents", "response": { "$ref": "GoogleCloudDialogflowCxV3ListAgentsResponse" }, "parameters": { "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string", "required": true }, "pageToken": { "type": "string", "location": "query" } }, "id": "dialogflow.projects.locations.agents.list", "httpMethod": "GET", "description": "" }, "create": { "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents", "response": { "$ref": "GoogleCloudDialogflowCxV3Agent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "request": { "$ref": "GoogleCloudDialogflowCxV3Agent" }, "parameters": { "parent": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path" } }, "description": "", "httpMethod": "POST", "id": "dialogflow.projects.locations.agents.create", "path": "v3/{+parent}/agents" }, "restore": { "parameters": { "name": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path" } }, "httpMethod": "POST", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}:restore", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v3/{+name}:restore", "id": "dialogflow.projects.locations.agents.restore", "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowCxV3RestoreAgentRequest" }, "description": "" } }, "resources": { "changelogs": { "methods": { "list": { "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/changelogs", "response": { "$ref": "GoogleCloudDialogflowCxV3ListChangelogsResponse" }, "id": "dialogflow.projects.locations.agents.changelogs.list", "description": "", "path": "v3/{+parent}/changelogs", "parameterOrder": [ "parent" ], "parameters": { "pageToken": { "type": "string", "location": "query" }, "filter": { "location": "query", "type": "string" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "type": "string", "location": "path" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } }, "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "get": { "description": "", "httpMethod": "GET", "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/changelogs/[^/]+$", "type": "string", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/changelogs/{changelogsId}", "response": { "$ref": "GoogleCloudDialogflowCxV3Changelog" }, "id": "dialogflow.projects.locations.agents.changelogs.get", "path": "v3/{+name}" } } }, "testCases": { "methods": { "import": { "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "required": true, "location": "path" } }, "parameterOrder": [ "parent" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:import", "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowCxV3ImportTestCasesRequest" }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+parent}/testCases:import", "id": "dialogflow.projects.locations.agents.testCases.import" }, "patch": { "httpMethod": "PATCH", "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowCxV3TestCase" }, "parameters": { "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" }, "name": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$", "location": "path" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}", "id": "dialogflow.projects.locations.agents.testCases.patch", "response": { "$ref": "GoogleCloudDialogflowCxV3TestCase" }, "path": "v3/{+name}", "description": "" }, "run": { "id": "dialogflow.projects.locations.agents.testCases.run", "request": { "$ref": "GoogleCloudDialogflowCxV3RunTestCaseRequest" }, "path": "v3/{+name}:run", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "parameters": { "name": { "location": "path", "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$" } }, "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}:run" }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.locations.agents.testCases.list", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases", "response": { "$ref": "GoogleCloudDialogflowCxV3ListTestCasesResponse" }, "parameters": { "pageToken": { "location": "query", "type": "string" }, "view": { "type": "string", "enumDescriptions": [ "", "", "" ], "location": "query", "enum": [ "TEST_CASE_VIEW_UNSPECIFIED", "BASIC", "FULL" ] }, "parent": { "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true }, "pageSize": { "location": "query", "type": "integer", "format": "int32" } }, "path": "v3/{+parent}/testCases", "parameterOrder": [ "parent" ], "httpMethod": "GET" }, "calculateCoverage": { "response": { "$ref": "GoogleCloudDialogflowCxV3CalculateCoverageResponse" }, "httpMethod": "GET", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:calculateCoverage", "parameterOrder": [ "agent" ], "parameters": { "type": { "enum": [ "COVERAGE_TYPE_UNSPECIFIED", "INTENT", "PAGE_TRANSITION", "TRANSITION_ROUTE_GROUP" ], "enumDescriptions": [ "", "", "", "" ], "location": "query", "type": "string" }, "agent": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true } }, "id": "dialogflow.projects.locations.agents.testCases.calculateCoverage", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "path": "v3/{+agent}/testCases:calculateCoverage" }, "get": { "id": "dialogflow.projects.locations.agents.testCases.get", "description": "", "path": "v3/{+name}", "httpMethod": "GET", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$", "location": "path", "type": "string", "required": true } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3TestCase" }, "parameterOrder": [ "name" ] }, "batchRun": { "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "type": "string", "location": "path" } }, "httpMethod": "POST", "description": "", "path": "v3/{+parent}/testCases:batchRun", "id": "dialogflow.projects.locations.agents.testCases.batchRun", "request": { "$ref": "GoogleCloudDialogflowCxV3BatchRunTestCasesRequest" }, "parameterOrder": [ "parent" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:batchRun", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "batchDelete": { "path": "v3/{+parent}/testCases:batchDelete", "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "POST", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:batchDelete", "id": "dialogflow.projects.locations.agents.testCases.batchDelete", "parameters": { "parent": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string" } }, "parameterOrder": [ "parent" ] }, "create": { "path": "v3/{+parent}/testCases", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.testCases.create", "parameters": { "parent": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "httpMethod": "POST", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases", "response": { "$ref": "GoogleCloudDialogflowCxV3TestCase" }, "request": { "$ref": "GoogleCloudDialogflowCxV3TestCase" } }, "export": { "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases:export", "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3ExportTestCasesRequest" }, "parameters": { "parent": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "description": "", "id": "dialogflow.projects.locations.agents.testCases.export", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+parent}/testCases:export" } }, "resources": { "results": { "methods": { "get": { "parameterOrder": [ "name" ], "path": "v3/{+name}", "parameters": { "name": { "required": true, "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+/results/[^/]+$" } }, "id": "dialogflow.projects.locations.agents.testCases.results.get", "httpMethod": "GET", "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3TestCaseResult" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}/results/{resultsId}" }, "list": { "path": "v3/{+parent}/results", "response": { "$ref": "GoogleCloudDialogflowCxV3ListTestCaseResultsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/testCases/{testCasesId}/results", "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/testCases/[^/]+$", "type": "string", "required": true }, "filter": { "type": "string", "location": "query" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "location": "query", "type": "string" } }, "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.testCases.results.list", "parameterOrder": [ "parent" ], "description": "" } } } } }, "sessions": { "resources": { "entityTypes": { "methods": { "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "GET", "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", "location": "path", "type": "string" }, "pageToken": { "type": "string", "location": "query" } }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.sessions.entityTypes.list", "response": { "$ref": "GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes", "path": "v3/{+parent}/entityTypes", "description": "" }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" }, "path": "v3/{+name}", "id": "dialogflow.projects.locations.agents.sessions.entityTypes.get", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true } }, "httpMethod": "GET" }, "delete": { "parameterOrder": [ "name" ], "httpMethod": "DELETE", "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true } }, "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "id": "dialogflow.projects.locations.agents.sessions.entityTypes.delete", "path": "v3/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "request": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" }, "description": "", "parameterOrder": [ "parent" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" }, "path": "v3/{+parent}/entityTypes", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", "location": "path" } }, "id": "dialogflow.projects.locations.agents.sessions.entityTypes.create" }, "patch": { "request": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "PATCH", "parameters": { "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "type": "string" } }, "description": "", "path": "v3/{+name}", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "response": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" }, "id": "dialogflow.projects.locations.agents.sessions.entityTypes.patch" } } } }, "methods": { "detectIntent": { "description": "", "id": "dialogflow.projects.locations.agents.sessions.detectIntent", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:detectIntent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3DetectIntentResponse" }, "parameters": { "session": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", "type": "string", "location": "path" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3DetectIntentRequest" }, "path": "v3/{+session}:detectIntent", "httpMethod": "POST", "parameterOrder": [ "session" ] }, "serverStreamingDetectIntent": { "path": "v3/{+session}:serverStreamingDetectIntent", "httpMethod": "POST", "parameterOrder": [ "session" ], "id": "dialogflow.projects.locations.agents.sessions.serverStreamingDetectIntent", "parameters": { "session": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3DetectIntentResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:serverStreamingDetectIntent", "request": { "$ref": "GoogleCloudDialogflowCxV3DetectIntentRequest" }, "description": "" }, "matchIntent": { "id": "dialogflow.projects.locations.agents.sessions.matchIntent", "parameterOrder": [ "session" ], "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3MatchIntentRequest" }, "path": "v3/{+session}:matchIntent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:matchIntent", "response": { "$ref": "GoogleCloudDialogflowCxV3MatchIntentResponse" }, "httpMethod": "POST", "parameters": { "session": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", "required": true, "type": "string" } } }, "fulfillIntent": { "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3FulfillIntentRequest" }, "parameters": { "session": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", "type": "string", "location": "path" } }, "id": "dialogflow.projects.locations.agents.sessions.fulfillIntent", "parameterOrder": [ "session" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3FulfillIntentResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:fulfillIntent", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+session}:fulfillIntent" }, "submitAnswerFeedback": { "parameters": { "session": { "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", "required": true } }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.sessions.submitAnswerFeedback", "description": "", "parameterOrder": [ "session" ], "request": { "$ref": "GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest" }, "path": "v3/{+session}:submitAnswerFeedback", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:submitAnswerFeedback", "response": { "$ref": "GoogleCloudDialogflowCxV3AnswerFeedback" } } } }, "webhooks": { "methods": { "patch": { "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.webhooks.patch", "path": "v3/{+name}", "parameters": { "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" }, "name": { "location": "path", "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "PATCH", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}", "response": { "$ref": "GoogleCloudDialogflowCxV3Webhook" }, "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3Webhook" } }, "delete": { "httpMethod": "DELETE", "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$", "location": "path", "type": "string" }, "force": { "type": "boolean", "location": "query" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}", "id": "dialogflow.projects.locations.agents.webhooks.delete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ], "path": "v3/{+name}" }, "get": { "description": "", "httpMethod": "GET", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks/{webhooksId}", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/webhooks/[^/]+$", "location": "path", "required": true } }, "response": { "$ref": "GoogleCloudDialogflowCxV3Webhook" }, "path": "v3/{+name}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.webhooks.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "id": "dialogflow.projects.locations.agents.webhooks.create", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks", "path": "v3/{+parent}/webhooks", "response": { "$ref": "GoogleCloudDialogflowCxV3Webhook" }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "required": true } }, "request": { "$ref": "GoogleCloudDialogflowCxV3Webhook" }, "parameterOrder": [ "parent" ], "description": "" }, "list": { "httpMethod": "GET", "parameterOrder": [ "parent" ], "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageToken": { "type": "string", "location": "query" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" } }, "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/webhooks", "response": { "$ref": "GoogleCloudDialogflowCxV3ListWebhooksResponse" }, "path": "v3/{+parent}/webhooks", "id": "dialogflow.projects.locations.agents.webhooks.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "transitionRouteGroups": { "methods": { "get": { "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$", "required": true }, "languageCode": { "type": "string", "location": "query" } }, "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}", "path": "v3/{+name}", "id": "dialogflow.projects.locations.agents.transitionRouteGroups.get" }, "delete": { "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$", "required": true }, "force": { "type": "boolean", "location": "query" } }, "httpMethod": "DELETE", "description": "", "id": "dialogflow.projects.locations.agents.transitionRouteGroups.delete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "path": "v3/{+name}", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}", "response": { "$ref": "GoogleProtobufEmpty" } }, "patch": { "path": "v3/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ], "request": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "id": "dialogflow.projects.locations.agents.transitionRouteGroups.patch", "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}", "parameters": { "name": { "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$", "required": true }, "languageCode": { "type": "string", "location": "query" }, "updateMask": { "type": "string", "format": "google-fieldmask", "location": "query" } } }, "list": { "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups", "response": { "$ref": "GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" } }, "httpMethod": "GET", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.transitionRouteGroups.list", "path": "v3/{+parent}/transitionRouteGroups" }, "create": { "request": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups", "parameters": { "parent": { "required": true, "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" }, "languageCode": { "location": "query", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+parent}/transitionRouteGroups", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.transitionRouteGroups.create", "description": "" } } }, "generators": { "methods": { "create": { "httpMethod": "POST", "description": "", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "type": "string", "required": true }, "languageCode": { "location": "query", "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3Generator" }, "id": "dialogflow.projects.locations.agents.generators.create", "response": { "$ref": "GoogleCloudDialogflowCxV3Generator" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+parent}/generators", "parameterOrder": [ "parent" ] }, "get": { "parameters": { "languageCode": { "type": "string", "location": "query" }, "name": { "location": "path", "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$" } }, "parameterOrder": [ "name" ], "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.generators.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}", "response": { "$ref": "GoogleCloudDialogflowCxV3Generator" }, "description": "" }, "list": { "id": "dialogflow.projects.locations.agents.generators.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators", "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3ListGeneratorsResponse" }, "parameters": { "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "location": "path" }, "languageCode": { "location": "query", "type": "string" } }, "description": "", "parameterOrder": [ "parent" ], "path": "v3/{+parent}/generators" }, "patch": { "parameters": { "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" }, "name": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$", "type": "string" }, "languageCode": { "location": "query", "type": "string" } }, "httpMethod": "PATCH", "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3Generator" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.generators.patch", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}", "response": { "$ref": "GoogleCloudDialogflowCxV3Generator" } }, "delete": { "parameterOrder": [ "name" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/generators/{generatorsId}", "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v3/{+name}", "id": "dialogflow.projects.locations.agents.generators.delete", "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/generators/[^/]+$", "type": "string", "required": true }, "force": { "location": "query", "type": "boolean" } }, "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" } } }, "entityTypes": { "methods": { "delete": { "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}", "description": "", "response": { "$ref": "GoogleProtobufEmpty" }, "path": "v3/{+name}", "parameters": { "force": { "type": "boolean", "location": "query" }, "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$", "type": "string", "location": "path" } }, "httpMethod": "DELETE", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.entityTypes.delete" }, "import": { "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.entityTypes.import", "path": "v3/{+parent}/entityTypes:import", "request": { "$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true } }, "response": { "$ref": "GoogleLongrunningOperation" }, "description": "", "httpMethod": "POST", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes:import" }, "patch": { "description": "", "parameterOrder": [ "name" ], "httpMethod": "PATCH", "parameters": { "languageCode": { "type": "string", "location": "query" }, "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" }, "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3EntityType" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}", "response": { "$ref": "GoogleCloudDialogflowCxV3EntityType" }, "id": "dialogflow.projects.locations.agents.entityTypes.patch", "path": "v3/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "create": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3EntityType" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes", "parameterOrder": [ "parent" ], "path": "v3/{+parent}/entityTypes", "parameters": { "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "location": "path" }, "languageCode": { "type": "string", "location": "query" } }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3EntityType" }, "id": "dialogflow.projects.locations.agents.entityTypes.create" }, "export": { "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "required": true } }, "httpMethod": "POST", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+parent}/entityTypes:export", "id": "dialogflow.projects.locations.agents.entityTypes.export", "request": { "$ref": "GoogleCloudDialogflowCxV3ExportEntityTypesRequest" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes:export", "description": "", "response": { "$ref": "GoogleLongrunningOperation" } }, "list": { "id": "dialogflow.projects.locations.agents.entityTypes.list", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes", "response": { "$ref": "GoogleCloudDialogflowCxV3ListEntityTypesResponse" }, "parameters": { "languageCode": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "location": "path", "type": "string" }, "pageToken": { "location": "query", "type": "string" } }, "description": "", "path": "v3/{+parent}/entityTypes", "httpMethod": "GET" }, "get": { "parameters": { "name": { "location": "path", "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/entityTypes/[^/]+$" }, "languageCode": { "type": "string", "location": "query" } }, "parameterOrder": [ "name" ], "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.entityTypes.get", "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3EntityType" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/entityTypes/{entityTypesId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}" } } }, "environments": { "methods": { "create": { "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleLongrunningOperation" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments", "id": "dialogflow.projects.locations.agents.environments.create", "description": "", "parameters": { "parent": { "location": "path", "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3Environment" }, "httpMethod": "POST", "path": "v3/{+parent}/environments" }, "runContinuousTest": { "request": { "$ref": "GoogleCloudDialogflowCxV3RunContinuousTestRequest" }, "parameterOrder": [ "environment" ], "httpMethod": "POST", "parameters": { "environment": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "required": true } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:runContinuousTest", "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v3/{+environment}:runContinuousTest", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.environments.runContinuousTest", "description": "" }, "lookupEnvironmentHistory": { "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:lookupEnvironmentHistory", "response": { "$ref": "GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse" }, "id": "dialogflow.projects.locations.agents.environments.lookupEnvironmentHistory", "parameters": { "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "location": "query", "type": "string" }, "name": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "location": "path" } }, "parameterOrder": [ "name" ], "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}:lookupEnvironmentHistory", "description": "" }, "deployFlow": { "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.environments.deployFlow", "response": { "$ref": "GoogleLongrunningOperation" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}:deployFlow", "path": "v3/{+environment}:deployFlow", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3DeployFlowRequest" }, "parameters": { "environment": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "type": "string", "location": "path" } }, "parameterOrder": [ "environment" ] }, "patch": { "id": "dialogflow.projects.locations.agents.environments.patch", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameters": { "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "required": true, "type": "string" } }, "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v3/{+name}", "parameterOrder": [ "name" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}", "httpMethod": "PATCH", "request": { "$ref": "GoogleCloudDialogflowCxV3Environment" } }, "delete": { "httpMethod": "DELETE", "parameters": { "name": { "type": "string", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "required": true } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "path": "v3/{+name}", "id": "dialogflow.projects.locations.agents.environments.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}" }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ], "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.environments.get", "parameters": { "name": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "location": "path" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3Environment" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}", "path": "v3/{+name}" }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.environments.list", "path": "v3/{+parent}/environments", "description": "", "httpMethod": "GET", "parameters": { "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "location": "path" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "type": "string", "location": "query" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3ListEnvironmentsResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments", "parameterOrder": [ "parent" ] } }, "resources": { "deployments": { "methods": { "list": { "id": "dialogflow.projects.locations.agents.environments.deployments.list", "description": "", "parameterOrder": [ "parent" ], "httpMethod": "GET", "parameters": { "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "location": "path" } }, "path": "v3/{+parent}/deployments", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3ListDeploymentsResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/deployments" }, "get": { "httpMethod": "GET", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowCxV3Deployment" }, "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/deployments/[^/]+$", "location": "path", "required": true, "type": "string" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/deployments/{deploymentsId}", "id": "dialogflow.projects.locations.agents.environments.deployments.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "path": "v3/{+name}" } } }, "continuousTestResults": { "methods": { "list": { "path": "v3/{+parent}/continuousTestResults", "parameters": { "parent": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "required": true }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.environments.continuousTestResults.list", "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse" }, "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/continuousTestResults", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } }, "sessions": { "resources": { "entityTypes": { "methods": { "list": { "description": "", "path": "v3/{+parent}/entityTypes", "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.list", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", "location": "path" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes" }, "delete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true } }, "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.delete", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "response": { "$ref": "GoogleProtobufEmpty" }, "httpMethod": "DELETE", "parameterOrder": [ "name" ], "path": "v3/{+name}", "description": "" }, "get": { "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "required": true, "location": "path" } }, "httpMethod": "GET", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "response": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" }, "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.get", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "path": "v3/{+name}" }, "patch": { "response": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" }, "parameterOrder": [ "name" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes/{entityTypesId}", "request": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.patch", "httpMethod": "PATCH", "parameters": { "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" }, "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$", "type": "string", "location": "path" } }, "path": "v3/{+name}" }, "create": { "request": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" }, "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowCxV3SessionEntityType" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}/entityTypes", "parameterOrder": [ "parent" ], "parameters": { "parent": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", "required": true } }, "path": "v3/{+parent}/entityTypes", "description": "", "id": "dialogflow.projects.locations.agents.environments.sessions.entityTypes.create" } } } }, "methods": { "serverStreamingDetectIntent": { "path": "v3/{+session}:serverStreamingDetectIntent", "id": "dialogflow.projects.locations.agents.environments.sessions.serverStreamingDetectIntent", "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:serverStreamingDetectIntent", "response": { "$ref": "GoogleCloudDialogflowCxV3DetectIntentResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3DetectIntentRequest" }, "parameterOrder": [ "session" ], "parameters": { "session": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", "required": true } }, "httpMethod": "POST" }, "detectIntent": { "httpMethod": "POST", "parameterOrder": [ "session" ], "path": "v3/{+session}:detectIntent", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:detectIntent", "parameters": { "session": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "id": "dialogflow.projects.locations.agents.environments.sessions.detectIntent", "response": { "$ref": "GoogleCloudDialogflowCxV3DetectIntentResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3DetectIntentRequest" }, "description": "" }, "fulfillIntent": { "parameters": { "session": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", "type": "string", "location": "path" } }, "httpMethod": "POST", "path": "v3/{+session}:fulfillIntent", "parameterOrder": [ "session" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3FulfillIntentRequest" }, "response": { "$ref": "GoogleCloudDialogflowCxV3FulfillIntentResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:fulfillIntent", "id": "dialogflow.projects.locations.agents.environments.sessions.fulfillIntent" }, "matchIntent": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3MatchIntentRequest" }, "path": "v3/{+session}:matchIntent", "parameterOrder": [ "session" ], "response": { "$ref": "GoogleCloudDialogflowCxV3MatchIntentResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:matchIntent", "httpMethod": "POST", "parameters": { "session": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", "required": true } }, "id": "dialogflow.projects.locations.agents.environments.sessions.matchIntent" } } }, "experiments": { "methods": { "delete": { "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", "type": "string", "required": true, "location": "path" } }, "id": "dialogflow.projects.locations.agents.environments.experiments.delete", "httpMethod": "DELETE", "description": "", "parameterOrder": [ "name" ], "path": "v3/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}" }, "patch": { "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agents.environments.experiments.patch", "description": "", "parameters": { "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" }, "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", "type": "string", "location": "path" } }, "path": "v3/{+name}", "response": { "$ref": "GoogleCloudDialogflowCxV3Experiment" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}", "request": { "$ref": "GoogleCloudDialogflowCxV3Experiment" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ] }, "start": { "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", "location": "path", "type": "string", "required": true } }, "description": "", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3StartExperimentRequest" }, "response": { "$ref": "GoogleCloudDialogflowCxV3Experiment" }, "id": "dialogflow.projects.locations.agents.environments.experiments.start", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}:start", "path": "v3/{+name}:start" }, "list": { "id": "dialogflow.projects.locations.agents.environments.experiments.list", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3ListExperimentsResponse" }, "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments", "parameterOrder": [ "parent" ], "httpMethod": "GET", "path": "v3/{+parent}/experiments", "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "type": "string", "required": true }, "pageToken": { "location": "query", "type": "string" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" } } }, "get": { "description": "", "httpMethod": "GET", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", "type": "string", "location": "path", "required": true } }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.environments.experiments.get", "path": "v3/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3Experiment" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}" }, "stop": { "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3StopExperimentRequest" }, "id": "dialogflow.projects.locations.agents.environments.experiments.stop", "parameters": { "name": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/experiments/[^/]+$", "location": "path" } }, "path": "v3/{+name}:stop", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments/{experimentsId}:stop", "response": { "$ref": "GoogleCloudDialogflowCxV3Experiment" } }, "create": { "response": { "$ref": "GoogleCloudDialogflowCxV3Experiment" }, "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+$", "location": "path", "required": true, "type": "string" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/experiments", "parameterOrder": [ "parent" ], "httpMethod": "POST", "path": "v3/{+parent}/experiments", "id": "dialogflow.projects.locations.agents.environments.experiments.create", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3Experiment" } } } } } }, "playbooks": { "methods": { "list": { "parameterOrder": [ "parent" ], "path": "v3/{+parent}/playbooks", "id": "dialogflow.projects.locations.agents.playbooks.list", "parameters": { "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "pageToken": { "location": "query", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "httpMethod": "GET", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks", "response": { "$ref": "GoogleCloudDialogflowCxV3ListPlaybooksResponse" } }, "delete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "response": { "$ref": "GoogleProtobufEmpty" }, "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}", "path": "v3/{+name}", "parameters": { "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "type": "string", "location": "path" } }, "id": "dialogflow.projects.locations.agents.playbooks.delete", "httpMethod": "DELETE" }, "import": { "id": "dialogflow.projects.locations.agents.playbooks.import", "request": { "$ref": "GoogleCloudDialogflowCxV3ImportPlaybookRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks:import", "description": "", "parameters": { "parent": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "path": "v3/{+parent}/playbooks:import", "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST" }, "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "description": "", "parameters": { "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" }, "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "required": true, "type": "string" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3Playbook" }, "path": "v3/{+name}", "id": "dialogflow.projects.locations.agents.playbooks.patch", "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowCxV3Playbook" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}" }, "export": { "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}:export", "id": "dialogflow.projects.locations.agents.playbooks.export", "parameterOrder": [ "name" ], "path": "v3/{+name}:export", "parameters": { "name": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "location": "path" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3ExportPlaybookRequest" }, "httpMethod": "POST" }, "create": { "id": "dialogflow.projects.locations.agents.playbooks.create", "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowCxV3Playbook" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks", "parameters": { "parent": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+parent}/playbooks", "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3Playbook" } }, "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowCxV3Playbook" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "required": true, "location": "path", "type": "string" } }, "path": "v3/{+name}", "httpMethod": "GET", "description": "", "id": "dialogflow.projects.locations.agents.playbooks.get" } }, "resources": { "examples": { "methods": { "get": { "path": "v3/{+name}", "httpMethod": "GET", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}", "id": "dialogflow.projects.locations.agents.playbooks.examples.get", "response": { "$ref": "GoogleCloudDialogflowCxV3Example" }, "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 } }, "description": "", "parameterOrder": [ "name" ] }, "list": { "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples", "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3ListExamplesResponse" }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.playbooks.examples.list", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "location": "path", "required": true, "type": "string" }, "languageCode": { "type": "string", "location": "query" }, "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "location": "query", "type": "string" } }, "path": "v3/{+parent}/examples", "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "patch": { "path": "v3/{+name}", "request": { "$ref": "GoogleCloudDialogflowCxV3Example" }, "response": { "$ref": "GoogleCloudDialogflowCxV3Example" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}", "description": "", "parameterOrder": [ "name" ], "parameters": { "name": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$", "location": "path" }, "updateMask": { "location": "query", "type": "string", "format": "google-fieldmask" } }, "id": "dialogflow.projects.locations.agents.playbooks.examples.patch", "httpMethod": "PATCH" }, "create": { "path": "v3/{+parent}/examples", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.playbooks.examples.create", "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3Example" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3Example" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples", "parameters": { "parent": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "location": "path" } }, "httpMethod": "POST" }, "delete": { "path": "v3/{+name}", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.playbooks.examples.delete", "httpMethod": "DELETE", "description": "", "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/examples/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/examples/{examplesId}" } } }, "versions": { "methods": { "restore": { "id": "dialogflow.projects.locations.agents.playbooks.versions.restore", "path": "v3/{+name}:restore", "description": "", "parameterOrder": [ "name" ], "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3RestorePlaybookVersionRequest" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}:restore", "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/[^/]+/playbooks/[^/]+/versions/[^/]+$" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse" } }, "get": { "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$", "required": true, "location": "path", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3PlaybookVersion" }, "httpMethod": "GET", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}", "id": "dialogflow.projects.locations.agents.playbooks.versions.get", "path": "v3/{+name}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ] }, "delete": { "id": "dialogflow.projects.locations.agents.playbooks.versions.delete", "path": "v3/{+name}", "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$", "location": "path", "required": true } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}", "parameterOrder": [ "name" ], "description": "" }, "create": { "parameters": { "parent": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$" } }, "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3PlaybookVersion" }, "parameterOrder": [ "parent" ], "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3PlaybookVersion" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.playbooks.versions.create", "path": "v3/{+parent}/versions" }, "list": { "parameters": { "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "parent": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$", "location": "path" }, "pageToken": { "location": "query", "type": "string" } }, "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions", "response": { "$ref": "GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse" }, "id": "dialogflow.projects.locations.agents.playbooks.versions.list", "description": "", "parameterOrder": [ "parent" ], "path": "v3/{+parent}/versions" } } } } }, "intents": { "methods": { "export": { "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.intents.export", "path": "v3/{+parent}/intents:export", "request": { "$ref": "GoogleCloudDialogflowCxV3ExportIntentsRequest" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "type": "string", "required": true } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:export", "httpMethod": "POST", "response": { "$ref": "GoogleLongrunningOperation" } }, "patch": { "description": "", "id": "dialogflow.projects.locations.agents.intents.patch", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowCxV3Intent" }, "parameters": { "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" }, "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$", "type": "string", "location": "path" }, "languageCode": { "location": "query", "type": "string" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}", "httpMethod": "PATCH", "request": { "$ref": "GoogleCloudDialogflowCxV3Intent" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}" }, "get": { "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}", "response": { "$ref": "GoogleCloudDialogflowCxV3Intent" }, "path": "v3/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameters": { "name": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$", "type": "string" }, "languageCode": { "type": "string", "location": "query" } }, "httpMethod": "GET", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.intents.get" }, "create": { "request": { "$ref": "GoogleCloudDialogflowCxV3Intent" }, "id": "dialogflow.projects.locations.agents.intents.create", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents", "response": { "$ref": "GoogleCloudDialogflowCxV3Intent" }, "path": "v3/{+parent}/intents", "httpMethod": "POST", "parameterOrder": [ "parent" ], "parameters": { "languageCode": { "location": "query", "type": "string" }, "parent": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" }, "list": { "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "intentView": { "location": "query", "enum": [ "INTENT_VIEW_UNSPECIFIED", "INTENT_VIEW_PARTIAL", "INTENT_VIEW_FULL" ], "type": "string", "enumDescriptions": [ "", "", "" ] }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true, "location": "path", "type": "string" }, "languageCode": { "location": "query", "type": "string" }, "pageToken": { "location": "query", "type": "string" } }, "path": "v3/{+parent}/intents", "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.intents.list", "response": { "$ref": "GoogleCloudDialogflowCxV3ListIntentsResponse" }, "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents" }, "delete": { "description": "", "id": "dialogflow.projects.locations.agents.intents.delete", "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents/{intentsId}", "path": "v3/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "DELETE", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/intents/[^/]+$", "location": "path", "required": true } } }, "import": { "path": "v3/{+parent}/intents:import", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.intents.import", "request": { "$ref": "GoogleCloudDialogflowCxV3ImportIntentsRequest" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/intents:import", "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "description": "", "parameters": { "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path", "type": "string" } } } } }, "tools": { "methods": { "get": { "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}", "response": { "$ref": "GoogleCloudDialogflowCxV3Tool" }, "parameterOrder": [ "name" ], "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", "location": "path", "required": true, "type": "string" } }, "httpMethod": "GET", "path": "v3/{+name}", "id": "dialogflow.projects.locations.agents.tools.get", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" }, "create": { "request": { "$ref": "GoogleCloudDialogflowCxV3Tool" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools", "response": { "$ref": "GoogleCloudDialogflowCxV3Tool" }, "httpMethod": "POST", "path": "v3/{+parent}/tools", "parameters": { "parent": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "required": true } }, "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.tools.create", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] }, "list": { "description": "", "path": "v3/{+parent}/tools", "response": { "$ref": "GoogleCloudDialogflowCxV3ListToolsResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "pageToken": { "location": "query", "type": "string" }, "pageSize": { "type": "integer", "location": "query", "format": "int32" }, "parent": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "location": "path" } }, "parameterOrder": [ "parent" ], "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.tools.list" }, "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3Tool" }, "description": "", "httpMethod": "PATCH", "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.tools.patch", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}", "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", "type": "string", "required": true }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3Tool" }, "path": "v3/{+name}" }, "delete": { "path": "v3/{+name}", "description": "", "id": "dialogflow.projects.locations.agents.tools.delete", "parameterOrder": [ "name" ], "parameters": { "force": { "location": "query", "type": "boolean" }, "name": { "type": "string", "location": "path", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$" } }, "httpMethod": "DELETE", "response": { "$ref": "GoogleProtobufEmpty" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } }, "resources": { "versions": { "methods": { "delete": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.tools.versions.delete", "httpMethod": "DELETE", "parameters": { "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$", "type": "string", "location": "path" }, "force": { "location": "query", "type": "boolean" } }, "path": "v3/{+name}", "parameterOrder": [ "name" ], "description": "", "response": { "$ref": "GoogleProtobufEmpty" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}" }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3ListToolVersionsResponse" }, "httpMethod": "GET", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions", "description": "", "id": "dialogflow.projects.locations.agents.tools.versions.list", "parameters": { "parent": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", "required": true }, "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "location": "query", "type": "string" } }, "path": "v3/{+parent}/versions", "parameterOrder": [ "parent" ] }, "create": { "path": "v3/{+parent}/versions", "id": "dialogflow.projects.locations.agents.tools.versions.create", "parameters": { "parent": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+$", "type": "string" } }, "description": "", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3ToolVersion" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleCloudDialogflowCxV3ToolVersion" } }, "get": { "response": { "$ref": "GoogleCloudDialogflowCxV3ToolVersion" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}", "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.tools.versions.get", "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$", "required": true } }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "path": "v3/{+name}" }, "restore": { "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3RestoreToolVersionRequest" }, "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/tools/[^/]+/versions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "id": "dialogflow.projects.locations.agents.tools.versions.restore", "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudDialogflowCxV3RestoreToolVersionResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/tools/{toolsId}/versions/{versionsId}:restore", "path": "v3/{+name}:restore", "description": "" } } } } }, "flows": { "methods": { "list": { "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+parent}/flows", "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.flows.list", "parameters": { "pageSize": { "location": "query", "type": "integer", "format": "int32" }, "languageCode": { "location": "query", "type": "string" }, "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "location": "path" }, "pageToken": { "location": "query", "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3ListFlowsResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows", "description": "" }, "delete": { "description": "", "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ], "parameters": { "force": { "type": "boolean", "location": "query" }, "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "required": true, "location": "path" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agents.flows.delete", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}" }, "import": { "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "location": "path" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows:import", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3ImportFlowRequest" }, "id": "dialogflow.projects.locations.agents.flows.import", "parameterOrder": [ "parent" ], "description": "", "path": "v3/{+parent}/flows:import" }, "getValidationResult": { "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}", "httpMethod": "GET", "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/validationResult$", "type": "string", "location": "path" } }, "description": "", "id": "dialogflow.projects.locations.agents.flows.getValidationResult", "response": { "$ref": "GoogleCloudDialogflowCxV3FlowValidationResult" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/validationResult" }, "get": { "id": "dialogflow.projects.locations.agents.flows.get", "parameters": { "languageCode": { "location": "query", "type": "string" }, "name": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}", "response": { "$ref": "GoogleCloudDialogflowCxV3Flow" }, "httpMethod": "GET", "path": "v3/{+name}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ] }, "validate": { "id": "dialogflow.projects.locations.agents.flows.validate", "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "required": true, "type": "string" } }, "path": "v3/{+name}:validate", "httpMethod": "POST", "request": { "$ref": "GoogleCloudDialogflowCxV3ValidateFlowRequest" }, "description": "", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleCloudDialogflowCxV3FlowValidationResult" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:validate" }, "patch": { "response": { "$ref": "GoogleCloudDialogflowCxV3Flow" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}", "id": "dialogflow.projects.locations.agents.flows.patch", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3Flow" }, "path": "v3/{+name}", "parameters": { "languageCode": { "type": "string", "location": "query" }, "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" }, "name": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path" } }, "parameterOrder": [ "name" ], "httpMethod": "PATCH" }, "export": { "id": "dialogflow.projects.locations.agents.flows.export", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "parameters": { "name": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path" } }, "path": "v3/{+name}:export", "response": { "$ref": "GoogleLongrunningOperation" }, "request": { "$ref": "GoogleCloudDialogflowCxV3ExportFlowRequest" }, "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:export" }, "train": { "request": { "$ref": "GoogleCloudDialogflowCxV3TrainFlowRequest" }, "response": { "$ref": "GoogleLongrunningOperation" }, "httpMethod": "POST", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}:train", "id": "dialogflow.projects.locations.agents.flows.train", "parameters": { "name": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path" } }, "path": "v3/{+name}:train", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ] }, "create": { "request": { "$ref": "GoogleCloudDialogflowCxV3Flow" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.flows.create", "response": { "$ref": "GoogleCloudDialogflowCxV3Flow" }, "path": "v3/{+parent}/flows", "parameterOrder": [ "parent" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows", "httpMethod": "POST", "description": "", "parameters": { "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$", "type": "string", "required": true, "location": "path" }, "languageCode": { "location": "query", "type": "string" } } } }, "resources": { "versions": { "methods": { "patch": { "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$" }, "updateMask": { "location": "query", "format": "google-fieldmask", "type": "string" } }, "httpMethod": "PATCH", "response": { "$ref": "GoogleCloudDialogflowCxV3Version" }, "parameterOrder": [ "name" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}", "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}", "request": { "$ref": "GoogleCloudDialogflowCxV3Version" }, "id": "dialogflow.projects.locations.agents.flows.versions.patch" }, "get": { "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", "required": true } }, "httpMethod": "GET", "id": "dialogflow.projects.locations.agents.flows.versions.get", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}", "response": { "$ref": "GoogleCloudDialogflowCxV3Version" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "path": "v3/{+name}", "description": "" }, "create": { "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.flows.versions.create", "path": "v3/{+parent}/versions", "request": { "$ref": "GoogleCloudDialogflowCxV3Version" }, "httpMethod": "POST", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameters": { "parent": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path" } } }, "list": { "description": "", "parameterOrder": [ "parent" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions", "path": "v3/{+parent}/versions", "response": { "$ref": "GoogleCloudDialogflowCxV3ListVersionsResponse" }, "parameters": { "pageToken": { "type": "string", "location": "query" }, "parent": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "type": "string", "location": "path" }, "pageSize": { "location": "query", "format": "int32", "type": "integer" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.flows.versions.list", "httpMethod": "GET" }, "delete": { "path": "v3/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "parameterOrder": [ "name" ], "httpMethod": "DELETE", "parameters": { "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", "required": true, "type": "string", "location": "path" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}", "id": "dialogflow.projects.locations.agents.flows.versions.delete", "response": { "$ref": "GoogleProtobufEmpty" } }, "load": { "httpMethod": "POST", "parameters": { "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", "type": "string", "location": "path" } }, "request": { "$ref": "GoogleCloudDialogflowCxV3LoadVersionRequest" }, "description": "", "response": { "$ref": "GoogleLongrunningOperation" }, "path": "v3/{+name}:load", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}:load", "id": "dialogflow.projects.locations.agents.flows.versions.load", "parameterOrder": [ "name" ] }, "compareVersions": { "id": "dialogflow.projects.locations.agents.flows.versions.compareVersions", "path": "v3/{+baseVersion}:compareVersions", "parameterOrder": [ "baseVersion" ], "request": { "$ref": "GoogleCloudDialogflowCxV3CompareVersionsRequest" }, "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3CompareVersionsResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/versions/{versionsId}:compareVersions", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "parameters": { "baseVersion": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/versions/[^/]+$", "type": "string", "location": "path" } } } } }, "transitionRouteGroups": { "methods": { "get": { "parameters": { "name": { "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$", "type": "string", "required": true }, "languageCode": { "location": "query", "type": "string" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}", "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "path": "v3/{+name}", "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.get", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "" }, "list": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.list", "parameterOrder": [ "parent" ], "path": "v3/{+parent}/transitionRouteGroups", "description": "", "httpMethod": "GET", "response": { "$ref": "GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups", "parameters": { "pageSize": { "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "required": true, "type": "string", "location": "path" }, "languageCode": { "type": "string", "location": "query" } } }, "delete": { "response": { "$ref": "GoogleProtobufEmpty" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "path": "v3/{+name}", "httpMethod": "DELETE", "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.delete", "parameters": { "force": { "location": "query", "type": "boolean" }, "name": { "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$", "location": "path" } }, "parameterOrder": [ "name" ] }, "create": { "description": "", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.create", "request": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "path": "v3/{+parent}/transitionRouteGroups", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "httpMethod": "POST", "response": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "parameters": { "languageCode": { "type": "string", "location": "query" }, "parent": { "location": "path", "type": "string", "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$" } } }, "patch": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}", "parameters": { "updateMask": { "format": "google-fieldmask", "location": "query", "type": "string" }, "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/transitionRouteGroups/[^/]+$", "required": true }, "languageCode": { "location": "query", "type": "string" } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/transitionRouteGroups/{transitionRouteGroupsId}", "response": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" }, "parameterOrder": [ "name" ], "id": "dialogflow.projects.locations.agents.flows.transitionRouteGroups.patch", "httpMethod": "PATCH", "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3TransitionRouteGroup" } } } }, "pages": { "methods": { "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.flows.pages.get", "parameterOrder": [ "name" ], "path": "v3/{+name}", "response": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}", "description": "", "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$", "required": true }, "languageCode": { "type": "string", "location": "query" } }, "httpMethod": "GET" }, "delete": { "httpMethod": "DELETE", "parameters": { "force": { "location": "query", "type": "boolean" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$", "type": "string", "location": "path", "required": true } }, "path": "v3/{+name}", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}", "response": { "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "id": "dialogflow.projects.locations.agents.flows.pages.delete", "parameterOrder": [ "name" ], "description": "" }, "create": { "id": "dialogflow.projects.locations.agents.flows.pages.create", "parameters": { "languageCode": { "type": "string", "location": "query" }, "parent": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path", "required": true, "type": "string" } }, "response": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages", "description": "", "httpMethod": "POST", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "path": "v3/{+parent}/pages" }, "list": { "response": { "$ref": "GoogleCloudDialogflowCxV3ListPagesResponse" }, "parameters": { "parent": { "required": true, "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+$", "location": "path" }, "pageSize": { "type": "integer", "format": "int32", "location": "query" }, "pageToken": { "location": "query", "type": "string" }, "languageCode": { "location": "query", "type": "string" } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages", "httpMethod": "GET", "description": "", "path": "v3/{+parent}/pages", "id": "dialogflow.projects.locations.agents.flows.pages.list", "parameterOrder": [ "parent" ] }, "patch": { "description": "", "request": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "httpMethod": "PATCH", "id": "dialogflow.projects.locations.agents.flows.pages.patch", "parameters": { "updateMask": { "format": "google-fieldmask", "type": "string", "location": "query" }, "languageCode": { "type": "string", "location": "query" }, "name": { "pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/pages/[^/]+$", "type": "string", "location": "path", "required": true } }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/flows/{flowsId}/pages/{pagesId}", "response": { "$ref": "GoogleCloudDialogflowCxV3Page" }, "parameterOrder": [ "name" ], "path": "v3/{+name}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ] } } } } } } }, "securitySettings": { "methods": { "list": { "path": "v3/{+parent}/securitySettings", "id": "dialogflow.projects.locations.securitySettings.list", "parameterOrder": [ "parent" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "description": "", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/securitySettings", "response": { "$ref": "GoogleCloudDialogflowCxV3ListSecuritySettingsResponse" }, "httpMethod": "GET", "parameters": { "pageSize": { "location": "query", "format": "int32", "type": "integer" }, "pageToken": { "type": "string", "location": "query" }, "parent": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true } } }, "get": { "parameterOrder": [ "name" ], "httpMethod": "GET", "parameters": { "name": { "required": true, "pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$", "type": "string", "location": "path" } }, "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}", "id": "dialogflow.projects.locations.securitySettings.get", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}", "response": { "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" } }, "patch": { "response": { "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" }, "path": "v3/{+name}", "description": "", "parameters": { "name": { "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$", "required": true, "location": "path" }, "updateMask": { "type": "string", "location": "query", "format": "google-fieldmask" } }, "httpMethod": "PATCH", "id": "dialogflow.projects.locations.securitySettings.patch" }, "create": { "httpMethod": "POST", "parameters": { "parent": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true } }, "path": "v3/{+parent}/securitySettings", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "request": { "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" }, "description": "", "response": { "$ref": "GoogleCloudDialogflowCxV3SecuritySettings" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/securitySettings", "parameterOrder": [ "parent" ], "id": "dialogflow.projects.locations.securitySettings.create" }, "delete": { "id": "dialogflow.projects.locations.securitySettings.delete", "parameters": { "name": { "location": "path", "type": "string", "pattern": "^projects/[^/]+/locations/[^/]+/securitySettings/[^/]+$", "required": true } }, "httpMethod": "DELETE", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "response": { "$ref": "GoogleProtobufEmpty" }, "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/securitySettings/{securitySettingsId}", "parameterOrder": [ "name" ], "description": "", "path": "v3/{+name}" } } } }, "methods": { "list": { "id": "dialogflow.projects.locations.list", "response": { "$ref": "GoogleCloudLocationListLocationsResponse" }, "parameters": { "name": { "type": "string", "required": true, "location": "path", "pattern": "^projects/[^/]+$" }, "extraLocationTypes": { "repeated": true, "type": "string", "location": "query" }, "filter": { "location": "query", "type": "string" }, "pageSize": { "format": "int32", "type": "integer", "location": "query" }, "pageToken": { "type": "string", "location": "query" } }, "flatPath": "v3/projects/{projectsId}/locations", "httpMethod": "GET", "parameterOrder": [ "name" ], "description": "", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "path": "v3/{+name}/locations" }, "get": { "httpMethod": "GET", "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/dialogflow" ], "parameterOrder": [ "name" ], "response": { "$ref": "GoogleCloudLocationLocation" }, "parameters": { "name": { "required": true, "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "type": "string" } }, "description": "", "path": "v3/{+name}", "flatPath": "v3/projects/{projectsId}/locations/{locationsId}", "id": "dialogflow.projects.locations.get" } } } } } }, "ownerName": "Google", "basePath": "", "parameters": { "quotaUser": { "type": "string", "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.", "location": "query" }, "prettyPrint": { "description": "Returns response with indentations and line breaks.", "type": "boolean", "default": "true", "location": "query" }, "alt": { "enumDescriptions": [ "Responses with Content-Type of application/json", "Media download with context-dependent Content-Type", "Responses with Content-Type of application/x-protobuf" ], "description": "Data format for response.", "enum": [ "json", "media", "proto" ], "location": "query", "type": "string", "default": "json" }, "access_token": { "type": "string", "description": "OAuth access token.", "location": "query" }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "location": "query", "type": "string" }, "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" }, "$.xgafv": { "enum": [ "1", "2" ], "description": "V1 error format.", "location": "query", "type": "string", "enumDescriptions": [ "v1 error format", "v2 error format" ] }, "uploadType": { "type": "string", "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query" }, "oauth_token": { "type": "string", "description": "OAuth 2.0 token for the current user.", "location": "query" }, "callback": { "location": "query", "description": "JSONP", "type": "string" }, "upload_protocol": { "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "type": "string", "location": "query" } }, "servicePath": "", "rootUrl": "https://dialogflow.googleapis.com/", "documentationLink": "https://cloud.google.com/dialogflow/", "revision": "20260825", "protocol": "rest", "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "description": "Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).", "discoveryVersion": "v1" }