Skip to content

Commit

Permalink
feat: [google-cloud-dialogflow-cx] add agent answer feedback capabili…
Browse files Browse the repository at this point in the history
…ty (#12034)

- [ ] Regenerate this pull request now.

BEGIN_COMMIT_OVERRIDE
feat: add agent answer feedback capabilit
feat: add fields for supporting barge-in in StreamingDetectIntent API
feat: add end_user_metadata to QueryParameters
feat: add boost & bury and filter ES controls
END_COMMIT_OVERRIDE


PiperOrigin-RevId: 583523426

Source-Link:
googleapis/googleapis@c73d0da

Source-Link:
googleapis/googleapis-gen@1b5ed29
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3ctY3gvLk93bEJvdC55YW1sIiwiaCI6IjFiNWVkMjk0OThiMzRlMTAxNmUxZjY5ZWNiMjgwODE2OGJkMzRkMTUifQ==

BEGIN_NESTED_COMMIT

PiperOrigin-RevId: 583522403

Source-Link:
googleapis/googleapis@86c7ca6

Source-Link:
googleapis/googleapis-gen@42f2c6e
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3ctY3gvLk93bEJvdC55YW1sIiwiaCI6IjQyZjJjNmU5NzlhMWQyYTZmYWVkZDc3MmUyM2Q0OWU2ZWYwMTk0NzAifQ==
END_NESTED_COMMIT

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 20, 2023
1 parent b055b00 commit 080c0cc
Show file tree
Hide file tree
Showing 52 changed files with 6,101 additions and 3,026 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
)
from google.cloud.dialogflowcx_v3.types.audio_config import (
AudioEncoding,
BargeInConfig,
InputAudioConfig,
OutputAudioConfig,
OutputAudioEncoding,
Expand Down Expand Up @@ -238,12 +239,16 @@
UpdateSecuritySettingsRequest,
)
from google.cloud.dialogflowcx_v3.types.session import (
AnswerFeedback,
AudioInput,
BoostSpec,
BoostSpecs,
CloudConversationDebuggingInfo,
DetectIntentRequest,
DetectIntentResponse,
DtmfInput,
EventInput,
FilterSpecs,
FulfillIntentRequest,
FulfillIntentResponse,
IntentInput,
Expand All @@ -253,10 +258,12 @@
QueryInput,
QueryParameters,
QueryResult,
SearchConfig,
SentimentAnalysisResult,
StreamingDetectIntentRequest,
StreamingDetectIntentResponse,
StreamingRecognitionResult,
SubmitAnswerFeedbackRequest,
TextInput,
)
from google.cloud.dialogflowcx_v3.types.session_entity_type import (
Expand Down Expand Up @@ -394,6 +401,7 @@
"UpdateAgentRequest",
"UpdateGenerativeSettingsRequest",
"ValidateAgentRequest",
"BargeInConfig",
"InputAudioConfig",
"OutputAudioConfig",
"SpeechWordInfo",
Expand Down Expand Up @@ -509,12 +517,16 @@
"ListSecuritySettingsResponse",
"SecuritySettings",
"UpdateSecuritySettingsRequest",
"AnswerFeedback",
"AudioInput",
"BoostSpec",
"BoostSpecs",
"CloudConversationDebuggingInfo",
"DetectIntentRequest",
"DetectIntentResponse",
"DtmfInput",
"EventInput",
"FilterSpecs",
"FulfillIntentRequest",
"FulfillIntentResponse",
"IntentInput",
Expand All @@ -524,10 +536,12 @@
"QueryInput",
"QueryParameters",
"QueryResult",
"SearchConfig",
"SentimentAnalysisResult",
"StreamingDetectIntentRequest",
"StreamingDetectIntentResponse",
"StreamingRecognitionResult",
"SubmitAnswerFeedbackRequest",
"TextInput",
"CreateSessionEntityTypeRequest",
"DeleteSessionEntityTypeRequest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
)
from .types.audio_config import (
AudioEncoding,
BargeInConfig,
InputAudioConfig,
OutputAudioConfig,
OutputAudioEncoding,
Expand Down Expand Up @@ -196,12 +197,16 @@
UpdateSecuritySettingsRequest,
)
from .types.session import (
AnswerFeedback,
AudioInput,
BoostSpec,
BoostSpecs,
CloudConversationDebuggingInfo,
DetectIntentRequest,
DetectIntentResponse,
DtmfInput,
EventInput,
FilterSpecs,
FulfillIntentRequest,
FulfillIntentResponse,
IntentInput,
Expand All @@ -211,10 +216,12 @@
QueryInput,
QueryParameters,
QueryResult,
SearchConfig,
SentimentAnalysisResult,
StreamingDetectIntentRequest,
StreamingDetectIntentResponse,
StreamingRecognitionResult,
SubmitAnswerFeedbackRequest,
TextInput,
)
from .types.session_entity_type import (
Expand Down Expand Up @@ -320,12 +327,16 @@
"Agent",
"AgentValidationResult",
"AgentsClient",
"AnswerFeedback",
"AudioEncoding",
"AudioInput",
"BargeInConfig",
"BatchDeleteTestCasesRequest",
"BatchRunTestCasesMetadata",
"BatchRunTestCasesRequest",
"BatchRunTestCasesResponse",
"BoostSpec",
"BoostSpecs",
"CalculateCoverageRequest",
"CalculateCoverageResponse",
"Changelog",
Expand Down Expand Up @@ -389,6 +400,7 @@
"ExportTestCasesMetadata",
"ExportTestCasesRequest",
"ExportTestCasesResponse",
"FilterSpecs",
"Flow",
"FlowImportStrategy",
"FlowValidationResult",
Expand Down Expand Up @@ -497,6 +509,7 @@
"RunTestCaseRequest",
"RunTestCaseResponse",
"SafetySettings",
"SearchConfig",
"SecuritySettings",
"SecuritySettingsServiceClient",
"SentimentAnalysisResult",
Expand All @@ -513,6 +526,7 @@
"StreamingDetectIntentRequest",
"StreamingDetectIntentResponse",
"StreamingRecognitionResult",
"SubmitAnswerFeedbackRequest",
"SynthesizeSpeechConfig",
"TestCase",
"TestCaseError",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,11 @@
"methods": [
"streaming_detect_intent"
]
},
"SubmitAnswerFeedback": {
"methods": [
"submit_answer_feedback"
]
}
}
},
Expand All @@ -1283,6 +1288,11 @@
"methods": [
"streaming_detect_intent"
]
},
"SubmitAnswerFeedback": {
"methods": [
"submit_answer_feedback"
]
}
}
},
Expand All @@ -1308,6 +1318,11 @@
"methods": [
"streaming_detect_intent"
]
},
"SubmitAnswerFeedback": {
"methods": [
"submit_answer_feedback"
]
}
}
}
Expand Down
Loading

0 comments on commit 080c0cc

Please sign in to comment.