Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryParameters

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1QueryParameters

Returns a new instance of GoogleCloudDialogflowCxV3beta1QueryParameters.



10715
10716
10717
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10715

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#analyze_query_text_sentimentBoolean Also known as: analyze_query_text_sentiment?

Corresponds to the JSON property analyzeQueryTextSentiment

Returns:

  • (Boolean)


10625
10626
10627
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10625

def analyze_query_text_sentiment
  @analyze_query_text_sentiment
end

#channelString

Corresponds to the JSON property channel

Returns:

  • (String)


10631
10632
10633
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10631

def channel
  @channel
end

#current_pageString

Corresponds to the JSON property currentPage

Returns:

  • (String)


10636
10637
10638
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10636

def current_page
  @current_page
end

#current_playbookString

Corresponds to the JSON property currentPlaybook

Returns:

  • (String)


10641
10642
10643
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10641

def current_playbook
  @current_playbook
end

#disable_webhookBoolean Also known as: disable_webhook?

Corresponds to the JSON property disableWebhook

Returns:

  • (Boolean)


10646
10647
10648
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10646

def disable_webhook
  @disable_webhook
end

#end_user_metadataHash<String,Object>

Corresponds to the JSON property endUserMetadata

Returns:

  • (Hash<String,Object>)


10652
10653
10654
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10652

def 
  @end_user_metadata
end

#flow_versionsArray<String>

Corresponds to the JSON property flowVersions

Returns:

  • (Array<String>)


10657
10658
10659
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10657

def flow_versions
  @flow_versions
end

#geo_locationGoogle::Apis::DialogflowV3beta1::GoogleTypeLatLng

Corresponds to the JSON property geoLocation



10662
10663
10664
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10662

def geo_location
  @geo_location
end

#llm_model_settingsGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings

Corresponds to the JSON property llmModelSettings



10667
10668
10669
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10667

def llm_model_settings
  @llm_model_settings
end

#parameter_scopeString

Corresponds to the JSON property parameterScope

Returns:

  • (String)


10672
10673
10674
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10672

def parameter_scope
  @parameter_scope
end

#parametersHash<String,Object>

Corresponds to the JSON property parameters

Returns:

  • (Hash<String,Object>)


10677
10678
10679
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10677

def parameters
  @parameters
end

#payloadHash<String,Object>

Corresponds to the JSON property payload

Returns:

  • (Hash<String,Object>)


10682
10683
10684
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10682

def payload
  @payload
end

#populate_data_store_connection_signalsBoolean Also known as: populate_data_store_connection_signals?

Corresponds to the JSON property populateDataStoreConnectionSignals

Returns:

  • (Boolean)


10687
10688
10689
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10687

def populate_data_store_connection_signals
  @populate_data_store_connection_signals
end

#search_configGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SearchConfig

Corresponds to the JSON property searchConfig



10693
10694
10695
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10693

def search_config
  @search_config
end

#session_entity_typesArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionEntityType>

Corresponds to the JSON property sessionEntityTypes



10698
10699
10700
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10698

def session_entity_types
  @session_entity_types
end

#session_ttlString

Corresponds to the JSON property sessionTtl

Returns:

  • (String)


10703
10704
10705
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10703

def session_ttl
  @session_ttl
end

#time_zoneString

Corresponds to the JSON property timeZone

Returns:

  • (String)


10708
10709
10710
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10708

def time_zone
  @time_zone
end

#webhook_headersHash<String,String>

Corresponds to the JSON property webhookHeaders

Returns:

  • (Hash<String,String>)


10713
10714
10715
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10713

def webhook_headers
  @webhook_headers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10720

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