google-cloud-dialogflow-v2 0.17.1 → 0.18.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: 307549a7266d10daee7a1515ffa632a3b93586c5306134409ac8f00b24bba3a0
4
- data.tar.gz: 52e226f6bce11b0dbdadac7ff645fb37b77946c20985c0ef110df3570469e313
3
+ metadata.gz: 323d660797e6031bec894aa0fad4c8995ba80111a77d4a1e06d2e34b43c6045d
4
+ data.tar.gz: 475cf6b836273feb02a5634f18eaeb94c39a21f81096af9cab83e061c3a1631e
5
5
  SHA512:
6
- metadata.gz: 8cf06b7636e2fe76503dc331309aabb79218491f82fdea5a031c47e40e0168bedfe52e7c7191fb50cd9801f29fda20b434f335cb050f7a834f158e8676cdec77
7
- data.tar.gz: fa6ce35c4288295a40000289dc806b05e70307a6dbf8b140f24b1fc2d6380e50003f464b6e7b7abdaf241a00a40117de5195bd39a369aa63e3ad616feef81f44
6
+ metadata.gz: 44aa41038a1a2163a3b702c03c1a0196f3a6fb5ed3085f75c72c948f0755e2a91a12b702e623f1df18ad8453566c3d8355a0831a79c5b42ee8815c8e433e66e4
7
+ data.tar.gz: 29566f50e2676d466f0fd5d3154184085945aa205abe140470c0a0b43c7573fc62af49d9a9a7957ab1c37e09c75130e8139f716bba2980dd0ff0affd6ee98f03
data/AUTHENTICATION.md CHANGED
@@ -114,7 +114,7 @@ credentials are discovered.
114
114
  To configure your system for this, simply:
115
115
 
116
116
  1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
117
- 2. Authenticate using OAuth 2.0 `$ gcloud auth login`
117
+ 2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
118
118
  3. Write code as if already authenticated.
119
119
 
120
120
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
@@ -64,6 +64,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
64
64
  optional :import_count, :int32, 3
65
65
  end
66
66
  add_message "google.cloud.dialogflow.v2.CreateConversationDatasetOperationMetadata" do
67
+ optional :conversation_dataset, :string, 1
67
68
  end
68
69
  add_message "google.cloud.dialogflow.v2.DeleteConversationDatasetOperationMetadata" do
69
70
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module V2
24
- VERSION = "0.17.1"
24
+ VERSION = "0.18.0"
25
25
  end
26
26
  end
27
27
  end
@@ -195,6 +195,11 @@ module Google
195
195
  end
196
196
 
197
197
  # Metadata for [ConversationDatasets][CreateConversationDataset].
198
+ # @!attribute [rw] conversation_dataset
199
+ # @return [::String]
200
+ # The resource name of the conversation dataset that will be created. Format:
201
+ # `projects/<Project ID>/locations/<Location
202
+ # ID>/conversationDatasets/<Conversation Dataset Id>`
198
203
  class CreateConversationDatasetOperationMetadata
199
204
  include ::Google::Protobuf::MessageExts
200
205
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -544,13 +544,13 @@ module Google
544
544
  # Unspecified feature type.
545
545
  TYPE_UNSPECIFIED = 0
546
546
 
547
- # Run article suggestion model.
547
+ # Run article suggestion model for chat.
548
548
  ARTICLE_SUGGESTION = 1
549
549
 
550
- # Run FAQ model.
550
+ # Run FAQ model for chat.
551
551
  FAQ = 2
552
552
 
553
- # Run smart reply model.
553
+ # Run smart reply model for chat.
554
554
  SMART_REPLY = 3
555
555
  end
556
556
  end
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.17.1
4
+ version: 0.18.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: 2022-07-28 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.10'
19
+ version: '0.12'
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.10'
29
+ version: '0.12'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a