google-cloud-dialogflow-v2 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/dialogflow/v2/agents/client.rb +56 -45
- data/lib/google/cloud/dialogflow/v2/agents/operations.rb +30 -21
- data/lib/google/cloud/dialogflow/v2/answer_records/client.rb +35 -38
- data/lib/google/cloud/dialogflow/v2/contexts/client.rb +47 -42
- data/lib/google/cloud/dialogflow/v2/conversation_profiles/client.rb +44 -41
- data/lib/google/cloud/dialogflow/v2/conversations/client.rb +44 -41
- data/lib/google/cloud/dialogflow/v2/documents/client.rb +47 -42
- data/lib/google/cloud/dialogflow/v2/documents/operations.rb +30 -21
- data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +59 -46
- data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +30 -21
- data/lib/google/cloud/dialogflow/v2/environments/client.rb +47 -42
- data/lib/google/cloud/dialogflow/v2/fulfillments/client.rb +35 -38
- data/lib/google/cloud/dialogflow/v2/intents/client.rb +50 -43
- data/lib/google/cloud/dialogflow/v2/intents/operations.rb +30 -21
- data/lib/google/cloud/dialogflow/v2/knowledge_bases/client.rb +44 -41
- data/lib/google/cloud/dialogflow/v2/participants/client.rb +50 -43
- data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +44 -41
- data/lib/google/cloud/dialogflow/v2/sessions/client.rb +35 -38
- data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/versions/client.rb +44 -41
- data/proto_docs/google/cloud/dialogflow/v2/intent.rb +4 -3
- metadata +4 -4
@@ -113,8 +113,9 @@ module Google
|
|
113
113
|
# @return [::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::Platform>]
|
114
114
|
# Optional. The list of platforms for which the first responses will be
|
115
115
|
# copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform).
|
116
|
-
# @!attribute [
|
116
|
+
# @!attribute [r] root_followup_intent_name
|
117
117
|
# @return [::String]
|
118
|
+
# Output only.
|
118
119
|
# Read-only. The unique identifier of the root intent in the chain of
|
119
120
|
# followup intents. It identifies the correct followup intents chain for
|
120
121
|
# this intent. We populate this field only in the output.
|
@@ -130,9 +131,9 @@ module Google
|
|
130
131
|
#
|
131
132
|
# It identifies the parent followup intent.
|
132
133
|
# Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
|
133
|
-
# @!attribute [
|
134
|
+
# @!attribute [r] followup_intent_info
|
134
135
|
# @return [::Array<::Google::Cloud::Dialogflow::V2::Intent::FollowupIntentInfo>]
|
135
|
-
# Read-only. Information about all followup intents that have this intent as
|
136
|
+
# Output only. Read-only. Information about all followup intents that have this intent as
|
136
137
|
# a direct or indirect parent. We populate this field only in the output.
|
137
138
|
class Intent
|
138
139
|
include ::Google::Protobuf::MessageExts
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-dialogflow-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-08-
|
11
|
+
date: 2021-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.7'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.7'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|