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.



14783
14784
14785
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14783

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

Instance Attribute Details

#datastore_response_reasonString

Corresponds to the JSON property datastoreResponseReason

Returns:

  • (String)


14766
14767
14768
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14766

def datastore_response_reason
  @datastore_response_reason
end

#ingested_context_reference_debug_infoGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo

Corresponds to the JSON property ingestedContextReferenceDebugInfo



14771
14772
14773
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14771

def ingested_context_reference_debug_info
  @ingested_context_reference_debug_info
end

#search_knowledge_behaviorGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior

Corresponds to the JSON property searchKnowledgeBehavior



14776
14777
14778
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14776

def search_knowledge_behavior
  @search_knowledge_behavior
end

#service_latencyGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2ServiceLatency

Corresponds to the JSON property serviceLatency



14781
14782
14783
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14781

def service_latency
  @service_latency
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14788
14789
14790
14791
14792
14793
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14788

def update!(**args)
  @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