Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryParameters
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryParameters
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#analyze_query_text_sentiment ⇒ Boolean
(also: #analyze_query_text_sentiment?)
Corresponds to the JSON property
analyzeQueryTextSentiment. -
#channel ⇒ String
Corresponds to the JSON property
channel. -
#current_page ⇒ String
Corresponds to the JSON property
currentPage. -
#current_playbook ⇒ String
Corresponds to the JSON property
currentPlaybook. -
#disable_webhook ⇒ Boolean
(also: #disable_webhook?)
Corresponds to the JSON property
disableWebhook. -
#end_user_metadata ⇒ Hash<String,Object>
Corresponds to the JSON property
endUserMetadata. -
#flow_versions ⇒ Array<String>
Corresponds to the JSON property
flowVersions. -
#geo_location ⇒ Google::Apis::DialogflowV3::GoogleTypeLatLng
Corresponds to the JSON property
geoLocation. -
#llm_model_settings ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings
Corresponds to the JSON property
llmModelSettings. -
#parameter_scope ⇒ String
Corresponds to the JSON property
parameterScope. -
#parameters ⇒ Hash<String,Object>
Corresponds to the JSON property
parameters. -
#payload ⇒ Hash<String,Object>
Corresponds to the JSON property
payload. -
#populate_data_store_connection_signals ⇒ Boolean
(also: #populate_data_store_connection_signals?)
Corresponds to the JSON property
populateDataStoreConnectionSignals. -
#search_config ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SearchConfig
Corresponds to the JSON property
searchConfig. -
#session_entity_types ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SessionEntityType>
Corresponds to the JSON property
sessionEntityTypes. -
#session_ttl ⇒ String
Corresponds to the JSON property
sessionTtl. -
#time_zone ⇒ String
Corresponds to the JSON property
timeZone. -
#webhook_headers ⇒ Hash<String,String>
Corresponds to the JSON property
webhookHeaders.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3QueryParameters
constructor
A new instance of GoogleCloudDialogflowCxV3QueryParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3QueryParameters
Returns a new instance of GoogleCloudDialogflowCxV3QueryParameters.
6278 6279 6280 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6278 def initialize(**args) update!(**args) end |
Instance Attribute Details
#analyze_query_text_sentiment ⇒ Boolean Also known as: analyze_query_text_sentiment?
Corresponds to the JSON property analyzeQueryTextSentiment
6188 6189 6190 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6188 def analyze_query_text_sentiment @analyze_query_text_sentiment end |
#channel ⇒ String
Corresponds to the JSON property channel
6194 6195 6196 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6194 def channel @channel end |
#current_page ⇒ String
Corresponds to the JSON property currentPage
6199 6200 6201 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6199 def current_page @current_page end |
#current_playbook ⇒ String
Corresponds to the JSON property currentPlaybook
6204 6205 6206 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6204 def current_playbook @current_playbook end |
#disable_webhook ⇒ Boolean Also known as: disable_webhook?
Corresponds to the JSON property disableWebhook
6209 6210 6211 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6209 def disable_webhook @disable_webhook end |
#end_user_metadata ⇒ Hash<String,Object>
Corresponds to the JSON property endUserMetadata
6215 6216 6217 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6215 def @end_user_metadata end |
#flow_versions ⇒ Array<String>
Corresponds to the JSON property flowVersions
6220 6221 6222 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6220 def flow_versions @flow_versions end |
#geo_location ⇒ Google::Apis::DialogflowV3::GoogleTypeLatLng
Corresponds to the JSON property geoLocation
6225 6226 6227 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6225 def geo_location @geo_location end |
#llm_model_settings ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LlmModelSettings
Corresponds to the JSON property llmModelSettings
6230 6231 6232 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6230 def llm_model_settings @llm_model_settings end |
#parameter_scope ⇒ String
Corresponds to the JSON property parameterScope
6235 6236 6237 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6235 def parameter_scope @parameter_scope end |
#parameters ⇒ Hash<String,Object>
Corresponds to the JSON property parameters
6240 6241 6242 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6240 def parameters @parameters end |
#payload ⇒ Hash<String,Object>
Corresponds to the JSON property payload
6245 6246 6247 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6245 def payload @payload end |
#populate_data_store_connection_signals ⇒ Boolean Also known as: populate_data_store_connection_signals?
Corresponds to the JSON property populateDataStoreConnectionSignals
6250 6251 6252 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6250 def populate_data_store_connection_signals @populate_data_store_connection_signals end |
#search_config ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SearchConfig
Corresponds to the JSON property searchConfig
6256 6257 6258 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6256 def search_config @search_config end |
#session_entity_types ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SessionEntityType>
Corresponds to the JSON property sessionEntityTypes
6261 6262 6263 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6261 def session_entity_types @session_entity_types end |
#session_ttl ⇒ String
Corresponds to the JSON property sessionTtl
6266 6267 6268 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6266 def session_ttl @session_ttl end |
#time_zone ⇒ String
Corresponds to the JSON property timeZone
6271 6272 6273 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6271 def time_zone @time_zone end |
#webhook_headers ⇒ Hash<String,String>
Corresponds to the JSON property webhookHeaders
6276 6277 6278 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6276 def webhook_headers @webhook_headers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6283 def update!(**args) @analyze_query_text_sentiment = args[:analyze_query_text_sentiment] if args.key?(:analyze_query_text_sentiment) @channel = args[:channel] if args.key?(:channel) @current_page = args[:current_page] if args.key?(:current_page) @current_playbook = args[:current_playbook] if args.key?(:current_playbook) @disable_webhook = args[:disable_webhook] if args.key?(:disable_webhook) @end_user_metadata = args[:end_user_metadata] if args.key?(:end_user_metadata) @flow_versions = args[:flow_versions] if args.key?(:flow_versions) @geo_location = args[:geo_location] if args.key?(:geo_location) @llm_model_settings = args[:llm_model_settings] if args.key?(:llm_model_settings) @parameter_scope = args[:parameter_scope] if args.key?(:parameter_scope) @parameters = args[:parameters] if args.key?(:parameters) @payload = args[:payload] if args.key?(:payload) @populate_data_store_connection_signals = args[:populate_data_store_connection_signals] if args.key?(:populate_data_store_connection_signals) @search_config = args[:search_config] if args.key?(:search_config) @session_entity_types = args[:session_entity_types] if args.key?(:session_entity_types) @session_ttl = args[:session_ttl] if args.key?(:session_ttl) @time_zone = args[:time_zone] if args.key?(:time_zone) @webhook_headers = args[:webhook_headers] if args.key?(:webhook_headers) end |