google-cloud-dialogflow 1.3.2 → 1.3.3

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: fe9443e71d75e2e3412bf529eded4878115356c4d802ab038a288eb694b276af
4
- data.tar.gz: 0accf676daaae8523d9af9a50814c8d52aaac075570d400fea7a7d13899739b2
3
+ metadata.gz: 4d73aa156c52e1b4a639425c02cee31b3931cec5e1d714207e29d8b7b838796e
4
+ data.tar.gz: 72080a74a392ebb0b4f5d8d9e6a8bd8d9c099bc8d82384cc5a84373bb63d555f
5
5
  SHA512:
6
- metadata.gz: 447914f2f44ac78813f2a969408db9c7063f53def0780ce5ca4f5916647e741951117eca5f98890f8d3c692327eb3758e0eefca6e3357d93c429438b26d9f704
7
- data.tar.gz: a0a0da4b429eeca01685d240afca37458fa9e5af2997607251d23a1cdaa2a7e99d791e3b19b864493ceeeb5cbc181def4a677d998dc7335b25971558e775734c
6
+ metadata.gz: aee37a5f340b1fa025bca7077a83b3695a7ec4319df3f20d7738113282cb47d7f9b71c6616ab4e25e3ffdbd54541c0b521e3ba2ab05b41c8385fd5300d7d07c3
7
+ data.tar.gz: 233dfbc81f2cc848b9a7348057294b9116ca1a142caa83b90ba2fd5a6e3842eed560ec28ed1b0837bef622cf3515b2af9c85f9c5744ba4188c63111c48937870
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Dialogflow API
4
4
 
5
- Dialogflow is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business.
5
+ Dialogflow is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. This client is for Dialogflow ES, providing the standard agent type suitable for small and simple agents.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-dialogflow-v*`.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dialogflow
19
- VERSION = "1.3.2".freeze
19
+ VERSION = "1.3.3".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.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-07-12 00:00:00.000000000 Z
11
+ date: 2021-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -160,7 +160,8 @@ description: Dialogflow is an end-to-end, build-once deploy-everywhere developme
160
160
  suite for creating conversational interfaces for websites, mobile applications,
161
161
  popular messaging platforms, and IoT devices. You can use it to build interfaces
162
162
  (such as chatbots and conversational IVR) that enable natural and rich interactions
163
- between your users and your business.
163
+ between your users and your business. This client is for Dialogflow ES, providing
164
+ the standard agent type suitable for small and simple agents.
164
165
  email: googleapis-packages@google.com
165
166
  executables: []
166
167
  extensions: []