google-cloud-dialogflow-v2 0.11.2 → 0.11.3
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/agent_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/agent_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/answer_record_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/answer_record_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/audio_config_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/context_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/context_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/conversation_event_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/conversation_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/conversation_profile_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/conversation_profile_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/conversation_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/document_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/document_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/entity_type_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/entity_type_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/environment_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/environment_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/fulfillment_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/fulfillment_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/gcs_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/human_agent_assistant_event_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/intent_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/intent_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/knowledge_base_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/knowledge_base_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/participant_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/participant_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/session_entity_type_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/session_entity_type_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/session_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/session_services_pb.rb +15 -1
- data/lib/google/cloud/dialogflow/v2/sessions/client.rb +14 -0
- data/lib/google/cloud/dialogflow/v2/validation_result_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/version_pb.rb +2 -2
- data/lib/google/cloud/dialogflow/v2/version_services_pb.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/webhook_pb.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 949fb8e5aef019ead5a65a5dc58e25ded3dbf68b36400080dda042be7fb2a79d
|
|
4
|
+
data.tar.gz: f10d01772f7569f0070f454d123c8a725cacadb81ff6a27f4abdfcf4d060c043
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a07bad0cf7be8314a7184423939fab647b172a8c197a4a09ca32cda6c7c2aaf9f7537b96fbf54e8ed6672fccf079c38f084403fae029e48b5660bec28f66aa01
|
|
7
|
+
data.tar.gz: 5b7e3ba9714f8aad042a2997692e6766d477978dc3f7db2c0eb3988a8d4edcd7acc91a2962d2fed95bf7ffef2074015f9fa5b855f82e488da06a000a2713f52b
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/agent.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -11,6 +9,8 @@ require 'google/cloud/dialogflow/v2/validation_result_pb'
|
|
|
11
9
|
require 'google/longrunning/operations_pb'
|
|
12
10
|
require 'google/protobuf/empty_pb'
|
|
13
11
|
require 'google/protobuf/field_mask_pb'
|
|
12
|
+
require 'google/protobuf'
|
|
13
|
+
|
|
14
14
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
15
|
add_file("google/cloud/dialogflow/v2/agent.proto", :syntax => :proto3) do
|
|
16
16
|
add_message "google.cloud.dialogflow.v2.Agent" do
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/answer_record.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -11,6 +9,8 @@ require 'google/cloud/dialogflow/v2/participant_pb'
|
|
|
11
9
|
require 'google/protobuf/empty_pb'
|
|
12
10
|
require 'google/protobuf/field_mask_pb'
|
|
13
11
|
require 'google/protobuf/timestamp_pb'
|
|
12
|
+
require 'google/protobuf'
|
|
13
|
+
|
|
14
14
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
15
|
add_file("google/cloud/dialogflow/v2/answer_record.proto", :syntax => :proto3) do
|
|
16
16
|
add_message "google.cloud.dialogflow.v2.AnswerRecord" do
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Service for managing [AnswerRecords][google.cloud.dialogflow.v2.AnswerRecord].
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/audio_config.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/field_behavior_pb'
|
|
7
5
|
require 'google/api/resource_pb'
|
|
8
6
|
require 'google/protobuf/duration_pb'
|
|
9
7
|
require 'google/protobuf/timestamp_pb'
|
|
10
8
|
require 'google/api/annotations_pb'
|
|
9
|
+
require 'google/protobuf'
|
|
10
|
+
|
|
11
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
12
|
add_file("google/cloud/dialogflow/v2/audio_config.proto", :syntax => :proto3) do
|
|
13
13
|
add_message "google.cloud.dialogflow.v2.SpeechContext" do
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/context.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -10,6 +8,8 @@ require 'google/api/resource_pb'
|
|
|
10
8
|
require 'google/protobuf/empty_pb'
|
|
11
9
|
require 'google/protobuf/field_mask_pb'
|
|
12
10
|
require 'google/protobuf/struct_pb'
|
|
11
|
+
require 'google/protobuf'
|
|
12
|
+
|
|
13
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
14
|
add_file("google/cloud/dialogflow/v2/context.proto", :syntax => :proto3) do
|
|
15
15
|
add_message "google.cloud.dialogflow.v2.Context" do
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/conversation_event.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/cloud/dialogflow/v2/participant_pb'
|
|
7
5
|
require 'google/rpc/status_pb'
|
|
8
6
|
require 'google/api/annotations_pb'
|
|
7
|
+
require 'google/protobuf'
|
|
8
|
+
|
|
9
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
10
|
add_file("google/cloud/dialogflow/v2/conversation_event.proto", :syntax => :proto3) do
|
|
11
11
|
add_message "google.cloud.dialogflow.v2.ConversationEvent" do
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/conversation.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -10,6 +8,8 @@ require 'google/api/resource_pb'
|
|
|
10
8
|
require 'google/cloud/dialogflow/v2/participant_pb'
|
|
11
9
|
require 'google/protobuf/empty_pb'
|
|
12
10
|
require 'google/protobuf/timestamp_pb'
|
|
11
|
+
require 'google/protobuf'
|
|
12
|
+
|
|
13
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
14
|
add_file("google/cloud/dialogflow/v2/conversation.proto", :syntax => :proto3) do
|
|
15
15
|
add_message "google.cloud.dialogflow.v2.Conversation" do
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/conversation_profile.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -13,6 +11,8 @@ require 'google/longrunning/operations_pb'
|
|
|
13
11
|
require 'google/protobuf/empty_pb'
|
|
14
12
|
require 'google/protobuf/field_mask_pb'
|
|
15
13
|
require 'google/protobuf/timestamp_pb'
|
|
14
|
+
require 'google/protobuf'
|
|
15
|
+
|
|
16
16
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
17
17
|
add_file("google/cloud/dialogflow/v2/conversation_profile.proto", :syntax => :proto3) do
|
|
18
18
|
add_message "google.cloud.dialogflow.v2.ConversationProfile" do
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Service for managing [ConversationProfiles][google.cloud.dialogflow.v2.ConversationProfile].
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Service for managing [Conversations][google.cloud.dialogflow.v2.Conversation].
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/document.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -11,6 +9,8 @@ require 'google/longrunning/operations_pb'
|
|
|
11
9
|
require 'google/protobuf/field_mask_pb'
|
|
12
10
|
require 'google/protobuf/timestamp_pb'
|
|
13
11
|
require 'google/rpc/status_pb'
|
|
12
|
+
require 'google/protobuf'
|
|
13
|
+
|
|
14
14
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
15
|
add_file("google/cloud/dialogflow/v2/document.proto", :syntax => :proto3) do
|
|
16
16
|
add_message "google.cloud.dialogflow.v2.Document" do
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Service for managing knowledge [Documents][google.cloud.dialogflow.v2.Document].
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/entity_type.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -10,6 +8,8 @@ require 'google/api/resource_pb'
|
|
|
10
8
|
require 'google/longrunning/operations_pb'
|
|
11
9
|
require 'google/protobuf/empty_pb'
|
|
12
10
|
require 'google/protobuf/field_mask_pb'
|
|
11
|
+
require 'google/protobuf'
|
|
12
|
+
|
|
13
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
14
|
add_file("google/cloud/dialogflow/v2/entity_type.proto", :syntax => :proto3) do
|
|
15
15
|
add_message "google.cloud.dialogflow.v2.EntityType" do
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Service for managing [EntityTypes][google.cloud.dialogflow.v2.EntityType].
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/environment.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -12,6 +10,8 @@ require 'google/cloud/dialogflow/v2/fulfillment_pb'
|
|
|
12
10
|
require 'google/protobuf/empty_pb'
|
|
13
11
|
require 'google/protobuf/field_mask_pb'
|
|
14
12
|
require 'google/protobuf/timestamp_pb'
|
|
13
|
+
require 'google/protobuf'
|
|
14
|
+
|
|
15
15
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
16
16
|
add_file("google/cloud/dialogflow/v2/environment.proto", :syntax => :proto3) do
|
|
17
17
|
add_message "google.cloud.dialogflow.v2.Environment" do
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Service for managing [Environments][google.cloud.dialogflow.v2.Environment].
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/fulfillment.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
9
7
|
require 'google/api/resource_pb'
|
|
10
8
|
require 'google/protobuf/field_mask_pb'
|
|
9
|
+
require 'google/protobuf'
|
|
10
|
+
|
|
11
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
12
|
add_file("google/cloud/dialogflow/v2/fulfillment.proto", :syntax => :proto3) do
|
|
13
13
|
add_message "google.cloud.dialogflow.v2.Fulfillment" do
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Service for managing [Fulfillments][google.cloud.dialogflow.v2.Fulfillment].
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/gcs.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/field_behavior_pb'
|
|
7
5
|
require 'google/api/annotations_pb'
|
|
6
|
+
require 'google/protobuf'
|
|
7
|
+
|
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
9
|
add_file("google/cloud/dialogflow/v2/gcs.proto", :syntax => :proto3) do
|
|
10
10
|
end
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/human_agent_assistant_event.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/cloud/dialogflow/v2/participant_pb'
|
|
7
5
|
require 'google/api/annotations_pb'
|
|
6
|
+
require 'google/protobuf'
|
|
7
|
+
|
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
9
|
add_file("google/cloud/dialogflow/v2/human_agent_assistant_event.proto", :syntax => :proto3) do
|
|
10
10
|
add_message "google.cloud.dialogflow.v2.HumanAgentAssistantEvent" do
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/intent.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -14,6 +12,8 @@ require 'google/protobuf/duration_pb'
|
|
|
14
12
|
require 'google/protobuf/empty_pb'
|
|
15
13
|
require 'google/protobuf/field_mask_pb'
|
|
16
14
|
require 'google/protobuf/struct_pb'
|
|
15
|
+
require 'google/protobuf'
|
|
16
|
+
|
|
17
17
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
18
18
|
add_file("google/cloud/dialogflow/v2/intent.proto", :syntax => :proto3) do
|
|
19
19
|
add_message "google.cloud.dialogflow.v2.Intent" do
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/knowledge_base.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
9
7
|
require 'google/api/resource_pb'
|
|
10
8
|
require 'google/protobuf/empty_pb'
|
|
11
9
|
require 'google/protobuf/field_mask_pb'
|
|
10
|
+
require 'google/protobuf'
|
|
11
|
+
|
|
12
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
13
13
|
add_file("google/cloud/dialogflow/v2/knowledge_base.proto", :syntax => :proto3) do
|
|
14
14
|
add_message "google.cloud.dialogflow.v2.KnowledgeBase" do
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Service for managing [KnowledgeBases][google.cloud.dialogflow.v2.KnowledgeBase].
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/participant.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -15,6 +13,8 @@ require 'google/protobuf/field_mask_pb'
|
|
|
15
13
|
require 'google/protobuf/struct_pb'
|
|
16
14
|
require 'google/protobuf/timestamp_pb'
|
|
17
15
|
require 'google/rpc/status_pb'
|
|
16
|
+
require 'google/protobuf'
|
|
17
|
+
|
|
18
18
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
19
19
|
add_file("google/cloud/dialogflow/v2/participant.proto", :syntax => :proto3) do
|
|
20
20
|
add_message "google.cloud.dialogflow.v2.Participant" do
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Service for managing [Participants][google.cloud.dialogflow.v2.Participant].
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/session_entity_type.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -10,6 +8,8 @@ require 'google/api/resource_pb'
|
|
|
10
8
|
require 'google/cloud/dialogflow/v2/entity_type_pb'
|
|
11
9
|
require 'google/protobuf/empty_pb'
|
|
12
10
|
require 'google/protobuf/field_mask_pb'
|
|
11
|
+
require 'google/protobuf'
|
|
12
|
+
|
|
13
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
14
|
add_file("google/cloud/dialogflow/v2/session_entity_type.proto", :syntax => :proto3) do
|
|
15
15
|
add_message "google.cloud.dialogflow.v2.SessionEntityType" do
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Service for managing [SessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityType].
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/session.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -16,6 +14,8 @@ require 'google/protobuf/field_mask_pb'
|
|
|
16
14
|
require 'google/protobuf/struct_pb'
|
|
17
15
|
require 'google/rpc/status_pb'
|
|
18
16
|
require 'google/type/latlng_pb'
|
|
17
|
+
require 'google/protobuf'
|
|
18
|
+
|
|
19
19
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
20
20
|
add_file("google/cloud/dialogflow/v2/session.proto", :syntax => :proto3) do
|
|
21
21
|
add_message "google.cloud.dialogflow.v2.DetectIntentRequest" do
|
|
@@ -30,7 +30,7 @@ module Google
|
|
|
30
30
|
# guide](https://cloud.google.com/dialogflow/docs/api-overview).
|
|
31
31
|
class Service
|
|
32
32
|
|
|
33
|
-
include GRPC::GenericService
|
|
33
|
+
include ::GRPC::GenericService
|
|
34
34
|
|
|
35
35
|
self.marshal_class_method = :encode
|
|
36
36
|
self.unmarshal_class_method = :decode
|
|
@@ -41,6 +41,13 @@ module Google
|
|
|
41
41
|
# and session entity types to be updated, which in turn might affect
|
|
42
42
|
# results of future queries.
|
|
43
43
|
#
|
|
44
|
+
# If you might use
|
|
45
|
+
# [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
|
|
46
|
+
# or other CCAI products now or in the future, consider using
|
|
47
|
+
# [AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
|
|
48
|
+
# instead of `DetectIntent`. `AnalyzeContent` has additional
|
|
49
|
+
# functionality for Agent Assist and other CCAI products.
|
|
50
|
+
#
|
|
44
51
|
# Note: Always use agent versions for production traffic.
|
|
45
52
|
# See [Versions and
|
|
46
53
|
# environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
|
|
@@ -49,6 +56,13 @@ module Google
|
|
|
49
56
|
# and returns structured, actionable data as a result. This method is only
|
|
50
57
|
# available via the gRPC API (not REST).
|
|
51
58
|
#
|
|
59
|
+
# If you might use
|
|
60
|
+
# [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
|
|
61
|
+
# or other CCAI products now or in the future, consider using
|
|
62
|
+
# [StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent]
|
|
63
|
+
# instead of `StreamingDetectIntent`. `StreamingAnalyzeContent` has
|
|
64
|
+
# additional functionality for Agent Assist and other CCAI products.
|
|
65
|
+
#
|
|
52
66
|
# Note: Always use agent versions for production traffic.
|
|
53
67
|
# See [Versions and
|
|
54
68
|
# environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
|
|
@@ -165,6 +165,13 @@ module Google
|
|
|
165
165
|
# and session entity types to be updated, which in turn might affect
|
|
166
166
|
# results of future queries.
|
|
167
167
|
#
|
|
168
|
+
# If you might use
|
|
169
|
+
# [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
|
|
170
|
+
# or other CCAI products now or in the future, consider using
|
|
171
|
+
# {::Google::Cloud::Dialogflow::V2::Participants::Client#analyze_content AnalyzeContent}
|
|
172
|
+
# instead of `DetectIntent`. `AnalyzeContent` has additional
|
|
173
|
+
# functionality for Agent Assist and other CCAI products.
|
|
174
|
+
#
|
|
168
175
|
# Note: Always use agent versions for production traffic.
|
|
169
176
|
# See [Versions and
|
|
170
177
|
# environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
|
|
@@ -281,6 +288,13 @@ module Google
|
|
|
281
288
|
# and returns structured, actionable data as a result. This method is only
|
|
282
289
|
# available via the gRPC API (not REST).
|
|
283
290
|
#
|
|
291
|
+
# If you might use
|
|
292
|
+
# [Agent Assist](https://cloud.google.com/dialogflow/docs/#aa)
|
|
293
|
+
# or other CCAI products now or in the future, consider using
|
|
294
|
+
# [StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent]
|
|
295
|
+
# instead of `StreamingDetectIntent`. `StreamingAnalyzeContent` has
|
|
296
|
+
# additional functionality for Agent Assist and other CCAI products.
|
|
297
|
+
#
|
|
284
298
|
# Note: Always use agent versions for production traffic.
|
|
285
299
|
# See [Versions and
|
|
286
300
|
# environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/validation_result.proto
|
|
3
3
|
|
|
4
|
+
require 'google/api/annotations_pb'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
6
|
-
require 'google/api/annotations_pb'
|
|
7
7
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
8
|
add_file("google/cloud/dialogflow/v2/validation_result.proto", :syntax => :proto3) do
|
|
9
9
|
add_message "google.cloud.dialogflow.v2.ValidationError" do
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/version.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -10,6 +8,8 @@ require 'google/api/resource_pb'
|
|
|
10
8
|
require 'google/protobuf/empty_pb'
|
|
11
9
|
require 'google/protobuf/field_mask_pb'
|
|
12
10
|
require 'google/protobuf/timestamp_pb'
|
|
11
|
+
require 'google/protobuf'
|
|
12
|
+
|
|
13
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
14
|
add_file("google/cloud/dialogflow/v2/version.proto", :syntax => :proto3) do
|
|
15
15
|
add_message "google.cloud.dialogflow.v2.Version" do
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/dialogflow/v2/webhook.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/cloud/dialogflow/v2/context_pb'
|
|
7
5
|
require 'google/cloud/dialogflow/v2/intent_pb'
|
|
8
6
|
require 'google/cloud/dialogflow/v2/session_pb'
|
|
9
7
|
require 'google/cloud/dialogflow/v2/session_entity_type_pb'
|
|
10
8
|
require 'google/protobuf/struct_pb'
|
|
11
9
|
require 'google/api/annotations_pb'
|
|
10
|
+
require 'google/protobuf'
|
|
11
|
+
|
|
12
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
13
13
|
add_file("google/cloud/dialogflow/v2/webhook.proto", :syntax => :proto3) do
|
|
14
14
|
add_message "google.cloud.dialogflow.v2.WebhookRequest" do
|
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.3
|
|
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-
|
|
11
|
+
date: 2021-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|