Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/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::DialogflowV3::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
Corresponds to the JSON property
ingestedContextReferenceDebugInfo. -
#knowledge_assist_behavior ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
Corresponds to the JSON property
knowledgeAssistBehavior. -
#query_categorization_failure_reason ⇒ String
Corresponds to the JSON property
queryCategorizationFailureReason. -
#query_generation_debug_info ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo
Corresponds to the JSON property
queryGenerationDebugInfo. -
#query_generation_failure_reason ⇒ String
Corresponds to the JSON property
queryGenerationFailureReason. -
#service_latency ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ServiceLatency
Corresponds to the JSON property
serviceLatency.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
constructor
A new instance of GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
Returns a new instance of GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo.
20204 20205 20206 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20204 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ces_debug_info ⇒ Hash<String,Object>
Corresponds to the JSON property cesDebugInfo
20167 20168 20169 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20167 def ces_debug_info @ces_debug_info end |
#datastore_response_reason ⇒ String
Corresponds to the JSON property datastoreResponseReason
20172 20173 20174 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20172 def datastore_response_reason @datastore_response_reason end |
#ingested_context_reference_debug_info ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
Corresponds to the JSON property ingestedContextReferenceDebugInfo
20177 20178 20179 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20177 def ingested_context_reference_debug_info @ingested_context_reference_debug_info end |
#knowledge_assist_behavior ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
Corresponds to the JSON property knowledgeAssistBehavior
20182 20183 20184 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20182 def knowledge_assist_behavior @knowledge_assist_behavior end |
#query_categorization_failure_reason ⇒ String
Corresponds to the JSON property queryCategorizationFailureReason
20187 20188 20189 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20187 def query_categorization_failure_reason @query_categorization_failure_reason end |
#query_generation_debug_info ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo
Corresponds to the JSON property queryGenerationDebugInfo
20192 20193 20194 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20192 def query_generation_debug_info @query_generation_debug_info end |
#query_generation_failure_reason ⇒ String
Corresponds to the JSON property queryGenerationFailureReason
20197 20198 20199 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20197 def query_generation_failure_reason @query_generation_failure_reason end |
#service_latency ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ServiceLatency
Corresponds to the JSON property serviceLatency
20202 20203 20204 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20202 def service_latency @service_latency end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20209 20210 20211 20212 20213 20214 20215 20216 20217 20218 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 20209 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) @knowledge_assist_behavior = args[:knowledge_assist_behavior] if args.key?(:knowledge_assist_behavior) @query_categorization_failure_reason = args[:query_categorization_failure_reason] if args.key?(:query_categorization_failure_reason) @query_generation_debug_info = args[:query_generation_debug_info] if args.key?(:query_generation_debug_info) @query_generation_failure_reason = args[:query_generation_failure_reason] if args.key?(:query_generation_failure_reason) @service_latency = args[:service_latency] if args.key?(:service_latency) end |