Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeDebugInfo
- 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
-
#datastore_response_reason ⇒ String
Corresponds to the JSON property
datastoreResponseReason. -
#ingested_context_reference_debug_info ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
Corresponds to the JSON property
ingestedContextReferenceDebugInfo. -
#search_knowledge_behavior ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior
Corresponds to the JSON property
searchKnowledgeBehavior. -
#service_latency ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ServiceLatency
Corresponds to the JSON property
serviceLatency.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SearchKnowledgeDebugInfo
constructor
A new instance of GoogleCloudDialogflowV2SearchKnowledgeDebugInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SearchKnowledgeDebugInfo
Returns a new instance of GoogleCloudDialogflowV2SearchKnowledgeDebugInfo.
14769 14770 14771 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14769 def initialize(**args) update!(**args) end |
Instance Attribute Details
#datastore_response_reason ⇒ String
Corresponds to the JSON property datastoreResponseReason
14752 14753 14754 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14752 def datastore_response_reason @datastore_response_reason end |
#ingested_context_reference_debug_info ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
Corresponds to the JSON property ingestedContextReferenceDebugInfo
14757 14758 14759 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14757 def ingested_context_reference_debug_info @ingested_context_reference_debug_info end |
#search_knowledge_behavior ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior
Corresponds to the JSON property searchKnowledgeBehavior
14762 14763 14764 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14762 def search_knowledge_behavior @search_knowledge_behavior end |
#service_latency ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ServiceLatency
Corresponds to the JSON property serviceLatency
14767 14768 14769 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14767 def service_latency @service_latency end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14774 14775 14776 14777 14778 14779 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14774 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 |