Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit e48ea00

Browse files
feat(v2beta1): added option to configure the number of sentences in the suggestion context (#453)
* feat: added option to configure the number of sentences in the suggestion context PiperOrigin-RevId: 420101041 Source-Link: googleapis/googleapis@549b567 Source-Link: https://github.com/googleapis/googleapis-gen/commit/7d095a8c6a6223dd4ee772c285112483c2afb1c0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2QwOTVhOGM2YTYyMjNkZDRlZTc3MmMyODUxMTI0ODNjMmFmYjFjMCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c83a7a0 commit e48ea00

File tree

63 files changed

+1019
-1579
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1019
-1579
lines changed

google/cloud/dialogflow_v2/services/agents/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def __init__(
109109
credentials, _ = google.auth.load_credentials_from_file(
110110
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
111111
)
112-
113112
elif credentials is None:
114113
credentials, _ = google.auth.default(
115114
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/dialogflow_v2/services/answer_records/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def __init__(
105105
credentials, _ = google.auth.load_credentials_from_file(
106106
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
107107
)
108-
109108
elif credentials is None:
110109
credentials, _ = google.auth.default(
111110
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/dialogflow_v2/services/contexts/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def __init__(
106106
credentials, _ = google.auth.load_credentials_from_file(
107107
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
108108
)
109-
110109
elif credentials is None:
111110
credentials, _ = google.auth.default(
112111
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/dialogflow_v2/services/conversation_profiles/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def __init__(
108108
credentials, _ = google.auth.load_credentials_from_file(
109109
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
110110
)
111-
112111
elif credentials is None:
113112
credentials, _ = google.auth.default(
114113
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/dialogflow_v2/services/conversations/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def __init__(
105105
credentials, _ = google.auth.load_credentials_from_file(
106106
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
107107
)
108-
109108
elif credentials is None:
110109
credentials, _ = google.auth.default(
111110
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/dialogflow_v2/services/documents/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def __init__(
107107
credentials, _ = google.auth.load_credentials_from_file(
108108
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
109109
)
110-
111110
elif credentials is None:
112111
credentials, _ = google.auth.default(
113112
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/dialogflow_v2/services/entity_types/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def __init__(
108108
credentials, _ = google.auth.load_credentials_from_file(
109109
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
110110
)
111-
112111
elif credentials is None:
113112
credentials, _ = google.auth.default(
114113
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/dialogflow_v2/services/environments/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def __init__(
105105
credentials, _ = google.auth.load_credentials_from_file(
106106
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
107107
)
108-
109108
elif credentials is None:
110109
credentials, _ = google.auth.default(
111110
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/dialogflow_v2/services/fulfillments/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def __init__(
105105
credentials, _ = google.auth.load_credentials_from_file(
106106
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
107107
)
108-
109108
elif credentials is None:
110109
credentials, _ = google.auth.default(
111110
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/dialogflow_v2/services/intents/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def __init__(
108108
credentials, _ = google.auth.load_credentials_from_file(
109109
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
110110
)
111-
112111
elif credentials is None:
113112
credentials, _ = google.auth.default(
114113
**scopes_kwargs, quota_project_id=quota_project_id

0 commit comments

Comments
 (0)