Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2QueryResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2QueryResult

Returns a new instance of GoogleCloudDialogflowV2QueryResult.



9874
9875
9876
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9874

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

Instance Attribute Details

#actionString

Corresponds to the JSON property action

Returns:

  • (String)


9795
9796
9797
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9795

def action
  @action
end

#all_required_params_presentBoolean Also known as: all_required_params_present?

Corresponds to the JSON property allRequiredParamsPresent

Returns:

  • (Boolean)


9800
9801
9802
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9800

def all_required_params_present
  @all_required_params_present
end

#cancels_slot_fillingBoolean Also known as: cancels_slot_filling?

Corresponds to the JSON property cancelsSlotFilling

Returns:

  • (Boolean)


9806
9807
9808
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9806

def cancels_slot_filling
  @cancels_slot_filling
end

#diagnostic_infoHash<String,Object>

Corresponds to the JSON property diagnosticInfo

Returns:

  • (Hash<String,Object>)


9812
9813
9814
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9812

def diagnostic_info
  @diagnostic_info
end

#fulfillment_messagesArray<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage>

Corresponds to the JSON property fulfillmentMessages



9817
9818
9819
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9817

def fulfillment_messages
  @fulfillment_messages
end

#fulfillment_textString

Corresponds to the JSON property fulfillmentText

Returns:

  • (String)


9822
9823
9824
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9822

def fulfillment_text
  @fulfillment_text
end

#intentGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2Intent

Corresponds to the JSON property intent



9827
9828
9829
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9827

def intent
  @intent
end

#intent_detection_confidenceFloat

Corresponds to the JSON property intentDetectionConfidence

Returns:

  • (Float)


9832
9833
9834
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9832

def intent_detection_confidence
  @intent_detection_confidence
end

#language_codeString

Corresponds to the JSON property languageCode

Returns:

  • (String)


9837
9838
9839
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9837

def language_code
  @language_code
end

#output_contextsArray<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2Context>

Corresponds to the JSON property outputContexts



9842
9843
9844
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9842

def output_contexts
  @output_contexts
end

#parametersHash<String,Object>

Corresponds to the JSON property parameters

Returns:

  • (Hash<String,Object>)


9847
9848
9849
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9847

def parameters
  @parameters
end

#query_textString

Corresponds to the JSON property queryText

Returns:

  • (String)


9852
9853
9854
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9852

def query_text
  @query_text
end

#sentiment_analysis_resultGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SentimentAnalysisResult

Corresponds to the JSON property sentimentAnalysisResult



9857
9858
9859
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9857

def sentiment_analysis_result
  @sentiment_analysis_result
end

#speech_recognition_confidenceFloat

Corresponds to the JSON property speechRecognitionConfidence

Returns:

  • (Float)


9862
9863
9864
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9862

def speech_recognition_confidence
  @speech_recognition_confidence
end

#webhook_payloadHash<String,Object>

Corresponds to the JSON property webhookPayload

Returns:

  • (Hash<String,Object>)


9867
9868
9869
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9867

def webhook_payload
  @webhook_payload
end

#webhook_sourceString

Corresponds to the JSON property webhookSource

Returns:

  • (String)


9872
9873
9874
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9872

def webhook_source
  @webhook_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9879

def update!(**args)
  @action = args[:action] if args.key?(:action)
  @all_required_params_present = args[:all_required_params_present] if args.key?(:all_required_params_present)
  @cancels_slot_filling = args[:cancels_slot_filling] if args.key?(:cancels_slot_filling)
  @diagnostic_info = args[:diagnostic_info] if args.key?(:diagnostic_info)
  @fulfillment_messages = args[:fulfillment_messages] if args.key?(:fulfillment_messages)
  @fulfillment_text = args[:fulfillment_text] if args.key?(:fulfillment_text)
  @intent = args[:intent] if args.key?(:intent)
  @intent_detection_confidence = args[:intent_detection_confidence] if args.key?(:intent_detection_confidence)
  @language_code = args[:language_code] if args.key?(:language_code)
  @output_contexts = args[:output_contexts] if args.key?(:output_contexts)
  @parameters = args[:parameters] if args.key?(:parameters)
  @query_text = args[:query_text] if args.key?(:query_text)
  @sentiment_analysis_result = args[:sentiment_analysis_result] if args.key?(:sentiment_analysis_result)
  @speech_recognition_confidence = args[:speech_recognition_confidence] if args.key?(:speech_recognition_confidence)
  @webhook_payload = args[:webhook_payload] if args.key?(:webhook_payload)
  @webhook_source = args[:webhook_source] if args.key?(:webhook_source)
end