lib/google/cloud/dialogflow.rb in google-cloud-dialogflow-0.12.0 vs lib/google/cloud/dialogflow.rb in google-cloud-dialogflow-0.12.1
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright 2019 Google LLC
+# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
@@ -257,14 +257,14 @@
#
# * **System** - entities that are defined by the Dialogflow API for common
# data types such as date, time, currency, and so on. A system entity is
# represented by the `EntityType` type.
#
- # * **Developer** - entities that are defined by you that represent
+ # * **Custom** - entities that are defined by you that represent
# actionable data that is meaningful to your application. For example,
# you could define a `pizza.sauce` entity for red or white pizza sauce,
# a `pizza.cheese` entity for the different types of cheese on a pizza,
- # a `pizza.topping` entity for different toppings, and so on. A developer
+ # a `pizza.topping` entity for different toppings, and so on. A custom
# entity is represented by the `EntityType` type.
#
# * **User** - entities that are built for an individual user such as
# favorites, preferences, playlists, and so on. A user entity is
# represented by the {Google::Cloud::Dialogflow::V2::SessionEntityType SessionEntityType} type.