Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeDebugInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2SearchKnowledgeDebugInfo

Returns a new instance of GoogleCloudDialogflowV2SearchKnowledgeDebugInfo.



14913
14914
14915
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14913

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

Instance Attribute Details

#ces_debug_infoHash<String,Object>

Corresponds to the JSON property cesDebugInfo

Returns:

  • (Hash<String,Object>)


14891
14892
14893
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14891

def ces_debug_info
  @ces_debug_info
end

#datastore_response_reasonString

Corresponds to the JSON property datastoreResponseReason

Returns:

  • (String)


14896
14897
14898
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14896

def datastore_response_reason
  @datastore_response_reason
end

#ingested_context_reference_debug_infoGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo

Corresponds to the JSON property ingestedContextReferenceDebugInfo



14901
14902
14903
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14901

def ingested_context_reference_debug_info
  @ingested_context_reference_debug_info
end

#search_knowledge_behaviorGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior

Corresponds to the JSON property searchKnowledgeBehavior



14906
14907
14908
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14906

def search_knowledge_behavior
  @search_knowledge_behavior
end

#service_latencyGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2ServiceLatency

Corresponds to the JSON property serviceLatency



14911
14912
14913
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14911

def service_latency
  @service_latency
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14918
14919
14920
14921
14922
14923
14924
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14918

def update!(**args)
  @ces_debug_info = args[:ces_debug_info] if args.key?(:ces_debug_info)
  @datastore_response_reason = args[:datastore_response_reason] if args.key?(:datastore_response_reason)
  @ingested_context_reference_debug_info = args[:ingested_context_reference_debug_info] if args.key?(:ingested_context_reference_debug_info)
  @search_knowledge_behavior = args[:search_knowledge_behavior] if args.key?(:search_knowledge_behavior)
  @service_latency = args[:service_latency] if args.key?(:service_latency)
end