An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 807444457
feat: added support for CONVERSATION_SUMMARIZATION
feat: added ConversatioalTrainingAssignments, ConversationalTrainingMembers, ConversationalTrainingModules,ConversationalTrainingTeams API
feat: added support for audio_input and speech_model
feat: changed enablle_partial_automated_agent_reply to optional
docs: clarified wording around filter and document_correctness
docs: clarified wording around use_timeout_based_endpointing
docs: changed reference link around ConversationStage
docs: clarified wording around boost_specs and filter_specs
docs: clarified wording around send_time
PiperOrigin-RevId: 733074841
feat: Add Generator related services and types
feat: Add GenerateStatelessSuggestion related endpoints and types
docs: A comment for field `name` in message `.google.cloud.dialogflow.v2.Conversation` is changed
docs: A comment for field `conversation_stage` in message `.google.cloud.dialogflow.v2.Conversation` is changed
docs: A comment for field `filter` in message `.google.cloud.dialogflow.v2.ListConversationsRequest` is changed
docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed
docs: A comment for field `context_size` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed
docs: A comment for field `assist_query_params` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed
docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest` is changed
docs: A comment for field `max_context_size` in message `.google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest` is changed
docs: A comment for field `parent` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed
docs: A comment for field `session_id` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed
docs: A comment for field `conversation` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed
docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed
docs: A comment for message `HumanAgentHandoffConfig` is changed
docs: A comment for field `live_person_config` in message `.google.cloud.dialogflow.v2.HumanAgentHandoffConfig` is changed
docs: A comment for field `audio` in message `.google.cloud.dialogflow.v2.AudioInput` is changed
fix: Changed field behavior for an existing field `parent` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest`
fix: Changed field behavior for an existing field `session_id` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest`
PiperOrigin-RevId: 658854047
feat: add enable_conversation_augmented_query field to HumanAgentAssistantConfig.SuggestionFeatureConfig message
feat: add INTENT enum in SearchKnowledgeAnswer.AnswerType message
feat: add rewritten_query in field in SearchKnowledgeResponse message
docs: improved comments on audio_config proto
PiperOrigin-RevId: 591055870
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
feat: Added obfuscated_external_user_id to Participant
feat: Can directly set Cloud Speech model on the SpeechToTextConfig
PiperOrigin-RevId: 483696090