Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
feat: new API for the View resource (#114)
Browse files Browse the repository at this point in the history
- [x] Regenerate this pull request now.

PiperOrigin-RevId: 420129820

Source-Link: googleapis/googleapis@c203eea

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ddaafab91678bc0ff2aec1be577a6000d4393ac7
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGRhYWZhYjkxNjc4YmMwZmYyYWVjMWJlNTc3YTYwMDBkNDM5M2FjNyJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jan 9, 2022
1 parent 4b20a2b commit e55463c
Show file tree
Hide file tree
Showing 14 changed files with 2,735 additions and 13 deletions.
26 changes: 26 additions & 0 deletions google/cloud/contact_center_insights/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
CreatePhraseMatcherRequest,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
CreateViewRequest,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
DeleteAnalysisRequest,
)
Expand All @@ -66,6 +69,9 @@
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
DeletePhraseMatcherRequest,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
DeleteViewRequest,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
DeployIssueModelMetadata,
)
Expand Down Expand Up @@ -102,6 +108,9 @@
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
GetSettingsRequest,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
GetViewRequest,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
ListAnalysesRequest,
)
Expand Down Expand Up @@ -132,6 +141,12 @@
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
ListPhraseMatchersResponse,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
ListViewsRequest,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
ListViewsResponse,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
UndeployIssueModelMetadata,
)
Expand All @@ -156,6 +171,9 @@
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
UpdateSettingsRequest,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
UpdateViewRequest,
)
from google.cloud.contact_center_insights_v1.types.contact_center_insights import (
ConversationView,
)
Expand Down Expand Up @@ -211,6 +229,7 @@
SmartComposeSuggestionData,
)
from google.cloud.contact_center_insights_v1.types.resources import SmartReplyData
from google.cloud.contact_center_insights_v1.types.resources import View

__all__ = (
"ContactCenterInsightsClient",
Expand All @@ -225,11 +244,13 @@
"CreateIssueModelMetadata",
"CreateIssueModelRequest",
"CreatePhraseMatcherRequest",
"CreateViewRequest",
"DeleteAnalysisRequest",
"DeleteConversationRequest",
"DeleteIssueModelMetadata",
"DeleteIssueModelRequest",
"DeletePhraseMatcherRequest",
"DeleteViewRequest",
"DeployIssueModelMetadata",
"DeployIssueModelRequest",
"DeployIssueModelResponse",
Expand All @@ -242,6 +263,7 @@
"GetIssueRequest",
"GetPhraseMatcherRequest",
"GetSettingsRequest",
"GetViewRequest",
"ListAnalysesRequest",
"ListAnalysesResponse",
"ListConversationsRequest",
Expand All @@ -252,6 +274,8 @@
"ListIssuesResponse",
"ListPhraseMatchersRequest",
"ListPhraseMatchersResponse",
"ListViewsRequest",
"ListViewsResponse",
"UndeployIssueModelMetadata",
"UndeployIssueModelRequest",
"UndeployIssueModelResponse",
Expand All @@ -260,6 +284,7 @@
"UpdateIssueRequest",
"UpdatePhraseMatcherRequest",
"UpdateSettingsRequest",
"UpdateViewRequest",
"ConversationView",
"Analysis",
"AnalysisResult",
Expand Down Expand Up @@ -299,4 +324,5 @@
"SilenceData",
"SmartComposeSuggestionData",
"SmartReplyData",
"View",
)
14 changes: 14 additions & 0 deletions google/cloud/contact_center_insights_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
from .types.contact_center_insights import CreateIssueModelMetadata
from .types.contact_center_insights import CreateIssueModelRequest
from .types.contact_center_insights import CreatePhraseMatcherRequest
from .types.contact_center_insights import CreateViewRequest
from .types.contact_center_insights import DeleteAnalysisRequest
from .types.contact_center_insights import DeleteConversationRequest
from .types.contact_center_insights import DeleteIssueModelMetadata
from .types.contact_center_insights import DeleteIssueModelRequest
from .types.contact_center_insights import DeletePhraseMatcherRequest
from .types.contact_center_insights import DeleteViewRequest
from .types.contact_center_insights import DeployIssueModelMetadata
from .types.contact_center_insights import DeployIssueModelRequest
from .types.contact_center_insights import DeployIssueModelResponse
Expand All @@ -44,6 +46,7 @@
from .types.contact_center_insights import GetIssueRequest
from .types.contact_center_insights import GetPhraseMatcherRequest
from .types.contact_center_insights import GetSettingsRequest
from .types.contact_center_insights import GetViewRequest
from .types.contact_center_insights import ListAnalysesRequest
from .types.contact_center_insights import ListAnalysesResponse
from .types.contact_center_insights import ListConversationsRequest
Expand All @@ -54,6 +57,8 @@
from .types.contact_center_insights import ListIssuesResponse
from .types.contact_center_insights import ListPhraseMatchersRequest
from .types.contact_center_insights import ListPhraseMatchersResponse
from .types.contact_center_insights import ListViewsRequest
from .types.contact_center_insights import ListViewsResponse
from .types.contact_center_insights import UndeployIssueModelMetadata
from .types.contact_center_insights import UndeployIssueModelRequest
from .types.contact_center_insights import UndeployIssueModelResponse
Expand All @@ -62,6 +67,7 @@
from .types.contact_center_insights import UpdateIssueRequest
from .types.contact_center_insights import UpdatePhraseMatcherRequest
from .types.contact_center_insights import UpdateSettingsRequest
from .types.contact_center_insights import UpdateViewRequest
from .types.contact_center_insights import ConversationView
from .types.resources import Analysis
from .types.resources import AnalysisResult
Expand Down Expand Up @@ -101,6 +107,7 @@
from .types.resources import SilenceData
from .types.resources import SmartComposeSuggestionData
from .types.resources import SmartReplyData
from .types.resources import View

__all__ = (
"ContactCenterInsightsAsyncClient",
Expand All @@ -126,11 +133,13 @@
"CreateIssueModelMetadata",
"CreateIssueModelRequest",
"CreatePhraseMatcherRequest",
"CreateViewRequest",
"DeleteAnalysisRequest",
"DeleteConversationRequest",
"DeleteIssueModelMetadata",
"DeleteIssueModelRequest",
"DeletePhraseMatcherRequest",
"DeleteViewRequest",
"DeployIssueModelMetadata",
"DeployIssueModelRequest",
"DeployIssueModelResponse",
Expand All @@ -151,6 +160,7 @@
"GetIssueRequest",
"GetPhraseMatcherRequest",
"GetSettingsRequest",
"GetViewRequest",
"HoldData",
"Intent",
"IntentMatchData",
Expand All @@ -170,6 +180,8 @@
"ListIssuesResponse",
"ListPhraseMatchersRequest",
"ListPhraseMatchersResponse",
"ListViewsRequest",
"ListViewsResponse",
"PhraseMatchData",
"PhraseMatchRule",
"PhraseMatchRuleConfig",
Expand All @@ -189,4 +201,6 @@
"UpdateIssueRequest",
"UpdatePhraseMatcherRequest",
"UpdateSettingsRequest",
"UpdateViewRequest",
"View",
)
50 changes: 50 additions & 0 deletions google/cloud/contact_center_insights_v1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
"create_phrase_matcher"
]
},
"CreateView": {
"methods": [
"create_view"
]
},
"DeleteAnalysis": {
"methods": [
"delete_analysis"
Expand All @@ -60,6 +65,11 @@
"delete_phrase_matcher"
]
},
"DeleteView": {
"methods": [
"delete_view"
]
},
"DeployIssueModel": {
"methods": [
"deploy_issue_model"
Expand Down Expand Up @@ -100,6 +110,11 @@
"get_settings"
]
},
"GetView": {
"methods": [
"get_view"
]
},
"ListAnalyses": {
"methods": [
"list_analyses"
Expand All @@ -125,6 +140,11 @@
"list_phrase_matchers"
]
},
"ListViews": {
"methods": [
"list_views"
]
},
"UndeployIssueModel": {
"methods": [
"undeploy_issue_model"
Expand Down Expand Up @@ -154,6 +174,11 @@
"methods": [
"update_settings"
]
},
"UpdateView": {
"methods": [
"update_view"
]
}
}
},
Expand Down Expand Up @@ -190,6 +215,11 @@
"create_phrase_matcher"
]
},
"CreateView": {
"methods": [
"create_view"
]
},
"DeleteAnalysis": {
"methods": [
"delete_analysis"
Expand All @@ -210,6 +240,11 @@
"delete_phrase_matcher"
]
},
"DeleteView": {
"methods": [
"delete_view"
]
},
"DeployIssueModel": {
"methods": [
"deploy_issue_model"
Expand Down Expand Up @@ -250,6 +285,11 @@
"get_settings"
]
},
"GetView": {
"methods": [
"get_view"
]
},
"ListAnalyses": {
"methods": [
"list_analyses"
Expand All @@ -275,6 +315,11 @@
"list_phrase_matchers"
]
},
"ListViews": {
"methods": [
"list_views"
]
},
"UndeployIssueModel": {
"methods": [
"undeploy_issue_model"
Expand Down Expand Up @@ -304,6 +349,11 @@
"methods": [
"update_settings"
]
},
"UpdateView": {
"methods": [
"update_view"
]
}
}
}
Expand Down
Loading

0 comments on commit e55463c

Please sign in to comment.