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.
14732 14733 14734 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14732 def initialize(**args) update!(**args) end |
Instance Attribute Details
#datastore_response_reason ⇒ String
Corresponds to the JSON property datastoreResponseReason
14715 14716 14717 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14715 def datastore_response_reason @datastore_response_reason end |
#ingested_context_reference_debug_info ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
Corresponds to the JSON property ingestedContextReferenceDebugInfo
14720 14721 14722 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14720 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
14725 14726 14727 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14725 def search_knowledge_behavior @search_knowledge_behavior end |
#service_latency ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ServiceLatency
Corresponds to the JSON property serviceLatency
14730 14731 14732 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14730 def service_latency @service_latency end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14737 14738 14739 14740 14741 14742 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14737 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 |