# frozen_string_literal: true # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! require "gapic/common" require "gapic/config" require "gapic/config/method" require "google/cloud/dialogflow/v2/version" require "google/cloud/dialogflow/v2/entity_types/credentials" require "google/cloud/dialogflow/v2/entity_types/paths" require "google/cloud/dialogflow/v2/entity_types/operations" require "google/cloud/dialogflow/v2/entity_types/client" module Google module Cloud module Dialogflow module V2 ## # Entities are extracted from user input and represent parameters that are # meaningful to your application. For example, a date range, a proper name # such as a geographic location or landmark, and so on. Entities represent # actionable data for your application. # # When you define an entity, you can also include synonyms that all map to # that entity. For example, "soft drink", "soda", "pop", and so on. # # There are three types of entities: # # * **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. # # * **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 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. # # For more information about entity types, see the # [Dialogflow # documentation](https://cloud.google.com/dialogflow/docs/entities-overview). # # To load this service and instantiate a client: # # require "google/cloud/dialogflow/v2/entity_types" # client = ::Google::Cloud::Dialogflow::V2::EntityTypes::Client.new # module EntityTypes end end end end end helper_path = ::File.join __dir__, "entity_types", "helpers.rb" require "google/cloud/dialogflow/v2/entity_types/helpers" if ::File.file? helper_path