1 // Copyright 2022 Google LLC 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 14 15 // Code generated by aliasgen. DO NOT EDIT. 16 17 // Package dialogflow aliases all exported identifiers in package 18 // "cloud.google.com/go/dialogflow/apiv2/dialogflowpb". 19 // 20 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb. 21 // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md 22 // for more details. 23 package dialogflow 24 25 import ( 26 src "cloud.google.com/go/dialogflow/apiv2/dialogflowpb" 27 grpc "google.golang.org/grpc" 28 ) 29 30 // Deprecated: Please use consts in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 31 const ( 32 AgentAssistantFeedback_ANSWER_RELEVANCE_UNSPECIFIED = src.AgentAssistantFeedback_ANSWER_RELEVANCE_UNSPECIFIED 33 AgentAssistantFeedback_CORRECT = src.AgentAssistantFeedback_CORRECT 34 AgentAssistantFeedback_DOCUMENT_CORRECTNESS_UNSPECIFIED = src.AgentAssistantFeedback_DOCUMENT_CORRECTNESS_UNSPECIFIED 35 AgentAssistantFeedback_DOCUMENT_EFFICIENCY_UNSPECIFIED = src.AgentAssistantFeedback_DOCUMENT_EFFICIENCY_UNSPECIFIED 36 AgentAssistantFeedback_EFFICIENT = src.AgentAssistantFeedback_EFFICIENT 37 AgentAssistantFeedback_INCORRECT = src.AgentAssistantFeedback_INCORRECT 38 AgentAssistantFeedback_INEFFICIENT = src.AgentAssistantFeedback_INEFFICIENT 39 AgentAssistantFeedback_IRRELEVANT = src.AgentAssistantFeedback_IRRELEVANT 40 AgentAssistantFeedback_RELEVANT = src.AgentAssistantFeedback_RELEVANT 41 Agent_API_VERSION_UNSPECIFIED = src.Agent_API_VERSION_UNSPECIFIED 42 Agent_API_VERSION_V1 = src.Agent_API_VERSION_V1 43 Agent_API_VERSION_V2 = src.Agent_API_VERSION_V2 44 Agent_API_VERSION_V2_BETA_1 = src.Agent_API_VERSION_V2_BETA_1 45 Agent_MATCH_MODE_HYBRID = src.Agent_MATCH_MODE_HYBRID 46 Agent_MATCH_MODE_ML_ONLY = src.Agent_MATCH_MODE_ML_ONLY 47 Agent_MATCH_MODE_UNSPECIFIED = src.Agent_MATCH_MODE_UNSPECIFIED 48 Agent_TIER_ENTERPRISE = src.Agent_TIER_ENTERPRISE 49 Agent_TIER_ENTERPRISE_PLUS = src.Agent_TIER_ENTERPRISE_PLUS 50 Agent_TIER_STANDARD = src.Agent_TIER_STANDARD 51 Agent_TIER_UNSPECIFIED = src.Agent_TIER_UNSPECIFIED 52 AnswerFeedback_CORRECTNESS_LEVEL_UNSPECIFIED = src.AnswerFeedback_CORRECTNESS_LEVEL_UNSPECIFIED 53 AnswerFeedback_FULLY_CORRECT = src.AnswerFeedback_FULLY_CORRECT 54 AnswerFeedback_NOT_CORRECT = src.AnswerFeedback_NOT_CORRECT 55 AnswerFeedback_PARTIALLY_CORRECT = src.AnswerFeedback_PARTIALLY_CORRECT 56 AudioEncoding_AUDIO_ENCODING_AMR = src.AudioEncoding_AUDIO_ENCODING_AMR 57 AudioEncoding_AUDIO_ENCODING_AMR_WB = src.AudioEncoding_AUDIO_ENCODING_AMR_WB 58 AudioEncoding_AUDIO_ENCODING_FLAC = src.AudioEncoding_AUDIO_ENCODING_FLAC 59 AudioEncoding_AUDIO_ENCODING_LINEAR_16 = src.AudioEncoding_AUDIO_ENCODING_LINEAR_16 60 AudioEncoding_AUDIO_ENCODING_MULAW = src.AudioEncoding_AUDIO_ENCODING_MULAW 61 AudioEncoding_AUDIO_ENCODING_OGG_OPUS = src.AudioEncoding_AUDIO_ENCODING_OGG_OPUS 62 AudioEncoding_AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE = src.AudioEncoding_AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE 63 AudioEncoding_AUDIO_ENCODING_UNSPECIFIED = src.AudioEncoding_AUDIO_ENCODING_UNSPECIFIED 64 AutomatedAgentReply_AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED = src.AutomatedAgentReply_AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED 65 AutomatedAgentReply_FINAL = src.AutomatedAgentReply_FINAL 66 AutomatedAgentReply_PARTIAL = src.AutomatedAgentReply_PARTIAL 67 ConversationEvent_CONVERSATION_FINISHED = src.ConversationEvent_CONVERSATION_FINISHED 68 ConversationEvent_CONVERSATION_STARTED = src.ConversationEvent_CONVERSATION_STARTED 69 ConversationEvent_HUMAN_INTERVENTION_NEEDED = src.ConversationEvent_HUMAN_INTERVENTION_NEEDED 70 ConversationEvent_NEW_MESSAGE = src.ConversationEvent_NEW_MESSAGE 71 ConversationEvent_TYPE_UNSPECIFIED = src.ConversationEvent_TYPE_UNSPECIFIED 72 ConversationEvent_UNRECOVERABLE_ERROR = src.ConversationEvent_UNRECOVERABLE_ERROR 73 ConversationModel_CREATING = src.ConversationModel_CREATING 74 ConversationModel_DELETING = src.ConversationModel_DELETING 75 ConversationModel_DEPLOYED = src.ConversationModel_DEPLOYED 76 ConversationModel_DEPLOYING = src.ConversationModel_DEPLOYING 77 ConversationModel_FAILED = src.ConversationModel_FAILED 78 ConversationModel_MODEL_TYPE_UNSPECIFIED = src.ConversationModel_MODEL_TYPE_UNSPECIFIED 79 ConversationModel_PENDING = src.ConversationModel_PENDING 80 ConversationModel_SMART_REPLY_BERT_MODEL = src.ConversationModel_SMART_REPLY_BERT_MODEL 81 ConversationModel_SMART_REPLY_DUAL_ENCODER_MODEL = src.ConversationModel_SMART_REPLY_DUAL_ENCODER_MODEL 82 ConversationModel_STATE_UNSPECIFIED = src.ConversationModel_STATE_UNSPECIFIED 83 ConversationModel_UNDEPLOYED = src.ConversationModel_UNDEPLOYED 84 ConversationModel_UNDEPLOYING = src.ConversationModel_UNDEPLOYING 85 Conversation_COMPLETED = src.Conversation_COMPLETED 86 Conversation_CONVERSATION_STAGE_UNSPECIFIED = src.Conversation_CONVERSATION_STAGE_UNSPECIFIED 87 Conversation_HUMAN_ASSIST_STAGE = src.Conversation_HUMAN_ASSIST_STAGE 88 Conversation_IN_PROGRESS = src.Conversation_IN_PROGRESS 89 Conversation_LIFECYCLE_STATE_UNSPECIFIED = src.Conversation_LIFECYCLE_STATE_UNSPECIFIED 90 Conversation_VIRTUAL_AGENT_STAGE = src.Conversation_VIRTUAL_AGENT_STAGE 91 CreateConversationModelEvaluationOperationMetadata_CANCELLED = src.CreateConversationModelEvaluationOperationMetadata_CANCELLED 92 CreateConversationModelEvaluationOperationMetadata_FAILED = src.CreateConversationModelEvaluationOperationMetadata_FAILED 93 CreateConversationModelEvaluationOperationMetadata_INITIALIZING = src.CreateConversationModelEvaluationOperationMetadata_INITIALIZING 94 CreateConversationModelEvaluationOperationMetadata_RUNNING = src.CreateConversationModelEvaluationOperationMetadata_RUNNING 95 CreateConversationModelEvaluationOperationMetadata_STATE_UNSPECIFIED = src.CreateConversationModelEvaluationOperationMetadata_STATE_UNSPECIFIED 96 CreateConversationModelEvaluationOperationMetadata_SUCCEEDED = src.CreateConversationModelEvaluationOperationMetadata_SUCCEEDED 97 CreateConversationModelOperationMetadata_CANCELLED = src.CreateConversationModelOperationMetadata_CANCELLED 98 CreateConversationModelOperationMetadata_CANCELLING = src.CreateConversationModelOperationMetadata_CANCELLING 99 CreateConversationModelOperationMetadata_FAILED = src.CreateConversationModelOperationMetadata_FAILED 100 CreateConversationModelOperationMetadata_PENDING = src.CreateConversationModelOperationMetadata_PENDING 101 CreateConversationModelOperationMetadata_STATE_UNSPECIFIED = src.CreateConversationModelOperationMetadata_STATE_UNSPECIFIED 102 CreateConversationModelOperationMetadata_SUCCEEDED = src.CreateConversationModelOperationMetadata_SUCCEEDED 103 CreateConversationModelOperationMetadata_TRAINING = src.CreateConversationModelOperationMetadata_TRAINING 104 Document_ACTIVE = src.Document_ACTIVE 105 Document_AGENT_FACING_SMART_REPLY = src.Document_AGENT_FACING_SMART_REPLY 106 Document_ARTICLE_SUGGESTION = src.Document_ARTICLE_SUGGESTION 107 Document_CREATING = src.Document_CREATING 108 Document_DELETING = src.Document_DELETING 109 Document_EXTRACTIVE_QA = src.Document_EXTRACTIVE_QA 110 Document_FAQ = src.Document_FAQ 111 Document_KNOWLEDGE_TYPE_UNSPECIFIED = src.Document_KNOWLEDGE_TYPE_UNSPECIFIED 112 Document_RELOADING = src.Document_RELOADING 113 Document_STATE_UNSPECIFIED = src.Document_STATE_UNSPECIFIED 114 Document_UPDATING = src.Document_UPDATING 115 EntityType_AUTO_EXPANSION_MODE_DEFAULT = src.EntityType_AUTO_EXPANSION_MODE_DEFAULT 116 EntityType_AUTO_EXPANSION_MODE_UNSPECIFIED = src.EntityType_AUTO_EXPANSION_MODE_UNSPECIFIED 117 EntityType_KIND_LIST = src.EntityType_KIND_LIST 118 EntityType_KIND_MAP = src.EntityType_KIND_MAP 119 EntityType_KIND_REGEXP = src.EntityType_KIND_REGEXP 120 EntityType_KIND_UNSPECIFIED = src.EntityType_KIND_UNSPECIFIED 121 Environment_LOADING = src.Environment_LOADING 122 Environment_RUNNING = src.Environment_RUNNING 123 Environment_STATE_UNSPECIFIED = src.Environment_STATE_UNSPECIFIED 124 Environment_STOPPED = src.Environment_STOPPED 125 Fulfillment_Feature_SMALLTALK = src.Fulfillment_Feature_SMALLTALK 126 Fulfillment_Feature_TYPE_UNSPECIFIED = src.Fulfillment_Feature_TYPE_UNSPECIFIED 127 IntentView_INTENT_VIEW_FULL = src.IntentView_INTENT_VIEW_FULL 128 IntentView_INTENT_VIEW_UNSPECIFIED = src.IntentView_INTENT_VIEW_UNSPECIFIED 129 Intent_Message_ACTIONS_ON_GOOGLE = src.Intent_Message_ACTIONS_ON_GOOGLE 130 Intent_Message_BrowseCarouselCard_BLURRED_BACKGROUND = src.Intent_Message_BrowseCarouselCard_BLURRED_BACKGROUND 131 Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_AMP_ACTION = src.Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_AMP_ACTION 132 Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_AMP_CONTENT = src.Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_AMP_CONTENT 133 Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_URL_TYPE_HINT_UNSPECIFIED = src.Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_URL_TYPE_HINT_UNSPECIFIED 134 Intent_Message_BrowseCarouselCard_CROPPED = src.Intent_Message_BrowseCarouselCard_CROPPED 135 Intent_Message_BrowseCarouselCard_GRAY = src.Intent_Message_BrowseCarouselCard_GRAY 136 Intent_Message_BrowseCarouselCard_IMAGE_DISPLAY_OPTIONS_UNSPECIFIED = src.Intent_Message_BrowseCarouselCard_IMAGE_DISPLAY_OPTIONS_UNSPECIFIED 137 Intent_Message_BrowseCarouselCard_WHITE = src.Intent_Message_BrowseCarouselCard_WHITE 138 Intent_Message_ColumnProperties_CENTER = src.Intent_Message_ColumnProperties_CENTER 139 Intent_Message_ColumnProperties_HORIZONTAL_ALIGNMENT_UNSPECIFIED = src.Intent_Message_ColumnProperties_HORIZONTAL_ALIGNMENT_UNSPECIFIED 140 Intent_Message_ColumnProperties_LEADING = src.Intent_Message_ColumnProperties_LEADING 141 Intent_Message_ColumnProperties_TRAILING = src.Intent_Message_ColumnProperties_TRAILING 142 Intent_Message_FACEBOOK = src.Intent_Message_FACEBOOK 143 Intent_Message_GOOGLE_HANGOUTS = src.Intent_Message_GOOGLE_HANGOUTS 144 Intent_Message_KIK = src.Intent_Message_KIK 145 Intent_Message_LINE = src.Intent_Message_LINE 146 Intent_Message_MediaContent_AUDIO = src.Intent_Message_MediaContent_AUDIO 147 Intent_Message_MediaContent_RESPONSE_MEDIA_TYPE_UNSPECIFIED = src.Intent_Message_MediaContent_RESPONSE_MEDIA_TYPE_UNSPECIFIED 148 Intent_Message_PLATFORM_UNSPECIFIED = src.Intent_Message_PLATFORM_UNSPECIFIED 149 Intent_Message_SKYPE = src.Intent_Message_SKYPE 150 Intent_Message_SLACK = src.Intent_Message_SLACK 151 Intent_Message_TELEGRAM = src.Intent_Message_TELEGRAM 152 Intent_Message_VIBER = src.Intent_Message_VIBER 153 Intent_TrainingPhrase_EXAMPLE = src.Intent_TrainingPhrase_EXAMPLE 154 Intent_TrainingPhrase_TEMPLATE = src.Intent_TrainingPhrase_TEMPLATE 155 Intent_TrainingPhrase_TYPE_UNSPECIFIED = src.Intent_TrainingPhrase_TYPE_UNSPECIFIED 156 Intent_WEBHOOK_STATE_ENABLED = src.Intent_WEBHOOK_STATE_ENABLED 157 Intent_WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING = src.Intent_WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING 158 Intent_WEBHOOK_STATE_UNSPECIFIED = src.Intent_WEBHOOK_STATE_UNSPECIFIED 159 KnowledgeOperationMetadata_DONE = src.KnowledgeOperationMetadata_DONE 160 KnowledgeOperationMetadata_PENDING = src.KnowledgeOperationMetadata_PENDING 161 KnowledgeOperationMetadata_RUNNING = src.KnowledgeOperationMetadata_RUNNING 162 KnowledgeOperationMetadata_STATE_UNSPECIFIED = src.KnowledgeOperationMetadata_STATE_UNSPECIFIED 163 NotificationConfig_JSON = src.NotificationConfig_JSON 164 NotificationConfig_MESSAGE_FORMAT_UNSPECIFIED = src.NotificationConfig_MESSAGE_FORMAT_UNSPECIFIED 165 NotificationConfig_PROTO = src.NotificationConfig_PROTO 166 OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_LINEAR_16 = src.OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_LINEAR_16 167 OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_MP3 = src.OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_MP3 168 OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_MP3_64_KBPS = src.OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_MP3_64_KBPS 169 OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_MULAW = src.OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_MULAW 170 OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_OGG_OPUS = src.OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_OGG_OPUS 171 OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_UNSPECIFIED = src.OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_UNSPECIFIED 172 Participant_AUTOMATED_AGENT = src.Participant_AUTOMATED_AGENT 173 Participant_END_USER = src.Participant_END_USER 174 Participant_HUMAN_AGENT = src.Participant_HUMAN_AGENT 175 Participant_ROLE_UNSPECIFIED = src.Participant_ROLE_UNSPECIFIED 176 SessionEntityType_ENTITY_OVERRIDE_MODE_OVERRIDE = src.SessionEntityType_ENTITY_OVERRIDE_MODE_OVERRIDE 177 SessionEntityType_ENTITY_OVERRIDE_MODE_SUPPLEMENT = src.SessionEntityType_ENTITY_OVERRIDE_MODE_SUPPLEMENT 178 SessionEntityType_ENTITY_OVERRIDE_MODE_UNSPECIFIED = src.SessionEntityType_ENTITY_OVERRIDE_MODE_UNSPECIFIED 179 SpeechModelVariant_SPEECH_MODEL_VARIANT_UNSPECIFIED = src.SpeechModelVariant_SPEECH_MODEL_VARIANT_UNSPECIFIED 180 SpeechModelVariant_USE_BEST_AVAILABLE = src.SpeechModelVariant_USE_BEST_AVAILABLE 181 SpeechModelVariant_USE_ENHANCED = src.SpeechModelVariant_USE_ENHANCED 182 SpeechModelVariant_USE_STANDARD = src.SpeechModelVariant_USE_STANDARD 183 SsmlVoiceGender_SSML_VOICE_GENDER_FEMALE = src.SsmlVoiceGender_SSML_VOICE_GENDER_FEMALE 184 SsmlVoiceGender_SSML_VOICE_GENDER_MALE = src.SsmlVoiceGender_SSML_VOICE_GENDER_MALE 185 SsmlVoiceGender_SSML_VOICE_GENDER_NEUTRAL = src.SsmlVoiceGender_SSML_VOICE_GENDER_NEUTRAL 186 SsmlVoiceGender_SSML_VOICE_GENDER_UNSPECIFIED = src.SsmlVoiceGender_SSML_VOICE_GENDER_UNSPECIFIED 187 StreamingRecognitionResult_END_OF_SINGLE_UTTERANCE = src.StreamingRecognitionResult_END_OF_SINGLE_UTTERANCE 188 StreamingRecognitionResult_MESSAGE_TYPE_UNSPECIFIED = src.StreamingRecognitionResult_MESSAGE_TYPE_UNSPECIFIED 189 StreamingRecognitionResult_TRANSCRIPT = src.StreamingRecognitionResult_TRANSCRIPT 190 SuggestionFeature_ARTICLE_SUGGESTION = src.SuggestionFeature_ARTICLE_SUGGESTION 191 SuggestionFeature_FAQ = src.SuggestionFeature_FAQ 192 SuggestionFeature_SMART_REPLY = src.SuggestionFeature_SMART_REPLY 193 SuggestionFeature_TYPE_UNSPECIFIED = src.SuggestionFeature_TYPE_UNSPECIFIED 194 ValidationError_CRITICAL = src.ValidationError_CRITICAL 195 ValidationError_ERROR = src.ValidationError_ERROR 196 ValidationError_INFO = src.ValidationError_INFO 197 ValidationError_SEVERITY_UNSPECIFIED = src.ValidationError_SEVERITY_UNSPECIFIED 198 ValidationError_WARNING = src.ValidationError_WARNING 199 Version_FAILED = src.Version_FAILED 200 Version_IN_PROGRESS = src.Version_IN_PROGRESS 201 Version_READY = src.Version_READY 202 Version_VERSION_STATUS_UNSPECIFIED = src.Version_VERSION_STATUS_UNSPECIFIED 203 ) 204 205 // Deprecated: Please use vars in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 206 var ( 207 AgentAssistantFeedback_AnswerRelevance_name = src.AgentAssistantFeedback_AnswerRelevance_name 208 AgentAssistantFeedback_AnswerRelevance_value = src.AgentAssistantFeedback_AnswerRelevance_value 209 AgentAssistantFeedback_DocumentCorrectness_name = src.AgentAssistantFeedback_DocumentCorrectness_name 210 AgentAssistantFeedback_DocumentCorrectness_value = src.AgentAssistantFeedback_DocumentCorrectness_value 211 AgentAssistantFeedback_DocumentEfficiency_name = src.AgentAssistantFeedback_DocumentEfficiency_name 212 AgentAssistantFeedback_DocumentEfficiency_value = src.AgentAssistantFeedback_DocumentEfficiency_value 213 Agent_ApiVersion_name = src.Agent_ApiVersion_name 214 Agent_ApiVersion_value = src.Agent_ApiVersion_value 215 Agent_MatchMode_name = src.Agent_MatchMode_name 216 Agent_MatchMode_value = src.Agent_MatchMode_value 217 Agent_Tier_name = src.Agent_Tier_name 218 Agent_Tier_value = src.Agent_Tier_value 219 AnswerFeedback_CorrectnessLevel_name = src.AnswerFeedback_CorrectnessLevel_name 220 AnswerFeedback_CorrectnessLevel_value = src.AnswerFeedback_CorrectnessLevel_value 221 AudioEncoding_name = src.AudioEncoding_name 222 AudioEncoding_value = src.AudioEncoding_value 223 AutomatedAgentReply_AutomatedAgentReplyType_name = src.AutomatedAgentReply_AutomatedAgentReplyType_name 224 AutomatedAgentReply_AutomatedAgentReplyType_value = src.AutomatedAgentReply_AutomatedAgentReplyType_value 225 ConversationEvent_Type_name = src.ConversationEvent_Type_name 226 ConversationEvent_Type_value = src.ConversationEvent_Type_value 227 ConversationModel_ModelType_name = src.ConversationModel_ModelType_name 228 ConversationModel_ModelType_value = src.ConversationModel_ModelType_value 229 ConversationModel_State_name = src.ConversationModel_State_name 230 ConversationModel_State_value = src.ConversationModel_State_value 231 Conversation_ConversationStage_name = src.Conversation_ConversationStage_name 232 Conversation_ConversationStage_value = src.Conversation_ConversationStage_value 233 Conversation_LifecycleState_name = src.Conversation_LifecycleState_name 234 Conversation_LifecycleState_value = src.Conversation_LifecycleState_value 235 CreateConversationModelEvaluationOperationMetadata_State_name = src.CreateConversationModelEvaluationOperationMetadata_State_name 236 CreateConversationModelEvaluationOperationMetadata_State_value = src.CreateConversationModelEvaluationOperationMetadata_State_value 237 CreateConversationModelOperationMetadata_State_name = src.CreateConversationModelOperationMetadata_State_name 238 CreateConversationModelOperationMetadata_State_value = src.CreateConversationModelOperationMetadata_State_value 239 Document_KnowledgeType_name = src.Document_KnowledgeType_name 240 Document_KnowledgeType_value = src.Document_KnowledgeType_value 241 Document_State_name = src.Document_State_name 242 Document_State_value = src.Document_State_value 243 EntityType_AutoExpansionMode_name = src.EntityType_AutoExpansionMode_name 244 EntityType_AutoExpansionMode_value = src.EntityType_AutoExpansionMode_value 245 EntityType_Kind_name = src.EntityType_Kind_name 246 EntityType_Kind_value = src.EntityType_Kind_value 247 Environment_State_name = src.Environment_State_name 248 Environment_State_value = src.Environment_State_value 249 File_google_cloud_dialogflow_v2_agent_proto = src.File_google_cloud_dialogflow_v2_agent_proto 250 File_google_cloud_dialogflow_v2_answer_record_proto = src.File_google_cloud_dialogflow_v2_answer_record_proto 251 File_google_cloud_dialogflow_v2_audio_config_proto = src.File_google_cloud_dialogflow_v2_audio_config_proto 252 File_google_cloud_dialogflow_v2_context_proto = src.File_google_cloud_dialogflow_v2_context_proto 253 File_google_cloud_dialogflow_v2_conversation_dataset_proto = src.File_google_cloud_dialogflow_v2_conversation_dataset_proto 254 File_google_cloud_dialogflow_v2_conversation_event_proto = src.File_google_cloud_dialogflow_v2_conversation_event_proto 255 File_google_cloud_dialogflow_v2_conversation_model_proto = src.File_google_cloud_dialogflow_v2_conversation_model_proto 256 File_google_cloud_dialogflow_v2_conversation_profile_proto = src.File_google_cloud_dialogflow_v2_conversation_profile_proto 257 File_google_cloud_dialogflow_v2_conversation_proto = src.File_google_cloud_dialogflow_v2_conversation_proto 258 File_google_cloud_dialogflow_v2_document_proto = src.File_google_cloud_dialogflow_v2_document_proto 259 File_google_cloud_dialogflow_v2_entity_type_proto = src.File_google_cloud_dialogflow_v2_entity_type_proto 260 File_google_cloud_dialogflow_v2_environment_proto = src.File_google_cloud_dialogflow_v2_environment_proto 261 File_google_cloud_dialogflow_v2_fulfillment_proto = src.File_google_cloud_dialogflow_v2_fulfillment_proto 262 File_google_cloud_dialogflow_v2_gcs_proto = src.File_google_cloud_dialogflow_v2_gcs_proto 263 File_google_cloud_dialogflow_v2_human_agent_assistant_event_proto = src.File_google_cloud_dialogflow_v2_human_agent_assistant_event_proto 264 File_google_cloud_dialogflow_v2_intent_proto = src.File_google_cloud_dialogflow_v2_intent_proto 265 File_google_cloud_dialogflow_v2_knowledge_base_proto = src.File_google_cloud_dialogflow_v2_knowledge_base_proto 266 File_google_cloud_dialogflow_v2_participant_proto = src.File_google_cloud_dialogflow_v2_participant_proto 267 File_google_cloud_dialogflow_v2_session_entity_type_proto = src.File_google_cloud_dialogflow_v2_session_entity_type_proto 268 File_google_cloud_dialogflow_v2_session_proto = src.File_google_cloud_dialogflow_v2_session_proto 269 File_google_cloud_dialogflow_v2_validation_result_proto = src.File_google_cloud_dialogflow_v2_validation_result_proto 270 File_google_cloud_dialogflow_v2_version_proto = src.File_google_cloud_dialogflow_v2_version_proto 271 File_google_cloud_dialogflow_v2_webhook_proto = src.File_google_cloud_dialogflow_v2_webhook_proto 272 Fulfillment_Feature_Type_name = src.Fulfillment_Feature_Type_name 273 Fulfillment_Feature_Type_value = src.Fulfillment_Feature_Type_value 274 IntentView_name = src.IntentView_name 275 IntentView_value = src.IntentView_value 276 Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_name = src.Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_name 277 Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_value = src.Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_value 278 Intent_Message_BrowseCarouselCard_ImageDisplayOptions_name = src.Intent_Message_BrowseCarouselCard_ImageDisplayOptions_name 279 Intent_Message_BrowseCarouselCard_ImageDisplayOptions_value = src.Intent_Message_BrowseCarouselCard_ImageDisplayOptions_value 280 Intent_Message_ColumnProperties_HorizontalAlignment_name = src.Intent_Message_ColumnProperties_HorizontalAlignment_name 281 Intent_Message_ColumnProperties_HorizontalAlignment_value = src.Intent_Message_ColumnProperties_HorizontalAlignment_value 282 Intent_Message_MediaContent_ResponseMediaType_name = src.Intent_Message_MediaContent_ResponseMediaType_name 283 Intent_Message_MediaContent_ResponseMediaType_value = src.Intent_Message_MediaContent_ResponseMediaType_value 284 Intent_Message_Platform_name = src.Intent_Message_Platform_name 285 Intent_Message_Platform_value = src.Intent_Message_Platform_value 286 Intent_TrainingPhrase_Type_name = src.Intent_TrainingPhrase_Type_name 287 Intent_TrainingPhrase_Type_value = src.Intent_TrainingPhrase_Type_value 288 Intent_WebhookState_name = src.Intent_WebhookState_name 289 Intent_WebhookState_value = src.Intent_WebhookState_value 290 KnowledgeOperationMetadata_State_name = src.KnowledgeOperationMetadata_State_name 291 KnowledgeOperationMetadata_State_value = src.KnowledgeOperationMetadata_State_value 292 NotificationConfig_MessageFormat_name = src.NotificationConfig_MessageFormat_name 293 NotificationConfig_MessageFormat_value = src.NotificationConfig_MessageFormat_value 294 OutputAudioEncoding_name = src.OutputAudioEncoding_name 295 OutputAudioEncoding_value = src.OutputAudioEncoding_value 296 Participant_Role_name = src.Participant_Role_name 297 Participant_Role_value = src.Participant_Role_value 298 SessionEntityType_EntityOverrideMode_name = src.SessionEntityType_EntityOverrideMode_name 299 SessionEntityType_EntityOverrideMode_value = src.SessionEntityType_EntityOverrideMode_value 300 SpeechModelVariant_name = src.SpeechModelVariant_name 301 SpeechModelVariant_value = src.SpeechModelVariant_value 302 SsmlVoiceGender_name = src.SsmlVoiceGender_name 303 SsmlVoiceGender_value = src.SsmlVoiceGender_value 304 StreamingRecognitionResult_MessageType_name = src.StreamingRecognitionResult_MessageType_name 305 StreamingRecognitionResult_MessageType_value = src.StreamingRecognitionResult_MessageType_value 306 SuggestionFeature_Type_name = src.SuggestionFeature_Type_name 307 SuggestionFeature_Type_value = src.SuggestionFeature_Type_value 308 ValidationError_Severity_name = src.ValidationError_Severity_name 309 ValidationError_Severity_value = src.ValidationError_Severity_value 310 Version_VersionStatus_name = src.Version_VersionStatus_name 311 Version_VersionStatus_value = src.Version_VersionStatus_value 312 ) 313 314 // A Dialogflow agent is a virtual agent that handles conversations with your 315 // end-users. It is a natural language understanding module that understands 316 // the nuances of human language. Dialogflow translates end-user text or audio 317 // during a conversation to structured data that your apps and services can 318 // understand. You design and build a Dialogflow agent to handle the types of 319 // conversations required for your system. For more information about agents, 320 // see the [Agent 321 // guide](https://cloud.google.com/dialogflow/docs/agents-overview). 322 // 323 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 324 type Agent = src.Agent 325 326 // Detail feedback of Agent Assist result. 327 // 328 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 329 type AgentAssistantFeedback = src.AgentAssistantFeedback 330 331 // Relevance of an answer. 332 // 333 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 334 type AgentAssistantFeedback_AnswerRelevance = src.AgentAssistantFeedback_AnswerRelevance 335 336 // Correctness of document. 337 // 338 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 339 type AgentAssistantFeedback_DocumentCorrectness = src.AgentAssistantFeedback_DocumentCorrectness 340 341 // Efficiency of document. 342 // 343 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 344 type AgentAssistantFeedback_DocumentEfficiency = src.AgentAssistantFeedback_DocumentEfficiency 345 346 // Represents a record of a human agent assist answer. 347 // 348 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 349 type AgentAssistantRecord = src.AgentAssistantRecord 350 type AgentAssistantRecord_ArticleSuggestionAnswer = src.AgentAssistantRecord_ArticleSuggestionAnswer 351 type AgentAssistantRecord_FaqAnswer = src.AgentAssistantRecord_FaqAnswer 352 353 // API version for the agent. 354 // 355 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 356 type Agent_ApiVersion = src.Agent_ApiVersion 357 358 // Match mode determines how intents are detected from user queries. 359 // 360 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 361 type Agent_MatchMode = src.Agent_MatchMode 362 363 // Represents the agent tier. 364 // 365 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 366 type Agent_Tier = src.Agent_Tier 367 368 // AgentsClient is the client API for Agents service. For semantics around ctx 369 // use and closing/ending streaming RPCs, please refer to 370 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 371 // 372 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 373 type AgentsClient = src.AgentsClient 374 375 // AgentsServer is the server API for Agents service. 376 // 377 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 378 type AgentsServer = src.AgentsServer 379 380 // The request message for 381 // [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]. 382 // 383 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 384 type AnalyzeContentRequest = src.AnalyzeContentRequest 385 type AnalyzeContentRequest_EventInput = src.AnalyzeContentRequest_EventInput 386 type AnalyzeContentRequest_TextInput = src.AnalyzeContentRequest_TextInput 387 388 // The response message for 389 // [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]. 390 // 391 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 392 type AnalyzeContentResponse = src.AnalyzeContentResponse 393 394 // Represents a part of a message possibly annotated with an entity. The part 395 // can be an entity or purely a part of the message between two entities or 396 // message start/end. 397 // 398 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 399 type AnnotatedMessagePart = src.AnnotatedMessagePart 400 401 // Represents feedback the customer has about the quality & correctness of a 402 // certain answer in a conversation. 403 // 404 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 405 type AnswerFeedback = src.AnswerFeedback 406 type AnswerFeedback_AgentAssistantDetailFeedback = src.AnswerFeedback_AgentAssistantDetailFeedback 407 408 // The correctness level of an answer. 409 // 410 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 411 type AnswerFeedback_CorrectnessLevel = src.AnswerFeedback_CorrectnessLevel 412 413 // Answer records are records to manage answer history and feedbacks for 414 // Dialogflow. Currently, answer record includes: - human agent assistant 415 // article suggestion - human agent assistant faq article It doesn't include: - 416 // `DetectIntent` intent matching - `DetectIntent` knowledge Answer records are 417 // not related to the conversation history in the Dialogflow Console. A Record 418 // is generated even when the end-user disables conversation history in the 419 // console. Records are created when there's a human agent assistant suggestion 420 // generated. A typical workflow for customers provide feedback to an answer 421 // is: 1. For human agent assistant, customers get suggestion via 422 // ListSuggestions API. Together with the answers, 423 // [AnswerRecord.name][google.cloud.dialogflow.v2.AnswerRecord.name] are 424 // returned to the customers. 2. The customer uses the 425 // [AnswerRecord.name][google.cloud.dialogflow.v2.AnswerRecord.name] to call 426 // the [UpdateAnswerRecord][] method to send feedback about a specific answer 427 // that they believe is wrong. 428 // 429 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 430 type AnswerRecord = src.AnswerRecord 431 type AnswerRecord_AgentAssistantRecord = src.AnswerRecord_AgentAssistantRecord 432 433 // AnswerRecordsClient is the client API for AnswerRecords service. For 434 // semantics around ctx use and closing/ending streaming RPCs, please refer to 435 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 436 // 437 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 438 type AnswerRecordsClient = src.AnswerRecordsClient 439 440 // AnswerRecordsServer is the server API for AnswerRecords service. 441 // 442 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 443 type AnswerRecordsServer = src.AnswerRecordsServer 444 445 // Represents article answer. 446 // 447 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 448 type ArticleAnswer = src.ArticleAnswer 449 450 // Metadata for article suggestion models. 451 // 452 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 453 type ArticleSuggestionModelMetadata = src.ArticleSuggestionModelMetadata 454 455 // Represents the parameters of human assist query. 456 // 457 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 458 type AssistQueryParameters = src.AssistQueryParameters 459 460 // Audio encoding of the audio content sent in the conversational query 461 // request. Refer to the [Cloud Speech API 462 // documentation](https://cloud.google.com/speech-to-text/docs/basics) for more 463 // details. 464 // 465 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 466 type AudioEncoding = src.AudioEncoding 467 468 // Defines the Automated Agent to connect to a conversation. 469 // 470 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 471 type AutomatedAgentConfig = src.AutomatedAgentConfig 472 473 // Represents a response from an automated agent. 474 // 475 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 476 type AutomatedAgentReply = src.AutomatedAgentReply 477 478 // Represents different automated agent reply types. 479 // 480 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 481 type AutomatedAgentReply_AutomatedAgentReplyType = src.AutomatedAgentReply_AutomatedAgentReplyType 482 483 // The request message for 484 // [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchCreateEntities]. 485 // 486 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 487 type BatchCreateEntitiesRequest = src.BatchCreateEntitiesRequest 488 489 // The request message for 490 // [EntityTypes.BatchDeleteEntities][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntities]. 491 // 492 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 493 type BatchDeleteEntitiesRequest = src.BatchDeleteEntitiesRequest 494 495 // The request message for 496 // [EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntityTypes]. 497 // 498 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 499 type BatchDeleteEntityTypesRequest = src.BatchDeleteEntityTypesRequest 500 501 // The request message for 502 // [Intents.BatchDeleteIntents][google.cloud.dialogflow.v2.Intents.BatchDeleteIntents]. 503 // 504 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 505 type BatchDeleteIntentsRequest = src.BatchDeleteIntentsRequest 506 507 // The request message for 508 // [EntityTypes.BatchUpdateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntities]. 509 // 510 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 511 type BatchUpdateEntitiesRequest = src.BatchUpdateEntitiesRequest 512 513 // The request message for 514 // [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes]. 515 // 516 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 517 type BatchUpdateEntityTypesRequest = src.BatchUpdateEntityTypesRequest 518 type BatchUpdateEntityTypesRequest_EntityTypeBatchInline = src.BatchUpdateEntityTypesRequest_EntityTypeBatchInline 519 type BatchUpdateEntityTypesRequest_EntityTypeBatchUri = src.BatchUpdateEntityTypesRequest_EntityTypeBatchUri 520 521 // The response message for 522 // [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes]. 523 // 524 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 525 type BatchUpdateEntityTypesResponse = src.BatchUpdateEntityTypesResponse 526 type BatchUpdateIntentsRequest = src.BatchUpdateIntentsRequest 527 type BatchUpdateIntentsRequest_IntentBatchInline = src.BatchUpdateIntentsRequest_IntentBatchInline 528 type BatchUpdateIntentsRequest_IntentBatchUri = src.BatchUpdateIntentsRequest_IntentBatchUri 529 530 // The response message for 531 // [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents]. 532 // 533 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 534 type BatchUpdateIntentsResponse = src.BatchUpdateIntentsResponse 535 536 // Metadata for a [ConversationProfile.ClearSuggestionFeatureConfig][] 537 // operation. 538 // 539 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 540 type ClearSuggestionFeatureConfigOperationMetadata = src.ClearSuggestionFeatureConfigOperationMetadata 541 542 // The request message for [ConversationProfiles.ClearFeature][]. 543 // 544 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 545 type ClearSuggestionFeatureConfigRequest = src.ClearSuggestionFeatureConfigRequest 546 547 // The request message for 548 // [Conversations.CompleteConversation][google.cloud.dialogflow.v2.Conversations.CompleteConversation]. 549 // 550 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 551 type CompleteConversationRequest = src.CompleteConversationRequest 552 553 // Dialogflow contexts are similar to natural language context. If a person 554 // says to you "they are orange", you need context in order to understand what 555 // "they" is referring to. Similarly, for Dialogflow to handle an end-user 556 // expression like that, it needs to be provided with context in order to 557 // correctly match an intent. Using contexts, you can control the flow of a 558 // conversation. You can configure contexts for an intent by setting input and 559 // output contexts, which are identified by string names. When an intent is 560 // matched, any configured output contexts for that intent become active. While 561 // any contexts are active, Dialogflow is more likely to match intents that are 562 // configured with input contexts that correspond to the currently active 563 // contexts. For more information about context, see the [Contexts 564 // guide](https://cloud.google.com/dialogflow/docs/contexts-overview). 565 // 566 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 567 type Context = src.Context 568 569 // ContextsClient is the client API for Contexts service. For semantics around 570 // ctx use and closing/ending streaming RPCs, please refer to 571 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 572 // 573 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 574 type ContextsClient = src.ContextsClient 575 576 // ContextsServer is the server API for Contexts service. 577 // 578 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 579 type ContextsServer = src.ContextsServer 580 581 // Represents a conversation. A conversation is an interaction between an 582 // agent, including live agents and Dialogflow agents, and a support customer. 583 // Conversations can include phone calls and text-based chat sessions. 584 // 585 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 586 type Conversation = src.Conversation 587 588 // Represents a conversation dataset that a user imports raw data into. The 589 // data inside ConversationDataset can not be changed after 590 // ImportConversationData finishes (and calling ImportConversationData on a 591 // dataset that already has data is not allowed). 592 // 593 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 594 type ConversationDataset = src.ConversationDataset 595 596 // ConversationDatasetsClient is the client API for ConversationDatasets 597 // service. For semantics around ctx use and closing/ending streaming RPCs, 598 // please refer to 599 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 600 // 601 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 602 type ConversationDatasetsClient = src.ConversationDatasetsClient 603 604 // ConversationDatasetsServer is the server API for ConversationDatasets 605 // service. 606 // 607 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 608 type ConversationDatasetsServer = src.ConversationDatasetsServer 609 610 // Represents a notification sent to Pub/Sub subscribers for conversation 611 // lifecycle events. 612 // 613 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 614 type ConversationEvent = src.ConversationEvent 615 type ConversationEvent_NewMessagePayload = src.ConversationEvent_NewMessagePayload 616 617 // Enumeration of the types of events available. 618 // 619 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 620 type ConversationEvent_Type = src.ConversationEvent_Type 621 622 // Represents metadata of a conversation. 623 // 624 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 625 type ConversationInfo = src.ConversationInfo 626 627 // Represents a conversation model. 628 // 629 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 630 type ConversationModel = src.ConversationModel 631 632 // Represents evaluation result of a conversation model. 633 // 634 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 635 type ConversationModelEvaluation = src.ConversationModelEvaluation 636 type ConversationModelEvaluation_SmartReplyMetrics = src.ConversationModelEvaluation_SmartReplyMetrics 637 type ConversationModel_ArticleSuggestionModelMetadata = src.ConversationModel_ArticleSuggestionModelMetadata 638 639 // Model type. 640 // 641 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 642 type ConversationModel_ModelType = src.ConversationModel_ModelType 643 type ConversationModel_SmartReplyModelMetadata = src.ConversationModel_SmartReplyModelMetadata 644 645 // State of the model. 646 // 647 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 648 type ConversationModel_State = src.ConversationModel_State 649 650 // ConversationModelsClient is the client API for ConversationModels service. 651 // For semantics around ctx use and closing/ending streaming RPCs, please refer 652 // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 653 // 654 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 655 type ConversationModelsClient = src.ConversationModelsClient 656 657 // ConversationModelsServer is the server API for ConversationModels service. 658 // 659 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 660 type ConversationModelsServer = src.ConversationModelsServer 661 662 // Represents a phone number for telephony integration. It allows for 663 // connecting a particular conversation over telephony. 664 // 665 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 666 type ConversationPhoneNumber = src.ConversationPhoneNumber 667 668 // Defines the services to connect to incoming Dialogflow conversations. 669 // 670 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 671 type ConversationProfile = src.ConversationProfile 672 673 // ConversationProfilesClient is the client API for ConversationProfiles 674 // service. For semantics around ctx use and closing/ending streaming RPCs, 675 // please refer to 676 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 677 // 678 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 679 type ConversationProfilesClient = src.ConversationProfilesClient 680 681 // ConversationProfilesServer is the server API for ConversationProfiles 682 // service. 683 // 684 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 685 type ConversationProfilesServer = src.ConversationProfilesServer 686 687 // Enumeration of the different conversation stages a conversation can be in. 688 // Reference: 689 // https://cloud.google.com/dialogflow/priv/docs/contact-center/basics#stages 690 // 691 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 692 type Conversation_ConversationStage = src.Conversation_ConversationStage 693 694 // Enumeration of the completion status of the conversation. 695 // 696 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 697 type Conversation_LifecycleState = src.Conversation_LifecycleState 698 699 // ConversationsClient is the client API for Conversations service. For 700 // semantics around ctx use and closing/ending streaming RPCs, please refer to 701 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 702 // 703 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 704 type ConversationsClient = src.ConversationsClient 705 706 // ConversationsServer is the server API for Conversations service. 707 // 708 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 709 type ConversationsServer = src.ConversationsServer 710 711 // The request message for 712 // [Contexts.CreateContext][google.cloud.dialogflow.v2.Contexts.CreateContext]. 713 // 714 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 715 type CreateContextRequest = src.CreateContextRequest 716 717 // Metadata for [ConversationDatasets][CreateConversationDataset]. 718 // 719 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 720 type CreateConversationDatasetOperationMetadata = src.CreateConversationDatasetOperationMetadata 721 722 // The request message for 723 // [ConversationDatasets.CreateConversationDataset][google.cloud.dialogflow.v2.ConversationDatasets.CreateConversationDataset]. 724 // 725 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 726 type CreateConversationDatasetRequest = src.CreateConversationDatasetRequest 727 728 // Metadata for a 729 // [ConversationModels.CreateConversationModelEvaluation][google.cloud.dialogflow.v2.ConversationModels.CreateConversationModelEvaluation] 730 // operation. 731 // 732 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 733 type CreateConversationModelEvaluationOperationMetadata = src.CreateConversationModelEvaluationOperationMetadata 734 735 // State of CreateConversationModel operation. 736 // 737 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 738 type CreateConversationModelEvaluationOperationMetadata_State = src.CreateConversationModelEvaluationOperationMetadata_State 739 740 // The request message for 741 // [ConversationModels.CreateConversationModelEvaluation][google.cloud.dialogflow.v2.ConversationModels.CreateConversationModelEvaluation] 742 // 743 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 744 type CreateConversationModelEvaluationRequest = src.CreateConversationModelEvaluationRequest 745 746 // Metadata for a 747 // [ConversationModels.CreateConversationModel][google.cloud.dialogflow.v2.ConversationModels.CreateConversationModel] 748 // operation. 749 // 750 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 751 type CreateConversationModelOperationMetadata = src.CreateConversationModelOperationMetadata 752 753 // State of CreateConversationModel operation. 754 // 755 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 756 type CreateConversationModelOperationMetadata_State = src.CreateConversationModelOperationMetadata_State 757 758 // The request message for 759 // [ConversationModels.CreateConversationModel][google.cloud.dialogflow.v2.ConversationModels.CreateConversationModel] 760 // 761 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 762 type CreateConversationModelRequest = src.CreateConversationModelRequest 763 764 // The request message for 765 // [ConversationProfiles.CreateConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.CreateConversationProfile]. 766 // 767 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 768 type CreateConversationProfileRequest = src.CreateConversationProfileRequest 769 770 // The request message for 771 // [Conversations.CreateConversation][google.cloud.dialogflow.v2.Conversations.CreateConversation]. 772 // 773 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 774 type CreateConversationRequest = src.CreateConversationRequest 775 776 // Request message for 777 // [Documents.CreateDocument][google.cloud.dialogflow.v2.Documents.CreateDocument]. 778 // 779 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 780 type CreateDocumentRequest = src.CreateDocumentRequest 781 782 // The request message for 783 // [EntityTypes.CreateEntityType][google.cloud.dialogflow.v2.EntityTypes.CreateEntityType]. 784 // 785 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 786 type CreateEntityTypeRequest = src.CreateEntityTypeRequest 787 788 // The request message for 789 // [Environments.CreateEnvironment][google.cloud.dialogflow.v2.Environments.CreateEnvironment]. 790 // 791 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 792 type CreateEnvironmentRequest = src.CreateEnvironmentRequest 793 794 // The request message for 795 // [Intents.CreateIntent][google.cloud.dialogflow.v2.Intents.CreateIntent]. 796 // 797 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 798 type CreateIntentRequest = src.CreateIntentRequest 799 800 // Request message for 801 // [KnowledgeBases.CreateKnowledgeBase][google.cloud.dialogflow.v2.KnowledgeBases.CreateKnowledgeBase]. 802 // 803 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 804 type CreateKnowledgeBaseRequest = src.CreateKnowledgeBaseRequest 805 806 // The request message for 807 // [Participants.CreateParticipant][google.cloud.dialogflow.v2.Participants.CreateParticipant]. 808 // 809 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 810 type CreateParticipantRequest = src.CreateParticipantRequest 811 812 // The request message for 813 // [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.CreateSessionEntityType]. 814 // 815 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 816 type CreateSessionEntityTypeRequest = src.CreateSessionEntityTypeRequest 817 818 // The request message for 819 // [Versions.CreateVersion][google.cloud.dialogflow.v2.Versions.CreateVersion]. 820 // 821 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 822 type CreateVersionRequest = src.CreateVersionRequest 823 824 // The request message for 825 // [Agents.DeleteAgent][google.cloud.dialogflow.v2.Agents.DeleteAgent]. 826 // 827 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 828 type DeleteAgentRequest = src.DeleteAgentRequest 829 830 // The request message for 831 // [Contexts.DeleteAllContexts][google.cloud.dialogflow.v2.Contexts.DeleteAllContexts]. 832 // 833 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 834 type DeleteAllContextsRequest = src.DeleteAllContextsRequest 835 836 // The request message for 837 // [Contexts.DeleteContext][google.cloud.dialogflow.v2.Contexts.DeleteContext]. 838 // 839 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 840 type DeleteContextRequest = src.DeleteContextRequest 841 842 // Metadata for [ConversationDatasets][DeleteConversationDataset]. 843 // 844 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 845 type DeleteConversationDatasetOperationMetadata = src.DeleteConversationDatasetOperationMetadata 846 847 // The request message for 848 // [ConversationDatasets.DeleteConversationDataset][google.cloud.dialogflow.v2.ConversationDatasets.DeleteConversationDataset]. 849 // 850 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 851 type DeleteConversationDatasetRequest = src.DeleteConversationDatasetRequest 852 853 // Metadata for a 854 // [ConversationModels.DeleteConversationModel][google.cloud.dialogflow.v2.ConversationModels.DeleteConversationModel] 855 // operation. 856 // 857 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 858 type DeleteConversationModelOperationMetadata = src.DeleteConversationModelOperationMetadata 859 860 // The request message for 861 // [ConversationModels.DeleteConversationModel][google.cloud.dialogflow.v2.ConversationModels.DeleteConversationModel] 862 // 863 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 864 type DeleteConversationModelRequest = src.DeleteConversationModelRequest 865 866 // The request message for 867 // [ConversationProfiles.DeleteConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.DeleteConversationProfile]. 868 // This operation fails if the conversation profile is still referenced from a 869 // phone number. 870 // 871 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 872 type DeleteConversationProfileRequest = src.DeleteConversationProfileRequest 873 874 // Request message for 875 // [Documents.DeleteDocument][google.cloud.dialogflow.v2.Documents.DeleteDocument]. 876 // 877 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 878 type DeleteDocumentRequest = src.DeleteDocumentRequest 879 880 // The request message for 881 // [EntityTypes.DeleteEntityType][google.cloud.dialogflow.v2.EntityTypes.DeleteEntityType]. 882 // 883 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 884 type DeleteEntityTypeRequest = src.DeleteEntityTypeRequest 885 886 // The request message for 887 // [Environments.DeleteEnvironment][google.cloud.dialogflow.v2.Environments.DeleteEnvironment]. 888 // 889 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 890 type DeleteEnvironmentRequest = src.DeleteEnvironmentRequest 891 892 // The request message for 893 // [Intents.DeleteIntent][google.cloud.dialogflow.v2.Intents.DeleteIntent]. 894 // 895 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 896 type DeleteIntentRequest = src.DeleteIntentRequest 897 898 // Request message for 899 // [KnowledgeBases.DeleteKnowledgeBase][google.cloud.dialogflow.v2.KnowledgeBases.DeleteKnowledgeBase]. 900 // 901 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 902 type DeleteKnowledgeBaseRequest = src.DeleteKnowledgeBaseRequest 903 904 // The request message for 905 // [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.DeleteSessionEntityType]. 906 // 907 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 908 type DeleteSessionEntityTypeRequest = src.DeleteSessionEntityTypeRequest 909 910 // The request message for 911 // [Versions.DeleteVersion][google.cloud.dialogflow.v2.Versions.DeleteVersion]. 912 // 913 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 914 type DeleteVersionRequest = src.DeleteVersionRequest 915 916 // Metadata for a 917 // [ConversationModels.DeployConversationModel][google.cloud.dialogflow.v2.ConversationModels.DeployConversationModel] 918 // operation. 919 // 920 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 921 type DeployConversationModelOperationMetadata = src.DeployConversationModelOperationMetadata 922 923 // The request message for 924 // [ConversationModels.DeployConversationModel][google.cloud.dialogflow.v2.ConversationModels.DeployConversationModel] 925 // 926 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 927 type DeployConversationModelRequest = src.DeployConversationModelRequest 928 929 // The request to detect user's intent. 930 // 931 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 932 type DetectIntentRequest = src.DetectIntentRequest 933 934 // The message returned from the DetectIntent method. 935 // 936 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 937 type DetectIntentResponse = src.DetectIntentResponse 938 939 // A knowledge document to be used by a 940 // [KnowledgeBase][google.cloud.dialogflow.v2.KnowledgeBase]. For more 941 // information, see the [knowledge base 942 // guide](https://cloud.google.com/dialogflow/docs/how/knowledge-bases). Note: 943 // The `projects.agent.knowledgeBases.documents` resource is deprecated; only 944 // use `projects.knowledgeBases.documents`. 945 // 946 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 947 type Document = src.Document 948 type Document_ContentUri = src.Document_ContentUri 949 950 // The knowledge type of document content. 951 // 952 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 953 type Document_KnowledgeType = src.Document_KnowledgeType 954 type Document_RawContent = src.Document_RawContent 955 956 // The status of a reload attempt. 957 // 958 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 959 type Document_ReloadStatus = src.Document_ReloadStatus 960 961 // Possible states of the document 962 // 963 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 964 type Document_State = src.Document_State 965 966 // DocumentsClient is the client API for Documents service. For semantics 967 // around ctx use and closing/ending streaming RPCs, please refer to 968 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 969 // 970 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 971 type DocumentsClient = src.DocumentsClient 972 973 // DocumentsServer is the server API for Documents service. 974 // 975 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 976 type DocumentsServer = src.DocumentsServer 977 978 // The message in the response that indicates the parameters of DTMF. 979 // 980 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 981 type DtmfParameters = src.DtmfParameters 982 983 // Each intent parameter has a type, called the entity type, which dictates 984 // exactly how data from an end-user expression is extracted. Dialogflow 985 // provides predefined system entities that can match many common types of 986 // data. For example, there are system entities for matching dates, times, 987 // colors, email addresses, and so on. You can also create your own custom 988 // entities for matching custom data. For example, you could define a vegetable 989 // entity that can match the types of vegetables available for purchase with a 990 // grocery store agent. For more information, see the [Entity 991 // guide](https://cloud.google.com/dialogflow/docs/entities-overview). 992 // 993 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 994 type EntityType = src.EntityType 995 996 // This message is a wrapper around a collection of entity types. 997 // 998 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 999 type EntityTypeBatch = src.EntityTypeBatch 1000 1001 // Represents different entity type expansion modes. Automated expansion 1002 // allows an agent to recognize values that have not been explicitly listed in 1003 // the entity (for example, new kinds of shopping list items). 1004 // 1005 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1006 type EntityType_AutoExpansionMode = src.EntityType_AutoExpansionMode 1007 1008 // An **entity entry** for an associated entity type. 1009 // 1010 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1011 type EntityType_Entity = src.EntityType_Entity 1012 1013 // Represents kinds of entities. 1014 // 1015 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1016 type EntityType_Kind = src.EntityType_Kind 1017 1018 // EntityTypesClient is the client API for EntityTypes service. For semantics 1019 // around ctx use and closing/ending streaming RPCs, please refer to 1020 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 1021 // 1022 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1023 type EntityTypesClient = src.EntityTypesClient 1024 1025 // EntityTypesServer is the server API for EntityTypes service. 1026 // 1027 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1028 type EntityTypesServer = src.EntityTypesServer 1029 1030 // You can create multiple versions of your agent and publish them to separate 1031 // environments. When you edit an agent, you are editing the draft agent. At 1032 // any point, you can save the draft agent as an agent version, which is an 1033 // immutable snapshot of your agent. When you save the draft agent, it is 1034 // published to the default environment. When you create agent versions, you 1035 // can publish them to custom environments. You can create a variety of custom 1036 // environments for: - testing - development - production - etc. For more 1037 // information, see the [versions and environments 1038 // guide](https://cloud.google.com/dialogflow/docs/agents-versions). 1039 // 1040 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1041 type Environment = src.Environment 1042 1043 // The response message for 1044 // [Environments.GetEnvironmentHistory][google.cloud.dialogflow.v2.Environments.GetEnvironmentHistory]. 1045 // 1046 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1047 type EnvironmentHistory = src.EnvironmentHistory 1048 1049 // Represents an environment history entry. 1050 // 1051 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1052 type EnvironmentHistory_Entry = src.EnvironmentHistory_Entry 1053 1054 // Represents an environment state. When an environment is pointed to a new 1055 // agent version, the environment is temporarily set to the `LOADING` state. 1056 // During that time, the environment keeps on serving the previous version of 1057 // the agent. After the new agent version is done loading, the environment is 1058 // set back to the `RUNNING` state. 1059 // 1060 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1061 type Environment_State = src.Environment_State 1062 1063 // EnvironmentsClient is the client API for Environments service. For 1064 // semantics around ctx use and closing/ending streaming RPCs, please refer to 1065 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 1066 // 1067 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1068 type EnvironmentsClient = src.EnvironmentsClient 1069 1070 // EnvironmentsServer is the server API for Environments service. 1071 // 1072 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1073 type EnvironmentsServer = src.EnvironmentsServer 1074 1075 // The configuration for model evaluation. 1076 // 1077 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1078 type EvaluationConfig = src.EvaluationConfig 1079 1080 // Smart compose specific configuration for evaluation job. 1081 // 1082 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1083 type EvaluationConfig_SmartComposeConfig = src.EvaluationConfig_SmartComposeConfig 1084 type EvaluationConfig_SmartComposeConfig_ = src.EvaluationConfig_SmartComposeConfig_ 1085 1086 // Smart reply specific configuration for evaluation job. 1087 // 1088 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1089 type EvaluationConfig_SmartReplyConfig = src.EvaluationConfig_SmartReplyConfig 1090 type EvaluationConfig_SmartReplyConfig_ = src.EvaluationConfig_SmartReplyConfig_ 1091 1092 // Events allow for matching intents by event name instead of the natural 1093 // language input. For instance, input `<event: { name: "welcome_event", 1094 // parameters: { name: "Sam" } }>` can trigger a personalized welcome response. 1095 // The parameter `name` may be used by the agent in the response: `"Hello 1096 // #welcome_event.name! What can I do for you today?"`. 1097 // 1098 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1099 type EventInput = src.EventInput 1100 1101 // The request message for 1102 // [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]. 1103 // 1104 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1105 type ExportAgentRequest = src.ExportAgentRequest 1106 1107 // The response message for 1108 // [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]. 1109 // 1110 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1111 type ExportAgentResponse = src.ExportAgentResponse 1112 type ExportAgentResponse_AgentContent = src.ExportAgentResponse_AgentContent 1113 type ExportAgentResponse_AgentUri = src.ExportAgentResponse_AgentUri 1114 1115 // Request message for 1116 // [Documents.ExportDocument][google.cloud.dialogflow.v2.Documents.ExportDocument]. 1117 // 1118 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1119 type ExportDocumentRequest = src.ExportDocumentRequest 1120 type ExportDocumentRequest_GcsDestination = src.ExportDocumentRequest_GcsDestination 1121 1122 // Metadata related to the Export Data Operations (e.g. ExportDocument). 1123 // 1124 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1125 type ExportOperationMetadata = src.ExportOperationMetadata 1126 1127 // Represents answer from "frequently asked questions". 1128 // 1129 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1130 type FaqAnswer = src.FaqAnswer 1131 1132 // By default, your agent responds to a matched intent with a static response. 1133 // As an alternative, you can provide a more dynamic response by using 1134 // fulfillment. When you enable fulfillment for an intent, Dialogflow responds 1135 // to that intent by calling a service that you define. For example, if an 1136 // end-user wants to schedule a haircut on Friday, your service can check your 1137 // database and respond to the end-user with availability information for 1138 // Friday. For more information, see the [fulfillment 1139 // guide](https://cloud.google.com/dialogflow/docs/fulfillment-overview). 1140 // 1141 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1142 type Fulfillment = src.Fulfillment 1143 1144 // Whether fulfillment is enabled for the specific feature. 1145 // 1146 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1147 type Fulfillment_Feature = src.Fulfillment_Feature 1148 1149 // The type of the feature. 1150 // 1151 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1152 type Fulfillment_Feature_Type = src.Fulfillment_Feature_Type 1153 1154 // Represents configuration for a generic web service. Dialogflow supports two 1155 // mechanisms for authentications: - Basic authentication with username and 1156 // password. - Authentication with additional authentication headers. More 1157 // information could be found at: 1158 // https://cloud.google.com/dialogflow/docs/fulfillment-configure. 1159 // 1160 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1161 type Fulfillment_GenericWebService = src.Fulfillment_GenericWebService 1162 type Fulfillment_GenericWebService_ = src.Fulfillment_GenericWebService_ 1163 1164 // FulfillmentsClient is the client API for Fulfillments service. For 1165 // semantics around ctx use and closing/ending streaming RPCs, please refer to 1166 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 1167 // 1168 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1169 type FulfillmentsClient = src.FulfillmentsClient 1170 1171 // FulfillmentsServer is the server API for Fulfillments service. 1172 // 1173 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1174 type FulfillmentsServer = src.FulfillmentsServer 1175 1176 // Google Cloud Storage location for the output. 1177 // 1178 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1179 type GcsDestination = src.GcsDestination 1180 1181 // Google Cloud Storage location for the inputs. 1182 // 1183 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1184 type GcsSources = src.GcsSources 1185 1186 // The request message for 1187 // [Agents.GetAgent][google.cloud.dialogflow.v2.Agents.GetAgent]. 1188 // 1189 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1190 type GetAgentRequest = src.GetAgentRequest 1191 1192 // The request message for 1193 // [Contexts.GetContext][google.cloud.dialogflow.v2.Contexts.GetContext]. 1194 // 1195 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1196 type GetContextRequest = src.GetContextRequest 1197 1198 // The request message for 1199 // [ConversationDatasets.GetConversationDataset][google.cloud.dialogflow.v2.ConversationDatasets.GetConversationDataset]. 1200 // 1201 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1202 type GetConversationDatasetRequest = src.GetConversationDatasetRequest 1203 1204 // The request message for 1205 // [ConversationModels.GetConversationModelEvaluation][google.cloud.dialogflow.v2.ConversationModels.GetConversationModelEvaluation] 1206 // 1207 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1208 type GetConversationModelEvaluationRequest = src.GetConversationModelEvaluationRequest 1209 1210 // The request message for 1211 // [ConversationModels.GetConversationModel][google.cloud.dialogflow.v2.ConversationModels.GetConversationModel] 1212 // 1213 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1214 type GetConversationModelRequest = src.GetConversationModelRequest 1215 1216 // The request message for 1217 // [ConversationProfiles.GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]. 1218 // 1219 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1220 type GetConversationProfileRequest = src.GetConversationProfileRequest 1221 1222 // The request message for 1223 // [Conversations.GetConversation][google.cloud.dialogflow.v2.Conversations.GetConversation]. 1224 // 1225 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1226 type GetConversationRequest = src.GetConversationRequest 1227 1228 // Request message for 1229 // [Documents.GetDocument][google.cloud.dialogflow.v2.Documents.GetDocument]. 1230 // 1231 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1232 type GetDocumentRequest = src.GetDocumentRequest 1233 1234 // The request message for 1235 // [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType]. 1236 // 1237 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1238 type GetEntityTypeRequest = src.GetEntityTypeRequest 1239 1240 // The request message for 1241 // [Environments.GetEnvironmentHistory][google.cloud.dialogflow.v2.Environments.GetEnvironmentHistory]. 1242 // 1243 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1244 type GetEnvironmentHistoryRequest = src.GetEnvironmentHistoryRequest 1245 1246 // The request message for 1247 // [Environments.GetEnvironment][google.cloud.dialogflow.v2.Environments.GetEnvironment]. 1248 // 1249 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1250 type GetEnvironmentRequest = src.GetEnvironmentRequest 1251 1252 // The request message for 1253 // [Fulfillments.GetFulfillment][google.cloud.dialogflow.v2.Fulfillments.GetFulfillment]. 1254 // 1255 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1256 type GetFulfillmentRequest = src.GetFulfillmentRequest 1257 1258 // The request message for 1259 // [Intents.GetIntent][google.cloud.dialogflow.v2.Intents.GetIntent]. 1260 // 1261 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1262 type GetIntentRequest = src.GetIntentRequest 1263 1264 // Request message for 1265 // [KnowledgeBases.GetKnowledgeBase][google.cloud.dialogflow.v2.KnowledgeBases.GetKnowledgeBase]. 1266 // 1267 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1268 type GetKnowledgeBaseRequest = src.GetKnowledgeBaseRequest 1269 1270 // The request message for 1271 // [Participants.GetParticipant][google.cloud.dialogflow.v2.Participants.GetParticipant]. 1272 // 1273 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1274 type GetParticipantRequest = src.GetParticipantRequest 1275 1276 // The request message for 1277 // [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.GetSessionEntityType]. 1278 // 1279 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1280 type GetSessionEntityTypeRequest = src.GetSessionEntityTypeRequest 1281 1282 // The request message for 1283 // [Agents.GetValidationResult][google.cloud.dialogflow.v2.Agents.GetValidationResult]. 1284 // 1285 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1286 type GetValidationResultRequest = src.GetValidationResultRequest 1287 1288 // The request message for 1289 // [Versions.GetVersion][google.cloud.dialogflow.v2.Versions.GetVersion]. 1290 // 1291 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1292 type GetVersionRequest = src.GetVersionRequest 1293 1294 // Defines the Human Agent Assist to connect to a conversation. 1295 // 1296 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1297 type HumanAgentAssistantConfig = src.HumanAgentAssistantConfig 1298 1299 // Custom conversation models used in agent assist feature. Supported feature: 1300 // ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION. 1301 // 1302 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1303 type HumanAgentAssistantConfig_ConversationModelConfig = src.HumanAgentAssistantConfig_ConversationModelConfig 1304 1305 // Config to process conversation. 1306 // 1307 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1308 type HumanAgentAssistantConfig_ConversationProcessConfig = src.HumanAgentAssistantConfig_ConversationProcessConfig 1309 1310 // Configuration for analyses to run on each conversation message. 1311 // 1312 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1313 type HumanAgentAssistantConfig_MessageAnalysisConfig = src.HumanAgentAssistantConfig_MessageAnalysisConfig 1314 1315 // Detail human agent assistant config. 1316 // 1317 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1318 type HumanAgentAssistantConfig_SuggestionConfig = src.HumanAgentAssistantConfig_SuggestionConfig 1319 1320 // Config for suggestion features. 1321 // 1322 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1323 type HumanAgentAssistantConfig_SuggestionFeatureConfig = src.HumanAgentAssistantConfig_SuggestionFeatureConfig 1324 1325 // Config for suggestion query. 1326 // 1327 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1328 type HumanAgentAssistantConfig_SuggestionQueryConfig = src.HumanAgentAssistantConfig_SuggestionQueryConfig 1329 1330 // Settings that determine how to filter recent conversation context when 1331 // generating suggestions. 1332 // 1333 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1334 type HumanAgentAssistantConfig_SuggestionQueryConfig_ContextFilterSettings = src.HumanAgentAssistantConfig_SuggestionQueryConfig_ContextFilterSettings 1335 1336 // Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST. 1337 // 1338 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1339 type HumanAgentAssistantConfig_SuggestionQueryConfig_DialogflowQuerySource = src.HumanAgentAssistantConfig_SuggestionQueryConfig_DialogflowQuerySource 1340 type HumanAgentAssistantConfig_SuggestionQueryConfig_DialogflowQuerySource_ = src.HumanAgentAssistantConfig_SuggestionQueryConfig_DialogflowQuerySource_ 1341 1342 // Document source settings. Supported features: SMART_REPLY, SMART_COMPOSE. 1343 // 1344 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1345 type HumanAgentAssistantConfig_SuggestionQueryConfig_DocumentQuerySource = src.HumanAgentAssistantConfig_SuggestionQueryConfig_DocumentQuerySource 1346 type HumanAgentAssistantConfig_SuggestionQueryConfig_DocumentQuerySource_ = src.HumanAgentAssistantConfig_SuggestionQueryConfig_DocumentQuerySource_ 1347 1348 // Knowledge base source settings. Supported features: ARTICLE_SUGGESTION, 1349 // FAQ. 1350 // 1351 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1352 type HumanAgentAssistantConfig_SuggestionQueryConfig_KnowledgeBaseQuerySource = src.HumanAgentAssistantConfig_SuggestionQueryConfig_KnowledgeBaseQuerySource 1353 type HumanAgentAssistantConfig_SuggestionQueryConfig_KnowledgeBaseQuerySource_ = src.HumanAgentAssistantConfig_SuggestionQueryConfig_KnowledgeBaseQuerySource_ 1354 1355 // Settings of suggestion trigger. 1356 // 1357 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1358 type HumanAgentAssistantConfig_SuggestionTriggerSettings = src.HumanAgentAssistantConfig_SuggestionTriggerSettings 1359 1360 // Represents a notification sent to Cloud Pub/Sub subscribers for human agent 1361 // assistant events in a specific conversation. 1362 // 1363 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1364 type HumanAgentAssistantEvent = src.HumanAgentAssistantEvent 1365 1366 // Defines the hand off to a live agent, typically on which external agent 1367 // service provider to connect to a conversation. Currently, this feature is 1368 // not general available, please contact Google to get access. 1369 // 1370 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1371 type HumanAgentHandoffConfig = src.HumanAgentHandoffConfig 1372 1373 // Configuration specific to LivePerson (https://www.liveperson.com). 1374 // 1375 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1376 type HumanAgentHandoffConfig_LivePersonConfig = src.HumanAgentHandoffConfig_LivePersonConfig 1377 type HumanAgentHandoffConfig_LivePersonConfig_ = src.HumanAgentHandoffConfig_LivePersonConfig_ 1378 1379 // Configuration specific to Salesforce Live Agent. 1380 // 1381 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1382 type HumanAgentHandoffConfig_SalesforceLiveAgentConfig = src.HumanAgentHandoffConfig_SalesforceLiveAgentConfig 1383 type HumanAgentHandoffConfig_SalesforceLiveAgentConfig_ = src.HumanAgentHandoffConfig_SalesforceLiveAgentConfig_ 1384 1385 // The request message for 1386 // [Agents.ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent]. 1387 // 1388 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1389 type ImportAgentRequest = src.ImportAgentRequest 1390 type ImportAgentRequest_AgentContent = src.ImportAgentRequest_AgentContent 1391 type ImportAgentRequest_AgentUri = src.ImportAgentRequest_AgentUri 1392 1393 // Metadata for a 1394 // [ConversationDatasets.ImportConversationData][google.cloud.dialogflow.v2.ConversationDatasets.ImportConversationData] 1395 // operation. 1396 // 1397 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1398 type ImportConversationDataOperationMetadata = src.ImportConversationDataOperationMetadata 1399 1400 // Response used for 1401 // [ConversationDatasets.ImportConversationData][google.cloud.dialogflow.v2.ConversationDatasets.ImportConversationData] 1402 // long running operation. 1403 // 1404 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1405 type ImportConversationDataOperationResponse = src.ImportConversationDataOperationResponse 1406 1407 // The request message for 1408 // [ConversationDatasets.ImportConversationData][google.cloud.dialogflow.v2.ConversationDatasets.ImportConversationData]. 1409 // 1410 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1411 type ImportConversationDataRequest = src.ImportConversationDataRequest 1412 1413 // The template used for importing documents. 1414 // 1415 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1416 type ImportDocumentTemplate = src.ImportDocumentTemplate 1417 1418 // Request message for 1419 // [Documents.ImportDocuments][google.cloud.dialogflow.v2.Documents.ImportDocuments]. 1420 // 1421 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1422 type ImportDocumentsRequest = src.ImportDocumentsRequest 1423 type ImportDocumentsRequest_GcsSource = src.ImportDocumentsRequest_GcsSource 1424 1425 // Response message for 1426 // [Documents.ImportDocuments][google.cloud.dialogflow.v2.Documents.ImportDocuments]. 1427 // 1428 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1429 type ImportDocumentsResponse = src.ImportDocumentsResponse 1430 1431 // Instructs the speech recognizer how to process the audio content. 1432 // 1433 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1434 type InputAudioConfig = src.InputAudioConfig 1435 1436 // Represents the configuration of importing a set of conversation files in 1437 // Google Cloud Storage. 1438 // 1439 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1440 type InputConfig = src.InputConfig 1441 type InputConfig_GcsSource = src.InputConfig_GcsSource 1442 1443 // InputDataset used to create model or do evaluation. NextID:5 1444 // 1445 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1446 type InputDataset = src.InputDataset 1447 1448 // An intent categorizes an end-user's intention for one conversation turn. 1449 // For each agent, you define many intents, where your combined intents can 1450 // handle a complete conversation. When an end-user writes or says something, 1451 // referred to as an end-user expression or end-user input, Dialogflow matches 1452 // the end-user input to the best intent in your agent. Matching an intent is 1453 // also known as intent classification. For more information, see the [intent 1454 // guide](https://cloud.google.com/dialogflow/docs/intents-overview). 1455 // 1456 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1457 type Intent = src.Intent 1458 1459 // This message is a wrapper around a collection of intents. 1460 // 1461 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1462 type IntentBatch = src.IntentBatch 1463 1464 // Represents the options for views of an intent. An intent can be a sizable 1465 // object. Therefore, we provide a resource view that does not return training 1466 // phrases in the response by default. 1467 // 1468 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1469 type IntentView = src.IntentView 1470 1471 // Represents a single followup intent in the chain. 1472 // 1473 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1474 type Intent_FollowupIntentInfo = src.Intent_FollowupIntentInfo 1475 1476 // A rich response message. Corresponds to the intent `Response` field in the 1477 // Dialogflow console. For more information, see [Rich response 1478 // messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages). 1479 // 1480 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1481 type Intent_Message = src.Intent_Message 1482 1483 // The basic card message. Useful for displaying information. 1484 // 1485 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1486 type Intent_Message_BasicCard = src.Intent_Message_BasicCard 1487 type Intent_Message_BasicCard_ = src.Intent_Message_BasicCard_ 1488 1489 // The button object that appears at the bottom of a card. 1490 // 1491 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1492 type Intent_Message_BasicCard_Button = src.Intent_Message_BasicCard_Button 1493 1494 // Opens the given URI. 1495 // 1496 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1497 type Intent_Message_BasicCard_Button_OpenUriAction = src.Intent_Message_BasicCard_Button_OpenUriAction 1498 1499 // Browse Carousel Card for Actions on Google. 1500 // https://developers.google.com/actions/assistant/responses#browsing_carousel 1501 // 1502 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1503 type Intent_Message_BrowseCarouselCard = src.Intent_Message_BrowseCarouselCard 1504 type Intent_Message_BrowseCarouselCard_ = src.Intent_Message_BrowseCarouselCard_ 1505 1506 // Browsing carousel tile 1507 // 1508 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1509 type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem = src.Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem 1510 1511 // Actions on Google action to open a given url. 1512 // 1513 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1514 type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction = src.Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction 1515 1516 // Type of the URI. 1517 // 1518 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1519 type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint = src.Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint 1520 1521 // Image display options for Actions on Google. This should be used for when 1522 // the image's aspect ratio does not match the image container's aspect ratio. 1523 // 1524 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1525 type Intent_Message_BrowseCarouselCard_ImageDisplayOptions = src.Intent_Message_BrowseCarouselCard_ImageDisplayOptions 1526 1527 // The card response message. 1528 // 1529 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1530 type Intent_Message_Card = src.Intent_Message_Card 1531 type Intent_Message_Card_ = src.Intent_Message_Card_ 1532 1533 // Contains information about a button. 1534 // 1535 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1536 type Intent_Message_Card_Button = src.Intent_Message_Card_Button 1537 1538 // The card for presenting a carousel of options to select from. 1539 // 1540 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1541 type Intent_Message_CarouselSelect = src.Intent_Message_CarouselSelect 1542 type Intent_Message_CarouselSelect_ = src.Intent_Message_CarouselSelect_ 1543 1544 // An item in the carousel. 1545 // 1546 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1547 type Intent_Message_CarouselSelect_Item = src.Intent_Message_CarouselSelect_Item 1548 1549 // Column properties for 1550 // [TableCard][google.cloud.dialogflow.v2.Intent.Message.TableCard]. 1551 // 1552 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1553 type Intent_Message_ColumnProperties = src.Intent_Message_ColumnProperties 1554 1555 // Text alignments within a cell. 1556 // 1557 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1558 type Intent_Message_ColumnProperties_HorizontalAlignment = src.Intent_Message_ColumnProperties_HorizontalAlignment 1559 1560 // The image response message. 1561 // 1562 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1563 type Intent_Message_Image = src.Intent_Message_Image 1564 type Intent_Message_Image_ = src.Intent_Message_Image_ 1565 1566 // The suggestion chip message that allows the user to jump out to the app or 1567 // website associated with this agent. 1568 // 1569 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1570 type Intent_Message_LinkOutSuggestion = src.Intent_Message_LinkOutSuggestion 1571 type Intent_Message_LinkOutSuggestion_ = src.Intent_Message_LinkOutSuggestion_ 1572 1573 // The card for presenting a list of options to select from. 1574 // 1575 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1576 type Intent_Message_ListSelect = src.Intent_Message_ListSelect 1577 type Intent_Message_ListSelect_ = src.Intent_Message_ListSelect_ 1578 1579 // An item in the list. 1580 // 1581 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1582 type Intent_Message_ListSelect_Item = src.Intent_Message_ListSelect_Item 1583 1584 // The media content card for Actions on Google. 1585 // 1586 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1587 type Intent_Message_MediaContent = src.Intent_Message_MediaContent 1588 type Intent_Message_MediaContent_ = src.Intent_Message_MediaContent_ 1589 1590 // Response media object for media content card. 1591 // 1592 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1593 type Intent_Message_MediaContent_ResponseMediaObject = src.Intent_Message_MediaContent_ResponseMediaObject 1594 type Intent_Message_MediaContent_ResponseMediaObject_Icon = src.Intent_Message_MediaContent_ResponseMediaObject_Icon 1595 type Intent_Message_MediaContent_ResponseMediaObject_LargeImage = src.Intent_Message_MediaContent_ResponseMediaObject_LargeImage 1596 1597 // Format of response media type. 1598 // 1599 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1600 type Intent_Message_MediaContent_ResponseMediaType = src.Intent_Message_MediaContent_ResponseMediaType 1601 type Intent_Message_Payload = src.Intent_Message_Payload 1602 1603 // The rich response message integration platform. See 1604 // [Integrations](https://cloud.google.com/dialogflow/docs/integrations). 1605 // 1606 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1607 type Intent_Message_Platform = src.Intent_Message_Platform 1608 1609 // The quick replies response message. 1610 // 1611 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1612 type Intent_Message_QuickReplies = src.Intent_Message_QuickReplies 1613 type Intent_Message_QuickReplies_ = src.Intent_Message_QuickReplies_ 1614 1615 // Additional info about the select item for when it is triggered in a dialog. 1616 // 1617 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1618 type Intent_Message_SelectItemInfo = src.Intent_Message_SelectItemInfo 1619 1620 // The simple response message containing speech or text. 1621 // 1622 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1623 type Intent_Message_SimpleResponse = src.Intent_Message_SimpleResponse 1624 1625 // The collection of simple response candidates. This message in 1626 // `QueryResult.fulfillment_messages` and 1627 // `WebhookResponse.fulfillment_messages` should contain only one 1628 // `SimpleResponse`. 1629 // 1630 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1631 type Intent_Message_SimpleResponses = src.Intent_Message_SimpleResponses 1632 type Intent_Message_SimpleResponses_ = src.Intent_Message_SimpleResponses_ 1633 1634 // The suggestion chip message that the user can tap to quickly post a reply 1635 // to the conversation. 1636 // 1637 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1638 type Intent_Message_Suggestion = src.Intent_Message_Suggestion 1639 1640 // The collection of suggestions. 1641 // 1642 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1643 type Intent_Message_Suggestions = src.Intent_Message_Suggestions 1644 type Intent_Message_Suggestions_ = src.Intent_Message_Suggestions_ 1645 1646 // Table card for Actions on Google. 1647 // 1648 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1649 type Intent_Message_TableCard = src.Intent_Message_TableCard 1650 1651 // Cell of 1652 // [TableCardRow][google.cloud.dialogflow.v2.Intent.Message.TableCardRow]. 1653 // 1654 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1655 type Intent_Message_TableCardCell = src.Intent_Message_TableCardCell 1656 1657 // Row of [TableCard][google.cloud.dialogflow.v2.Intent.Message.TableCard]. 1658 // 1659 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1660 type Intent_Message_TableCardRow = src.Intent_Message_TableCardRow 1661 type Intent_Message_TableCard_ = src.Intent_Message_TableCard_ 1662 1663 // The text response message. 1664 // 1665 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1666 type Intent_Message_Text = src.Intent_Message_Text 1667 type Intent_Message_Text_ = src.Intent_Message_Text_ 1668 1669 // Represents intent parameters. 1670 // 1671 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1672 type Intent_Parameter = src.Intent_Parameter 1673 1674 // Represents an example that the agent is trained on. 1675 // 1676 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1677 type Intent_TrainingPhrase = src.Intent_TrainingPhrase 1678 1679 // Represents a part of a training phrase. 1680 // 1681 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1682 type Intent_TrainingPhrase_Part = src.Intent_TrainingPhrase_Part 1683 1684 // Represents different types of training phrases. 1685 // 1686 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1687 type Intent_TrainingPhrase_Type = src.Intent_TrainingPhrase_Type 1688 1689 // Represents the different states that webhooks can be in. 1690 // 1691 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1692 type Intent_WebhookState = src.Intent_WebhookState 1693 1694 // IntentsClient is the client API for Intents service. For semantics around 1695 // ctx use and closing/ending streaming RPCs, please refer to 1696 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 1697 // 1698 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1699 type IntentsClient = src.IntentsClient 1700 1701 // IntentsServer is the server API for Intents service. 1702 // 1703 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1704 type IntentsServer = src.IntentsServer 1705 1706 // A knowledge base represents a collection of knowledge documents that you 1707 // provide to Dialogflow. Your knowledge documents contain information that may 1708 // be useful during conversations with end-users. Some Dialogflow features use 1709 // knowledge bases when looking for a response to an end-user input. For more 1710 // information, see the [knowledge base 1711 // guide](https://cloud.google.com/dialogflow/docs/how/knowledge-bases). Note: 1712 // The `projects.agent.knowledgeBases` resource is deprecated; only use 1713 // `projects.knowledgeBases`. 1714 // 1715 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1716 type KnowledgeBase = src.KnowledgeBase 1717 1718 // KnowledgeBasesClient is the client API for KnowledgeBases service. For 1719 // semantics around ctx use and closing/ending streaming RPCs, please refer to 1720 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 1721 // 1722 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1723 type KnowledgeBasesClient = src.KnowledgeBasesClient 1724 1725 // KnowledgeBasesServer is the server API for KnowledgeBases service. 1726 // 1727 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1728 type KnowledgeBasesServer = src.KnowledgeBasesServer 1729 1730 // Metadata in google::longrunning::Operation for Knowledge operations. 1731 // 1732 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1733 type KnowledgeOperationMetadata = src.KnowledgeOperationMetadata 1734 type KnowledgeOperationMetadata_ExportOperationMetadata = src.KnowledgeOperationMetadata_ExportOperationMetadata 1735 1736 // States of the operation. 1737 // 1738 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1739 type KnowledgeOperationMetadata_State = src.KnowledgeOperationMetadata_State 1740 1741 // Request message for 1742 // [AnswerRecords.ListAnswerRecords][google.cloud.dialogflow.v2.AnswerRecords.ListAnswerRecords]. 1743 // 1744 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1745 type ListAnswerRecordsRequest = src.ListAnswerRecordsRequest 1746 1747 // Response message for 1748 // [AnswerRecords.ListAnswerRecords][google.cloud.dialogflow.v2.AnswerRecords.ListAnswerRecords]. 1749 // 1750 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1751 type ListAnswerRecordsResponse = src.ListAnswerRecordsResponse 1752 1753 // The request message for 1754 // [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts]. 1755 // 1756 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1757 type ListContextsRequest = src.ListContextsRequest 1758 1759 // The response message for 1760 // [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts]. 1761 // 1762 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1763 type ListContextsResponse = src.ListContextsResponse 1764 1765 // The request message for 1766 // [ConversationDatasets.ListConversationDatasets][google.cloud.dialogflow.v2.ConversationDatasets.ListConversationDatasets]. 1767 // 1768 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1769 type ListConversationDatasetsRequest = src.ListConversationDatasetsRequest 1770 1771 // The response message for 1772 // [ConversationDatasets.ListConversationDatasets][google.cloud.dialogflow.v2.ConversationDatasets.ListConversationDatasets]. 1773 // 1774 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1775 type ListConversationDatasetsResponse = src.ListConversationDatasetsResponse 1776 1777 // The request message for 1778 // [ConversationModels.ListConversationModelEvaluations][google.cloud.dialogflow.v2.ConversationModels.ListConversationModelEvaluations] 1779 // 1780 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1781 type ListConversationModelEvaluationsRequest = src.ListConversationModelEvaluationsRequest 1782 1783 // The response message for 1784 // [ConversationModels.ListConversationModelEvaluations][google.cloud.dialogflow.v2.ConversationModels.ListConversationModelEvaluations] 1785 // 1786 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1787 type ListConversationModelEvaluationsResponse = src.ListConversationModelEvaluationsResponse 1788 1789 // The request message for 1790 // [ConversationModels.ListConversationModels][google.cloud.dialogflow.v2.ConversationModels.ListConversationModels] 1791 // 1792 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1793 type ListConversationModelsRequest = src.ListConversationModelsRequest 1794 1795 // The response message for 1796 // [ConversationModels.ListConversationModels][google.cloud.dialogflow.v2.ConversationModels.ListConversationModels] 1797 // 1798 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1799 type ListConversationModelsResponse = src.ListConversationModelsResponse 1800 1801 // The request message for 1802 // [ConversationProfiles.ListConversationProfiles][google.cloud.dialogflow.v2.ConversationProfiles.ListConversationProfiles]. 1803 // 1804 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1805 type ListConversationProfilesRequest = src.ListConversationProfilesRequest 1806 1807 // The response message for 1808 // [ConversationProfiles.ListConversationProfiles][google.cloud.dialogflow.v2.ConversationProfiles.ListConversationProfiles]. 1809 // 1810 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1811 type ListConversationProfilesResponse = src.ListConversationProfilesResponse 1812 1813 // The request message for 1814 // [Conversations.ListConversations][google.cloud.dialogflow.v2.Conversations.ListConversations]. 1815 // 1816 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1817 type ListConversationsRequest = src.ListConversationsRequest 1818 1819 // The response message for 1820 // [Conversations.ListConversations][google.cloud.dialogflow.v2.Conversations.ListConversations]. 1821 // 1822 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1823 type ListConversationsResponse = src.ListConversationsResponse 1824 1825 // Request message for 1826 // [Documents.ListDocuments][google.cloud.dialogflow.v2.Documents.ListDocuments]. 1827 // 1828 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1829 type ListDocumentsRequest = src.ListDocumentsRequest 1830 1831 // Response message for 1832 // [Documents.ListDocuments][google.cloud.dialogflow.v2.Documents.ListDocuments]. 1833 // 1834 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1835 type ListDocumentsResponse = src.ListDocumentsResponse 1836 1837 // The request message for 1838 // [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes]. 1839 // 1840 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1841 type ListEntityTypesRequest = src.ListEntityTypesRequest 1842 1843 // The response message for 1844 // [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes]. 1845 // 1846 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1847 type ListEntityTypesResponse = src.ListEntityTypesResponse 1848 1849 // The request message for 1850 // [Environments.ListEnvironments][google.cloud.dialogflow.v2.Environments.ListEnvironments]. 1851 // 1852 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1853 type ListEnvironmentsRequest = src.ListEnvironmentsRequest 1854 1855 // The response message for 1856 // [Environments.ListEnvironments][google.cloud.dialogflow.v2.Environments.ListEnvironments]. 1857 // 1858 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1859 type ListEnvironmentsResponse = src.ListEnvironmentsResponse 1860 1861 // The request message for 1862 // [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents]. 1863 // 1864 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1865 type ListIntentsRequest = src.ListIntentsRequest 1866 1867 // The response message for 1868 // [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents]. 1869 // 1870 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1871 type ListIntentsResponse = src.ListIntentsResponse 1872 1873 // Request message for 1874 // [KnowledgeBases.ListKnowledgeBases][google.cloud.dialogflow.v2.KnowledgeBases.ListKnowledgeBases]. 1875 // 1876 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1877 type ListKnowledgeBasesRequest = src.ListKnowledgeBasesRequest 1878 1879 // Response message for 1880 // [KnowledgeBases.ListKnowledgeBases][google.cloud.dialogflow.v2.KnowledgeBases.ListKnowledgeBases]. 1881 // 1882 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1883 type ListKnowledgeBasesResponse = src.ListKnowledgeBasesResponse 1884 1885 // The request message for 1886 // [Conversations.ListMessages][google.cloud.dialogflow.v2.Conversations.ListMessages]. 1887 // 1888 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1889 type ListMessagesRequest = src.ListMessagesRequest 1890 1891 // The response message for 1892 // [Conversations.ListMessages][google.cloud.dialogflow.v2.Conversations.ListMessages]. 1893 // 1894 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1895 type ListMessagesResponse = src.ListMessagesResponse 1896 1897 // The request message for 1898 // [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants]. 1899 // 1900 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1901 type ListParticipantsRequest = src.ListParticipantsRequest 1902 1903 // The response message for 1904 // [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants]. 1905 // 1906 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1907 type ListParticipantsResponse = src.ListParticipantsResponse 1908 1909 // The request message for 1910 // [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes]. 1911 // 1912 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1913 type ListSessionEntityTypesRequest = src.ListSessionEntityTypesRequest 1914 1915 // The response message for 1916 // [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes]. 1917 // 1918 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1919 type ListSessionEntityTypesResponse = src.ListSessionEntityTypesResponse 1920 1921 // The request message for 1922 // [Versions.ListVersions][google.cloud.dialogflow.v2.Versions.ListVersions]. 1923 // 1924 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1925 type ListVersionsRequest = src.ListVersionsRequest 1926 1927 // The response message for 1928 // [Versions.ListVersions][google.cloud.dialogflow.v2.Versions.ListVersions]. 1929 // 1930 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1931 type ListVersionsResponse = src.ListVersionsResponse 1932 1933 // Defines logging behavior for conversation lifecycle events. 1934 // 1935 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1936 type LoggingConfig = src.LoggingConfig 1937 1938 // Represents a message posted into a conversation. 1939 // 1940 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1941 type Message = src.Message 1942 1943 // Represents the result of annotation for the message. 1944 // 1945 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1946 type MessageAnnotation = src.MessageAnnotation 1947 1948 // Defines notification behavior. 1949 // 1950 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1951 type NotificationConfig = src.NotificationConfig 1952 1953 // Format of cloud pub/sub message. 1954 // 1955 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1956 type NotificationConfig_MessageFormat = src.NotificationConfig_MessageFormat 1957 1958 // Represents the contents of the original request that was passed to the 1959 // `[Streaming]DetectIntent` call. 1960 // 1961 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1962 type OriginalDetectIntentRequest = src.OriginalDetectIntentRequest 1963 1964 // Represents the natural language speech audio to be played to the end user. 1965 // 1966 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1967 type OutputAudio = src.OutputAudio 1968 1969 // Instructs the speech synthesizer on how to generate the output audio 1970 // content. If this audio config is supplied in a request, it overrides all 1971 // existing text-to-speech settings applied to the agent. 1972 // 1973 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1974 type OutputAudioConfig = src.OutputAudioConfig 1975 1976 // Audio encoding of the output audio format in Text-To-Speech. 1977 // 1978 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1979 type OutputAudioEncoding = src.OutputAudioEncoding 1980 1981 // Represents a conversation participant (human agent, virtual agent, 1982 // end-user). 1983 // 1984 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1985 type Participant = src.Participant 1986 1987 // Enumeration of the roles a participant can play in a conversation. 1988 // 1989 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1990 type Participant_Role = src.Participant_Role 1991 1992 // ParticipantsClient is the client API for Participants service. For 1993 // semantics around ctx use and closing/ending streaming RPCs, please refer to 1994 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 1995 // 1996 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 1997 type ParticipantsClient = src.ParticipantsClient 1998 1999 // ParticipantsServer is the server API for Participants service. 2000 // 2001 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2002 type ParticipantsServer = src.ParticipantsServer 2003 2004 // Represents the query input. It can contain either: 1. An audio config which 2005 // instructs the speech recognizer how to process the speech audio. 2. A 2006 // conversational query in the form of text,. 3. An event that specifies which 2007 // intent to trigger. 2008 // 2009 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2010 type QueryInput = src.QueryInput 2011 type QueryInput_AudioConfig = src.QueryInput_AudioConfig 2012 type QueryInput_Event = src.QueryInput_Event 2013 type QueryInput_Text = src.QueryInput_Text 2014 2015 // Represents the parameters of the conversational query. 2016 // 2017 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2018 type QueryParameters = src.QueryParameters 2019 2020 // Represents the result of conversational query or event processing. 2021 // 2022 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2023 type QueryResult = src.QueryResult 2024 2025 // Request message for 2026 // [Documents.ReloadDocument][google.cloud.dialogflow.v2.Documents.ReloadDocument]. 2027 // 2028 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2029 type ReloadDocumentRequest = src.ReloadDocumentRequest 2030 type ReloadDocumentRequest_ContentUri = src.ReloadDocumentRequest_ContentUri 2031 2032 // The request message for 2033 // [Agents.RestoreAgent][google.cloud.dialogflow.v2.Agents.RestoreAgent]. 2034 // 2035 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2036 type RestoreAgentRequest = src.RestoreAgentRequest 2037 type RestoreAgentRequest_AgentContent = src.RestoreAgentRequest_AgentContent 2038 type RestoreAgentRequest_AgentUri = src.RestoreAgentRequest_AgentUri 2039 2040 // The request message for 2041 // [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents]. 2042 // 2043 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2044 type SearchAgentsRequest = src.SearchAgentsRequest 2045 2046 // The response message for 2047 // [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents]. 2048 // 2049 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2050 type SearchAgentsResponse = src.SearchAgentsResponse 2051 2052 // The sentiment, such as positive/negative feeling or association, for a unit 2053 // of analysis, such as the query text. 2054 // 2055 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2056 type Sentiment = src.Sentiment 2057 2058 // Configures the types of sentiment analysis to perform. 2059 // 2060 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2061 type SentimentAnalysisRequestConfig = src.SentimentAnalysisRequestConfig 2062 2063 // The result of sentiment analysis. Sentiment analysis inspects user input 2064 // and identifies the prevailing subjective opinion, especially to determine a 2065 // user's attitude as positive, negative, or neutral. For 2066 // [Participants.DetectIntent][], it needs to be configured in 2067 // [DetectIntentRequest.query_params][google.cloud.dialogflow.v2.DetectIntentRequest.query_params]. 2068 // For [Participants.StreamingDetectIntent][], it needs to be configured in 2069 // [StreamingDetectIntentRequest.query_params][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_params]. 2070 // And for 2071 // [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent] 2072 // and 2073 // [Participants.StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent], 2074 // it needs to be configured in 2075 // [ConversationProfile.human_agent_assistant_config][google.cloud.dialogflow.v2.ConversationProfile.human_agent_assistant_config] 2076 // 2077 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2078 type SentimentAnalysisResult = src.SentimentAnalysisResult 2079 2080 // A session represents a conversation between a Dialogflow agent and an 2081 // end-user. You can create special entities, called session entities, during a 2082 // session. Session entities can extend or replace custom entity types and only 2083 // exist during the session that they were created for. All session data, 2084 // including session entities, is stored by Dialogflow for 20 minutes. For more 2085 // information, see the [session entity 2086 // guide](https://cloud.google.com/dialogflow/docs/entities-session). 2087 // 2088 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2089 type SessionEntityType = src.SessionEntityType 2090 2091 // The types of modifications for a session entity type. 2092 // 2093 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2094 type SessionEntityType_EntityOverrideMode = src.SessionEntityType_EntityOverrideMode 2095 2096 // SessionEntityTypesClient is the client API for SessionEntityTypes service. 2097 // For semantics around ctx use and closing/ending streaming RPCs, please refer 2098 // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 2099 // 2100 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2101 type SessionEntityTypesClient = src.SessionEntityTypesClient 2102 2103 // SessionEntityTypesServer is the server API for SessionEntityTypes service. 2104 // 2105 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2106 type SessionEntityTypesServer = src.SessionEntityTypesServer 2107 2108 // SessionsClient is the client API for Sessions service. For semantics around 2109 // ctx use and closing/ending streaming RPCs, please refer to 2110 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 2111 // 2112 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2113 type SessionsClient = src.SessionsClient 2114 2115 // SessionsServer is the server API for Sessions service. 2116 // 2117 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2118 type SessionsServer = src.SessionsServer 2119 type Sessions_StreamingDetectIntentClient = src.Sessions_StreamingDetectIntentClient 2120 type Sessions_StreamingDetectIntentServer = src.Sessions_StreamingDetectIntentServer 2121 2122 // The request message for 2123 // [Agents.SetAgent][google.cloud.dialogflow.v2.Agents.SetAgent]. 2124 // 2125 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2126 type SetAgentRequest = src.SetAgentRequest 2127 2128 // Metadata for a [ConversationProfile.SetSuggestionFeatureConfig][] 2129 // operation. 2130 // 2131 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2132 type SetSuggestionFeatureConfigOperationMetadata = src.SetSuggestionFeatureConfigOperationMetadata 2133 2134 // The request message for [ConversationProfiles.SetSuggestionFeature][]. 2135 // 2136 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2137 type SetSuggestionFeatureConfigRequest = src.SetSuggestionFeatureConfigRequest 2138 2139 // Represents a smart reply answer. 2140 // 2141 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2142 type SmartReplyAnswer = src.SmartReplyAnswer 2143 2144 // The evaluation metrics for smart reply model. 2145 // 2146 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2147 type SmartReplyMetrics = src.SmartReplyMetrics 2148 2149 // Evaluation metrics when retrieving `n` smart replies with the model. 2150 // 2151 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2152 type SmartReplyMetrics_TopNMetrics = src.SmartReplyMetrics_TopNMetrics 2153 2154 // Metadata for smart reply models. 2155 // 2156 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2157 type SmartReplyModelMetadata = src.SmartReplyModelMetadata 2158 2159 // Hints for the speech recognizer to help with recognition in a specific 2160 // conversation state. 2161 // 2162 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2163 type SpeechContext = src.SpeechContext 2164 2165 // Variant of the specified [Speech 2166 // model][google.cloud.dialogflow.v2.InputAudioConfig.model] to use. See the 2167 // [Cloud Speech 2168 // documentation](https://cloud.google.com/speech-to-text/docs/enhanced-models) 2169 // for which models have different variants. For example, the "phone_call" 2170 // model has both a standard and an enhanced variant. When you use an enhanced 2171 // model, you will generally receive higher quality results than for a standard 2172 // model. 2173 // 2174 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2175 type SpeechModelVariant = src.SpeechModelVariant 2176 2177 // Configures speech transcription for 2178 // [ConversationProfile][google.cloud.dialogflow.v2.ConversationProfile]. 2179 // 2180 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2181 type SpeechToTextConfig = src.SpeechToTextConfig 2182 2183 // Information for a word recognized by the speech recognizer. 2184 // 2185 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2186 type SpeechWordInfo = src.SpeechWordInfo 2187 2188 // Gender of the voice as described in [SSML voice 2189 // element](https://www.w3.org/TR/speech-synthesis11/#edef_voice). 2190 // 2191 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2192 type SsmlVoiceGender = src.SsmlVoiceGender 2193 2194 // The top-level message sent by the client to the 2195 // [Sessions.StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent] 2196 // method. Multiple request messages should be sent in order: 1. The first 2197 // message must contain 2198 // [session][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.session], 2199 // [query_input][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_input] 2200 // plus optionally 2201 // [query_params][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_params]. 2202 // If the client wants to receive an audio response, it should also contain 2203 // [output_audio_config][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.output_audio_config]. 2204 // The message must not contain 2205 // [input_audio][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.input_audio]. 2206 // 2. If 2207 // [query_input][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_input] 2208 // was set to 2209 // [query_input.audio_config][google.cloud.dialogflow.v2.InputAudioConfig], all 2210 // subsequent messages must contain 2211 // [input_audio][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.input_audio] 2212 // to continue with Speech recognition. If you decide to rather detect an 2213 // intent from text input after you already started Speech recognition, please 2214 // send a message with 2215 // [query_input.text][google.cloud.dialogflow.v2.QueryInput.text]. However, 2216 // note that: * Dialogflow will bill you for the audio duration so far. * 2217 // Dialogflow discards all Speech recognition results in favor of the input 2218 // text. * Dialogflow will use the language code from the first message. After 2219 // you sent all input, you must half-close or abort the request stream. 2220 // 2221 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2222 type StreamingDetectIntentRequest = src.StreamingDetectIntentRequest 2223 2224 // The top-level message returned from the `StreamingDetectIntent` method. 2225 // Multiple response messages can be returned in order: 1. If the 2226 // `StreamingDetectIntentRequest.input_audio` field was set, the 2227 // `recognition_result` field is populated for one or more messages. See the 2228 // [StreamingRecognitionResult][google.cloud.dialogflow.v2.StreamingRecognitionResult] 2229 // message for details about the result message sequence. 2. The next message 2230 // contains `response_id`, `query_result` and optionally `webhook_status` if a 2231 // WebHook was called. 2232 // 2233 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2234 type StreamingDetectIntentResponse = src.StreamingDetectIntentResponse 2235 2236 // Contains a speech recognition result corresponding to a portion of the 2237 // audio that is currently being processed or an indication that this is the 2238 // end of the single requested utterance. While end-user audio is being 2239 // processed, Dialogflow sends a series of results. Each result may contain a 2240 // `transcript` value. A transcript represents a portion of the utterance. 2241 // While the recognizer is processing audio, transcript values may be interim 2242 // values or finalized values. Once a transcript is finalized, the `is_final` 2243 // value is set to true and processing continues for the next transcript. If 2244 // `StreamingDetectIntentRequest.query_input.audio_config.single_utterance` was 2245 // true, and the recognizer has completed processing audio, the `message_type` 2246 // value is set to `END_OF_SINGLE_UTTERANCE and the following (last) result 2247 // contains the last finalized transcript. The complete end-user utterance is 2248 // determined by concatenating the finalized transcript values received for the 2249 // series of results. In the following example, single utterance is enabled. In 2250 // the case where single utterance is not enabled, result 7 would not occur. 2251 // ``` Num | transcript | message_type | is_final --- | ----------------------- 2252 // | ----------------------- | -------- 1 | "tube" | TRANSCRIPT | false 2 | "to 2253 // be a" | TRANSCRIPT | false 3 | "to be" | TRANSCRIPT | false 4 | "to be or 2254 // not to be" | TRANSCRIPT | true 5 | "that's" | TRANSCRIPT | false 6 | "that 2255 // is | TRANSCRIPT | false 7 | unset | END_OF_SINGLE_UTTERANCE | unset 8 | " 2256 // that is the question" | TRANSCRIPT | true ``` Concatenating the finalized 2257 // transcripts with `is_final` set to true, the complete utterance becomes "to 2258 // be or not to be that is the question". 2259 // 2260 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2261 type StreamingRecognitionResult = src.StreamingRecognitionResult 2262 2263 // Type of the response message. 2264 // 2265 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2266 type StreamingRecognitionResult_MessageType = src.StreamingRecognitionResult_MessageType 2267 2268 // The request message for 2269 // [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles]. 2270 // 2271 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2272 type SuggestArticlesRequest = src.SuggestArticlesRequest 2273 2274 // The response message for 2275 // [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles]. 2276 // 2277 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2278 type SuggestArticlesResponse = src.SuggestArticlesResponse 2279 2280 // The request message for 2281 // [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers]. 2282 // 2283 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2284 type SuggestFaqAnswersRequest = src.SuggestFaqAnswersRequest 2285 2286 // The request message for 2287 // [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers]. 2288 // 2289 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2290 type SuggestFaqAnswersResponse = src.SuggestFaqAnswersResponse 2291 2292 // The request message for 2293 // [Participants.SuggestSmartReplies][google.cloud.dialogflow.v2.Participants.SuggestSmartReplies]. 2294 // 2295 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2296 type SuggestSmartRepliesRequest = src.SuggestSmartRepliesRequest 2297 2298 // The response message for 2299 // [Participants.SuggestSmartReplies][google.cloud.dialogflow.v2.Participants.SuggestSmartReplies]. 2300 // 2301 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2302 type SuggestSmartRepliesResponse = src.SuggestSmartRepliesResponse 2303 2304 // The type of Human Agent Assistant API suggestion to perform, and the 2305 // maximum number of results to return for that type. Multiple `Feature` 2306 // objects can be specified in the `features` list. 2307 // 2308 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2309 type SuggestionFeature = src.SuggestionFeature 2310 2311 // Defines the type of Human Agent Assistant feature. 2312 // 2313 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2314 type SuggestionFeature_Type = src.SuggestionFeature_Type 2315 2316 // One response of different type of suggestion response which is used in the 2317 // response of 2318 // [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent] 2319 // and 2320 // [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent], 2321 // as well as 2322 // [HumanAgentAssistantEvent][google.cloud.dialogflow.v2.HumanAgentAssistantEvent]. 2323 // 2324 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2325 type SuggestionResult = src.SuggestionResult 2326 type SuggestionResult_Error = src.SuggestionResult_Error 2327 type SuggestionResult_SuggestArticlesResponse = src.SuggestionResult_SuggestArticlesResponse 2328 type SuggestionResult_SuggestFaqAnswersResponse = src.SuggestionResult_SuggestFaqAnswersResponse 2329 type SuggestionResult_SuggestSmartRepliesResponse = src.SuggestionResult_SuggestSmartRepliesResponse 2330 2331 // Configuration of how speech should be synthesized. 2332 // 2333 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2334 type SynthesizeSpeechConfig = src.SynthesizeSpeechConfig 2335 2336 // ============================================================================ 2337 // Auxiliary proto messages. Represents the natural language text to be 2338 // processed. 2339 // 2340 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2341 type TextInput = src.TextInput 2342 2343 // Instructs the speech synthesizer on how to generate the output audio 2344 // content. 2345 // 2346 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2347 type TextToSpeechSettings = src.TextToSpeechSettings 2348 2349 // The request message for 2350 // [Agents.TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent]. 2351 // 2352 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2353 type TrainAgentRequest = src.TrainAgentRequest 2354 2355 // Metadata for a 2356 // [ConversationModels.UndeployConversationModel][google.cloud.dialogflow.v2.ConversationModels.UndeployConversationModel] 2357 // operation. 2358 // 2359 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2360 type UndeployConversationModelOperationMetadata = src.UndeployConversationModelOperationMetadata 2361 2362 // The request message for 2363 // [ConversationModels.UndeployConversationModel][google.cloud.dialogflow.v2.ConversationModels.UndeployConversationModel] 2364 // 2365 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2366 type UndeployConversationModelRequest = src.UndeployConversationModelRequest 2367 2368 // UnimplementedAgentsServer can be embedded to have forward compatible 2369 // implementations. 2370 // 2371 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2372 type UnimplementedAgentsServer = src.UnimplementedAgentsServer 2373 2374 // UnimplementedAnswerRecordsServer can be embedded to have forward compatible 2375 // implementations. 2376 // 2377 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2378 type UnimplementedAnswerRecordsServer = src.UnimplementedAnswerRecordsServer 2379 2380 // UnimplementedContextsServer can be embedded to have forward compatible 2381 // implementations. 2382 // 2383 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2384 type UnimplementedContextsServer = src.UnimplementedContextsServer 2385 2386 // UnimplementedConversationDatasetsServer can be embedded to have forward 2387 // compatible implementations. 2388 // 2389 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2390 type UnimplementedConversationDatasetsServer = src.UnimplementedConversationDatasetsServer 2391 2392 // UnimplementedConversationModelsServer can be embedded to have forward 2393 // compatible implementations. 2394 // 2395 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2396 type UnimplementedConversationModelsServer = src.UnimplementedConversationModelsServer 2397 2398 // UnimplementedConversationProfilesServer can be embedded to have forward 2399 // compatible implementations. 2400 // 2401 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2402 type UnimplementedConversationProfilesServer = src.UnimplementedConversationProfilesServer 2403 2404 // UnimplementedConversationsServer can be embedded to have forward compatible 2405 // implementations. 2406 // 2407 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2408 type UnimplementedConversationsServer = src.UnimplementedConversationsServer 2409 2410 // UnimplementedDocumentsServer can be embedded to have forward compatible 2411 // implementations. 2412 // 2413 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2414 type UnimplementedDocumentsServer = src.UnimplementedDocumentsServer 2415 2416 // UnimplementedEntityTypesServer can be embedded to have forward compatible 2417 // implementations. 2418 // 2419 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2420 type UnimplementedEntityTypesServer = src.UnimplementedEntityTypesServer 2421 2422 // UnimplementedEnvironmentsServer can be embedded to have forward compatible 2423 // implementations. 2424 // 2425 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2426 type UnimplementedEnvironmentsServer = src.UnimplementedEnvironmentsServer 2427 2428 // UnimplementedFulfillmentsServer can be embedded to have forward compatible 2429 // implementations. 2430 // 2431 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2432 type UnimplementedFulfillmentsServer = src.UnimplementedFulfillmentsServer 2433 2434 // UnimplementedIntentsServer can be embedded to have forward compatible 2435 // implementations. 2436 // 2437 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2438 type UnimplementedIntentsServer = src.UnimplementedIntentsServer 2439 2440 // UnimplementedKnowledgeBasesServer can be embedded to have forward 2441 // compatible implementations. 2442 // 2443 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2444 type UnimplementedKnowledgeBasesServer = src.UnimplementedKnowledgeBasesServer 2445 2446 // UnimplementedParticipantsServer can be embedded to have forward compatible 2447 // implementations. 2448 // 2449 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2450 type UnimplementedParticipantsServer = src.UnimplementedParticipantsServer 2451 2452 // UnimplementedSessionEntityTypesServer can be embedded to have forward 2453 // compatible implementations. 2454 // 2455 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2456 type UnimplementedSessionEntityTypesServer = src.UnimplementedSessionEntityTypesServer 2457 2458 // UnimplementedSessionsServer can be embedded to have forward compatible 2459 // implementations. 2460 // 2461 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2462 type UnimplementedSessionsServer = src.UnimplementedSessionsServer 2463 2464 // UnimplementedVersionsServer can be embedded to have forward compatible 2465 // implementations. 2466 // 2467 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2468 type UnimplementedVersionsServer = src.UnimplementedVersionsServer 2469 2470 // Request message for 2471 // [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2.AnswerRecords.UpdateAnswerRecord]. 2472 // 2473 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2474 type UpdateAnswerRecordRequest = src.UpdateAnswerRecordRequest 2475 2476 // The request message for 2477 // [Contexts.UpdateContext][google.cloud.dialogflow.v2.Contexts.UpdateContext]. 2478 // 2479 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2480 type UpdateContextRequest = src.UpdateContextRequest 2481 2482 // The request message for 2483 // [ConversationProfiles.UpdateConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.UpdateConversationProfile]. 2484 // 2485 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2486 type UpdateConversationProfileRequest = src.UpdateConversationProfileRequest 2487 2488 // Request message for 2489 // [Documents.UpdateDocument][google.cloud.dialogflow.v2.Documents.UpdateDocument]. 2490 // 2491 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2492 type UpdateDocumentRequest = src.UpdateDocumentRequest 2493 2494 // The request message for 2495 // [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2.EntityTypes.UpdateEntityType]. 2496 // 2497 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2498 type UpdateEntityTypeRequest = src.UpdateEntityTypeRequest 2499 2500 // The request message for 2501 // [Environments.UpdateEnvironment][google.cloud.dialogflow.v2.Environments.UpdateEnvironment]. 2502 // 2503 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2504 type UpdateEnvironmentRequest = src.UpdateEnvironmentRequest 2505 2506 // The request message for 2507 // [Fulfillments.UpdateFulfillment][google.cloud.dialogflow.v2.Fulfillments.UpdateFulfillment]. 2508 // 2509 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2510 type UpdateFulfillmentRequest = src.UpdateFulfillmentRequest 2511 2512 // The request message for 2513 // [Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent]. 2514 // 2515 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2516 type UpdateIntentRequest = src.UpdateIntentRequest 2517 2518 // Request message for 2519 // [KnowledgeBases.UpdateKnowledgeBase][google.cloud.dialogflow.v2.KnowledgeBases.UpdateKnowledgeBase]. 2520 // 2521 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2522 type UpdateKnowledgeBaseRequest = src.UpdateKnowledgeBaseRequest 2523 2524 // The request message for 2525 // [Participants.UpdateParticipant][google.cloud.dialogflow.v2.Participants.UpdateParticipant]. 2526 // 2527 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2528 type UpdateParticipantRequest = src.UpdateParticipantRequest 2529 2530 // The request message for 2531 // [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.UpdateSessionEntityType]. 2532 // 2533 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2534 type UpdateSessionEntityTypeRequest = src.UpdateSessionEntityTypeRequest 2535 2536 // The request message for 2537 // [Versions.UpdateVersion][google.cloud.dialogflow.v2.Versions.UpdateVersion]. 2538 // 2539 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2540 type UpdateVersionRequest = src.UpdateVersionRequest 2541 2542 // Represents a single validation error. 2543 // 2544 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2545 type ValidationError = src.ValidationError 2546 2547 // Represents a level of severity. 2548 // 2549 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2550 type ValidationError_Severity = src.ValidationError_Severity 2551 2552 // Represents the output of agent validation. 2553 // 2554 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2555 type ValidationResult = src.ValidationResult 2556 2557 // You can create multiple versions of your agent and publish them to separate 2558 // environments. When you edit an agent, you are editing the draft agent. At 2559 // any point, you can save the draft agent as an agent version, which is an 2560 // immutable snapshot of your agent. When you save the draft agent, it is 2561 // published to the default environment. When you create agent versions, you 2562 // can publish them to custom environments. You can create a variety of custom 2563 // environments for: - testing - development - production - etc. For more 2564 // information, see the [versions and environments 2565 // guide](https://cloud.google.com/dialogflow/docs/agents-versions). 2566 // 2567 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2568 type Version = src.Version 2569 2570 // The status of a version. 2571 // 2572 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2573 type Version_VersionStatus = src.Version_VersionStatus 2574 2575 // VersionsClient is the client API for Versions service. For semantics around 2576 // ctx use and closing/ending streaming RPCs, please refer to 2577 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 2578 // 2579 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2580 type VersionsClient = src.VersionsClient 2581 2582 // VersionsServer is the server API for Versions service. 2583 // 2584 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2585 type VersionsServer = src.VersionsServer 2586 2587 // Description of which voice to use for speech synthesis. 2588 // 2589 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2590 type VoiceSelectionParams = src.VoiceSelectionParams 2591 2592 // The request message for a webhook call. 2593 // 2594 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2595 type WebhookRequest = src.WebhookRequest 2596 2597 // The response message for a webhook call. This response is validated by the 2598 // Dialogflow server. If validation fails, an error will be returned in the 2599 // [QueryResult.diagnostic_info][google.cloud.dialogflow.v2.QueryResult.diagnostic_info] 2600 // field. Setting JSON fields to an empty value with the wrong type is a common 2601 // error. To avoid this error: - Use `""` for empty strings - Use `{}` or 2602 // `null` for empty objects - Use `[]` or `null` for empty arrays For more 2603 // information, see the [Protocol Buffers Language 2604 // Guide](https://developers.google.com/protocol-buffers/docs/proto3#json). 2605 // 2606 // Deprecated: Please use types in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2607 type WebhookResponse = src.WebhookResponse 2608 2609 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2610 func NewAgentsClient(cc grpc.ClientConnInterface) AgentsClient { return src.NewAgentsClient(cc) } 2611 2612 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2613 func NewAnswerRecordsClient(cc grpc.ClientConnInterface) AnswerRecordsClient { 2614 return src.NewAnswerRecordsClient(cc) 2615 } 2616 2617 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2618 func NewContextsClient(cc grpc.ClientConnInterface) ContextsClient { return src.NewContextsClient(cc) } 2619 2620 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2621 func NewConversationDatasetsClient(cc grpc.ClientConnInterface) ConversationDatasetsClient { 2622 return src.NewConversationDatasetsClient(cc) 2623 } 2624 2625 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2626 func NewConversationModelsClient(cc grpc.ClientConnInterface) ConversationModelsClient { 2627 return src.NewConversationModelsClient(cc) 2628 } 2629 2630 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2631 func NewConversationProfilesClient(cc grpc.ClientConnInterface) ConversationProfilesClient { 2632 return src.NewConversationProfilesClient(cc) 2633 } 2634 2635 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2636 func NewConversationsClient(cc grpc.ClientConnInterface) ConversationsClient { 2637 return src.NewConversationsClient(cc) 2638 } 2639 2640 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2641 func NewDocumentsClient(cc grpc.ClientConnInterface) DocumentsClient { 2642 return src.NewDocumentsClient(cc) 2643 } 2644 2645 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2646 func NewEntityTypesClient(cc grpc.ClientConnInterface) EntityTypesClient { 2647 return src.NewEntityTypesClient(cc) 2648 } 2649 2650 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2651 func NewEnvironmentsClient(cc grpc.ClientConnInterface) EnvironmentsClient { 2652 return src.NewEnvironmentsClient(cc) 2653 } 2654 2655 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2656 func NewFulfillmentsClient(cc grpc.ClientConnInterface) FulfillmentsClient { 2657 return src.NewFulfillmentsClient(cc) 2658 } 2659 2660 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2661 func NewIntentsClient(cc grpc.ClientConnInterface) IntentsClient { return src.NewIntentsClient(cc) } 2662 2663 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2664 func NewKnowledgeBasesClient(cc grpc.ClientConnInterface) KnowledgeBasesClient { 2665 return src.NewKnowledgeBasesClient(cc) 2666 } 2667 2668 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2669 func NewParticipantsClient(cc grpc.ClientConnInterface) ParticipantsClient { 2670 return src.NewParticipantsClient(cc) 2671 } 2672 2673 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2674 func NewSessionEntityTypesClient(cc grpc.ClientConnInterface) SessionEntityTypesClient { 2675 return src.NewSessionEntityTypesClient(cc) 2676 } 2677 2678 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2679 func NewSessionsClient(cc grpc.ClientConnInterface) SessionsClient { return src.NewSessionsClient(cc) } 2680 2681 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2682 func NewVersionsClient(cc grpc.ClientConnInterface) VersionsClient { return src.NewVersionsClient(cc) } 2683 2684 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2685 func RegisterAgentsServer(s *grpc.Server, srv AgentsServer) { src.RegisterAgentsServer(s, srv) } 2686 2687 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2688 func RegisterAnswerRecordsServer(s *grpc.Server, srv AnswerRecordsServer) { 2689 src.RegisterAnswerRecordsServer(s, srv) 2690 } 2691 2692 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2693 func RegisterContextsServer(s *grpc.Server, srv ContextsServer) { src.RegisterContextsServer(s, srv) } 2694 2695 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2696 func RegisterConversationDatasetsServer(s *grpc.Server, srv ConversationDatasetsServer) { 2697 src.RegisterConversationDatasetsServer(s, srv) 2698 } 2699 2700 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2701 func RegisterConversationModelsServer(s *grpc.Server, srv ConversationModelsServer) { 2702 src.RegisterConversationModelsServer(s, srv) 2703 } 2704 2705 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2706 func RegisterConversationProfilesServer(s *grpc.Server, srv ConversationProfilesServer) { 2707 src.RegisterConversationProfilesServer(s, srv) 2708 } 2709 2710 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2711 func RegisterConversationsServer(s *grpc.Server, srv ConversationsServer) { 2712 src.RegisterConversationsServer(s, srv) 2713 } 2714 2715 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2716 func RegisterDocumentsServer(s *grpc.Server, srv DocumentsServer) { 2717 src.RegisterDocumentsServer(s, srv) 2718 } 2719 2720 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2721 func RegisterEntityTypesServer(s *grpc.Server, srv EntityTypesServer) { 2722 src.RegisterEntityTypesServer(s, srv) 2723 } 2724 2725 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2726 func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer) { 2727 src.RegisterEnvironmentsServer(s, srv) 2728 } 2729 2730 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2731 func RegisterFulfillmentsServer(s *grpc.Server, srv FulfillmentsServer) { 2732 src.RegisterFulfillmentsServer(s, srv) 2733 } 2734 2735 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2736 func RegisterIntentsServer(s *grpc.Server, srv IntentsServer) { src.RegisterIntentsServer(s, srv) } 2737 2738 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2739 func RegisterKnowledgeBasesServer(s *grpc.Server, srv KnowledgeBasesServer) { 2740 src.RegisterKnowledgeBasesServer(s, srv) 2741 } 2742 2743 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2744 func RegisterParticipantsServer(s *grpc.Server, srv ParticipantsServer) { 2745 src.RegisterParticipantsServer(s, srv) 2746 } 2747 2748 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2749 func RegisterSessionEntityTypesServer(s *grpc.Server, srv SessionEntityTypesServer) { 2750 src.RegisterSessionEntityTypesServer(s, srv) 2751 } 2752 2753 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2754 func RegisterSessionsServer(s *grpc.Server, srv SessionsServer) { src.RegisterSessionsServer(s, srv) } 2755 2756 // Deprecated: Please use funcs in: cloud.google.com/go/dialogflow/apiv2/dialogflowpb 2757 func RegisterVersionsServer(s *grpc.Server, srv VersionsServer) { src.RegisterVersionsServer(s, srv) } 2758