Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2KnowledgeAssistDebugInfo

Returns a new instance of GoogleCloudDialogflowV2KnowledgeAssistDebugInfo.



17282
17283
17284
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17282

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

Instance Attribute Details

#ces_debug_infoHash<String,Object>

Corresponds to the JSON property cesDebugInfo

Returns:

  • (Hash<String,Object>)


17245
17246
17247
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17245

def ces_debug_info
  @ces_debug_info
end

#datastore_response_reasonString

Corresponds to the JSON property datastoreResponseReason

Returns:

  • (String)


17250
17251
17252
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17250

def datastore_response_reason
  @datastore_response_reason
end

#ingested_context_reference_debug_infoGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo

Corresponds to the JSON property ingestedContextReferenceDebugInfo



17255
17256
17257
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17255

def ingested_context_reference_debug_info
  @ingested_context_reference_debug_info
end

#knowledge_assist_behaviorGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior

Corresponds to the JSON property knowledgeAssistBehavior



17260
17261
17262
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17260

def knowledge_assist_behavior
  @knowledge_assist_behavior
end

#query_categorization_failure_reasonString

Corresponds to the JSON property queryCategorizationFailureReason

Returns:

  • (String)


17265
17266
17267
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17265

def query_categorization_failure_reason
  @query_categorization_failure_reason
end

#query_generation_debug_infoGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo

Corresponds to the JSON property queryGenerationDebugInfo



17270
17271
17272
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17270

def query_generation_debug_info
  @query_generation_debug_info
end

#query_generation_failure_reasonString

Corresponds to the JSON property queryGenerationFailureReason

Returns:

  • (String)


17275
17276
17277
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17275

def query_generation_failure_reason
  @query_generation_failure_reason
end

#service_latencyGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ServiceLatency

Corresponds to the JSON property serviceLatency



17280
17281
17282
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17280

def service_latency
  @service_latency
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17287
17288
17289
17290
17291
17292
17293
17294
17295
17296
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17287

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