...

Source file src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/alias.go

Documentation: google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1

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

View as plain text