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
-
#ces_debug_info ⇒ Hash<String,Object>
Corresponds to the JSON property
cesDebugInfo. -
#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.
14944 14945 14946 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14944 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ces_debug_info ⇒ Hash<String,Object>
Corresponds to the JSON property cesDebugInfo
14922 14923 14924 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14922 def ces_debug_info @ces_debug_info end |
#datastore_response_reason ⇒ String
Corresponds to the JSON property datastoreResponseReason
14927 14928 14929 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14927 def datastore_response_reason @datastore_response_reason end |
#ingested_context_reference_debug_info ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
Corresponds to the JSON property ingestedContextReferenceDebugInfo
14932 14933 14934 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14932 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
14937 14938 14939 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14937 def search_knowledge_behavior @search_knowledge_behavior end |
#service_latency ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ServiceLatency
Corresponds to the JSON property serviceLatency
14942 14943 14944 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14942 def service_latency @service_latency end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14949 14950 14951 14952 14953 14954 14955 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14949 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 |