google-apis-dialogflow_v2beta1 0.87.0 → 0.89.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 382e57e572ba2f895832f9630ce54faf019968e38d326c35dcfce00de0feaf42
4
- data.tar.gz: bf2e61cb833d69f585070766af938143c52ae166cfad054b88b5a78fa3a9ada6
3
+ metadata.gz: 82ae7436359facea6c2b295dd2f76040e968403f69e077c80e900176438dc20e
4
+ data.tar.gz: 7018465bbff13241fc67d16e2e1ce58d41c6c05854c91018ba91f25fe7b05a8c
5
5
  SHA512:
6
- metadata.gz: 57b136b13e7429e8612ee2b6fee4bcf919fcea05e7500508412021733565699b0b00c503e2b6241107fb188cb971cf511417470c168cf0643dd1db58d2bd5362
7
- data.tar.gz: 0d51413fd45b3e6932ecb17c5783ddcc11dcdc2203d8e38ebe19b32d17f7a19c0e4eb94f7d6969bfd8926bb5fcc5374423f3c48d5cbe22af70dd5105ad9136e1
6
+ metadata.gz: 6246b886bc20762f99aaa51e0b96fac0d5ad05846d1b5d057019aa7e9db6d130418f9d5567e0cdb2d81e6012cbfa7b7224919d53a6a1d9511f7c3ff735e1daf6
7
+ data.tar.gz: c07ddeb1c2bd53186140b587eb518c34c9fb77a551407cb4476fa83a0890b9de7bbdb6efb6333136d60d18f845eb385c250557119ab73035fb584d92944c3575
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.89.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240614
6
+
7
+ ### v0.88.0 (2024-06-16)
8
+
9
+ * Regenerated from discovery document revision 20240607
10
+
3
11
  ### v0.87.0 (2024-06-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20240603
@@ -12391,9 +12391,9 @@ module Google
12391
12391
  # @return [String]
12392
12392
  attr_accessor :conversation_profile
12393
12393
 
12394
- # The stage of a conversation. It indicates whether the virtual agent or a human
12395
- # agent is handling the conversation. If the conversation is created with the
12396
- # conversation profile that has Dialogflow config set, defaults to
12394
+ # Optional. The stage of a conversation. It indicates whether the virtual agent
12395
+ # or a human agent is handling the conversation. If the conversation is created
12396
+ # with the conversation profile that has Dialogflow config set, defaults to
12397
12397
  # ConversationStage.VIRTUAL_AGENT_STAGE; Otherwise, defaults to
12398
12398
  # ConversationStage.HUMAN_ASSIST_STAGE. If the conversation is created with the
12399
12399
  # conversation profile that has Dialogflow config set but explicitly sets
@@ -12414,8 +12414,8 @@ module Google
12414
12414
  # @return [String]
12415
12415
  attr_accessor :lifecycle_state
12416
12416
 
12417
- # Output only. The unique identifier of this conversation. Format: `projects//
12418
- # locations//conversations/`.
12417
+ # Output only. Identifier. The unique identifier of this conversation. Format: `
12418
+ # projects//locations//conversations/`.
12419
12419
  # Corresponds to the JSON property `name`
12420
12420
  # @return [String]
12421
12421
  attr_accessor :name
@@ -13708,15 +13708,16 @@ module Google
13708
13708
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationProfile]
13709
13709
  attr_accessor :conversation_profile
13710
13710
 
13711
- # The name of the latest conversation message used as context for generating a
13712
- # Summary. If empty, the latest message of the conversation will be used. The
13713
- # format is specific to the user and the names of the messages provided.
13711
+ # Optional. The name of the latest conversation message used as context for
13712
+ # generating a Summary. If empty, the latest message of the conversation will be
13713
+ # used. The format is specific to the user and the names of the messages
13714
+ # provided.
13714
13715
  # Corresponds to the JSON property `latestMessage`
13715
13716
  # @return [String]
13716
13717
  attr_accessor :latest_message
13717
13718
 
13718
- # Max number of messages prior to and including [latest_message] to use as
13719
- # context when compiling the suggestion. By default 500 and at most 1000.
13719
+ # Optional. Max number of messages prior to and including [latest_message] to
13720
+ # use as context when compiling the suggestion. By default 500 and at most 1000.
13720
13721
  # Corresponds to the JSON property `maxContextSize`
13721
13722
  # @return [Fixnum]
13722
13723
  attr_accessor :max_context_size
@@ -14046,7 +14047,7 @@ module Google
14046
14047
  # features in the API response. The human_agent_assistant_config.
14047
14048
  # notification_config must be configured and enable_event_based_suggestion must
14048
14049
  # be set to true to receive the responses from high latency features in Pub/Sub.
14049
- # High latency feature(s): KNOWLEDGE_ASSIST.
14050
+ # High latency feature(s): KNOWLEDGE_ASSIST
14050
14051
  # Corresponds to the JSON property `disableHighLatencyFeaturesSyncDelivery`
14051
14052
  # @return [Boolean]
14052
14053
  attr_accessor :disable_high_latency_features_sync_delivery
@@ -18412,8 +18413,8 @@ module Google
18412
18413
  class GoogleCloudDialogflowV2beta1SearchKnowledgeRequest
18413
18414
  include Google::Apis::Core::Hashable
18414
18415
 
18415
- # The conversation (between human agent and end user) where the search request
18416
- # is triggered. Format: `projects//locations//conversations/`.
18416
+ # Optional. The conversation (between human agent and end user) where the search
18417
+ # request is triggered. Format: `projects//locations//conversations/`.
18417
18418
  # Corresponds to the JSON property `conversation`
18418
18419
  # @return [String]
18419
18420
  attr_accessor :conversation
@@ -18424,14 +18425,14 @@ module Google
18424
18425
  # @return [String]
18425
18426
  attr_accessor :conversation_profile
18426
18427
 
18427
- # The name of the latest conversation message when the request is triggered.
18428
- # Format: `projects//locations//conversations//messages/`.
18428
+ # Optional. The name of the latest conversation message when the request is
18429
+ # triggered. Format: `projects//locations//conversations//messages/`.
18429
18430
  # Corresponds to the JSON property `latestMessage`
18430
18431
  # @return [String]
18431
18432
  attr_accessor :latest_message
18432
18433
 
18433
- # The parent resource contains the conversation profile Format: 'projects/' or `
18434
- # projects//locations/`.
18434
+ # Required. The parent resource contains the conversation profile Format: '
18435
+ # projects/' or `projects//locations/`.
18435
18436
  # Corresponds to the JSON property `parent`
18436
18437
  # @return [String]
18437
18438
  attr_accessor :parent
@@ -18441,12 +18442,12 @@ module Google
18441
18442
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput]
18442
18443
  attr_accessor :query
18443
18444
 
18444
- # The ID of the search session. The session_id can be combined with Dialogflow
18445
- # V3 Agent ID retrieved from conversation profile or on its own to identify a
18446
- # search session. The search history of the same session will impact the search
18447
- # result. It's up to the API caller to choose an appropriate `Session ID`. It
18448
- # can be a random number or some type of session identifiers (preferably hashed).
18449
- # The length must not exceed 36 characters.
18445
+ # Optional. The ID of the search session. The session_id can be combined with
18446
+ # Dialogflow V3 Agent ID retrieved from conversation profile or on its own to
18447
+ # identify a search session. The search history of the same session will impact
18448
+ # the search result. It's up to the API caller to choose an appropriate `Session
18449
+ # ID`. It can be a random number or some type of session identifiers (preferably
18450
+ # hashed). The length must not exceed 36 characters.
18450
18451
  # Corresponds to the JSON property `sessionId`
18451
18452
  # @return [String]
18452
18453
  attr_accessor :session_id
@@ -18906,15 +18907,15 @@ module Google
18906
18907
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters]
18907
18908
  attr_accessor :assist_query_params
18908
18909
 
18909
- # Max number of messages prior to and including [latest_message] to use as
18910
- # context when compiling the suggestion. By default 500 and at most 1000.
18910
+ # Optional. Max number of messages prior to and including [latest_message] to
18911
+ # use as context when compiling the suggestion. By default 500 and at most 1000.
18911
18912
  # Corresponds to the JSON property `contextSize`
18912
18913
  # @return [Fixnum]
18913
18914
  attr_accessor :context_size
18914
18915
 
18915
- # The name of the latest conversation message used as context for compiling
18916
- # suggestion. If empty, the latest message of the conversation will be used.
18917
- # Format: `projects//locations//conversations//messages/`.
18916
+ # Optional. The name of the latest conversation message used as context for
18917
+ # compiling suggestion. If empty, the latest message of the conversation will be
18918
+ # used. Format: `projects//locations//conversations//messages/`.
18918
18919
  # Corresponds to the JSON property `latestMessage`
18919
18920
  # @return [String]
18920
18921
  attr_accessor :latest_message
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.87.0"
19
+ GEM_VERSION = "0.89.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240603"
25
+ REVISION = "20240614"
26
26
  end
27
27
  end
28
28
  end
@@ -3582,14 +3582,9 @@ module Google
3582
3582
  # Required. The project from which to list all conversation. Format: `projects//
3583
3583
  # locations/`.
3584
3584
  # @param [String] filter
3585
- # A filter expression that filters conversations listed in the response. In
3586
- # general, the expression must specify the field name, a comparison operator,
3587
- # and the value to use for filtering: - The value must be a string, a number, or
3588
- # a boolean. - The comparison operator must be either `=`,`!=`, `>`, or `<`. -
3589
- # To filter on multiple expressions, separate the expressions with `AND` or `OR`
3590
- # (omitting both implies `AND`). - For clarity, expressions can be enclosed in
3591
- # parentheses. Only `lifecycle_state` can be filtered on in this way. For
3592
- # example, the following expression only returns `COMPLETED` conversations: `
3585
+ # Optional. A filter expression that filters conversations listed in the
3586
+ # response. Only `lifecycle_state` can be filtered on in this way. For example,
3587
+ # the following expression only returns `COMPLETED` conversations: `
3593
3588
  # lifecycle_state = "COMPLETED"` For more information about filtering, see [API
3594
3589
  # Filtering](https://aip.dev/160).
3595
3590
  # @param [Fixnum] page_size
@@ -4123,8 +4118,8 @@ module Google
4123
4118
 
4124
4119
  # Get answers for the given query based on knowledge documents.
4125
4120
  # @param [String] conversation
4126
- # The conversation (between human agent and end user) where the search request
4127
- # is triggered. Format: `projects//locations//conversations/`.
4121
+ # Optional. The conversation (between human agent and end user) where the search
4122
+ # request is triggered. Format: `projects//locations//conversations/`.
4128
4123
  # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequest] google_cloud_dialogflow_v2beta1_search_knowledge_request_object
4129
4124
  # @param [String] fields
4130
4125
  # Selector specifying which fields to include in a partial response.
@@ -7913,14 +7908,9 @@ module Google
7913
7908
  # Required. The project from which to list all conversation. Format: `projects//
7914
7909
  # locations/`.
7915
7910
  # @param [String] filter
7916
- # A filter expression that filters conversations listed in the response. In
7917
- # general, the expression must specify the field name, a comparison operator,
7918
- # and the value to use for filtering: - The value must be a string, a number, or
7919
- # a boolean. - The comparison operator must be either `=`,`!=`, `>`, or `<`. -
7920
- # To filter on multiple expressions, separate the expressions with `AND` or `OR`
7921
- # (omitting both implies `AND`). - For clarity, expressions can be enclosed in
7922
- # parentheses. Only `lifecycle_state` can be filtered on in this way. For
7923
- # example, the following expression only returns `COMPLETED` conversations: `
7911
+ # Optional. A filter expression that filters conversations listed in the
7912
+ # response. Only `lifecycle_state` can be filtered on in this way. For example,
7913
+ # the following expression only returns `COMPLETED` conversations: `
7924
7914
  # lifecycle_state = "COMPLETED"` For more information about filtering, see [API
7925
7915
  # Filtering](https://aip.dev/160).
7926
7916
  # @param [Fixnum] page_size
@@ -8360,8 +8350,8 @@ module Google
8360
8350
 
8361
8351
  # Get answers for the given query based on knowledge documents.
8362
8352
  # @param [String] conversation
8363
- # The conversation (between human agent and end user) where the search request
8364
- # is triggered. Format: `projects//locations//conversations/`.
8353
+ # Optional. The conversation (between human agent and end user) where the search
8354
+ # request is triggered. Format: `projects//locations//conversations/`.
8365
8355
  # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequest] google_cloud_dialogflow_v2beta1_search_knowledge_request_object
8366
8356
  # @param [String] fields
8367
8357
  # Selector specifying which fields to include in a partial response.
@@ -9276,8 +9266,8 @@ module Google
9276
9266
 
9277
9267
  # Get answers for the given query based on knowledge documents.
9278
9268
  # @param [String] parent
9279
- # The parent resource contains the conversation profile Format: 'projects/' or `
9280
- # projects//locations/`.
9269
+ # Required. The parent resource contains the conversation profile Format: '
9270
+ # projects/' or `projects//locations/`.
9281
9271
  # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequest] google_cloud_dialogflow_v2beta1_search_knowledge_request_object
9282
9272
  # @param [String] fields
9283
9273
  # Selector specifying which fields to include in a partial response.
@@ -9453,8 +9443,8 @@ module Google
9453
9443
 
9454
9444
  # Get answers for the given query based on knowledge documents.
9455
9445
  # @param [String] parent
9456
- # The parent resource contains the conversation profile Format: 'projects/' or `
9457
- # projects//locations/`.
9446
+ # Required. The parent resource contains the conversation profile Format: '
9447
+ # projects/' or `projects//locations/`.
9458
9448
  # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequest] google_cloud_dialogflow_v2beta1_search_knowledge_request_object
9459
9449
  # @param [String] fields
9460
9450
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.87.0
4
+ version: 0.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
11
+ date: 2024-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.87.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.89.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []