Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo

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) ⇒ GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo

Returns a new instance of GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo.



21615
21616
21617
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 21615

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

Instance Attribute Details

#ces_debug_infoHash<String,Object>

Corresponds to the JSON property cesDebugInfo

Returns:

  • (Hash<String,Object>)


21578
21579
21580
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 21578

def ces_debug_info
  @ces_debug_info
end

#datastore_response_reasonString

Corresponds to the JSON property datastoreResponseReason

Returns:

  • (String)


21583
21584
21585
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 21583

def datastore_response_reason
  @datastore_response_reason
end

#ingested_context_reference_debug_infoGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo

Corresponds to the JSON property ingestedContextReferenceDebugInfo



21588
21589
21590
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 21588

def ingested_context_reference_debug_info
  @ingested_context_reference_debug_info
end

#knowledge_assist_behaviorGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior

Corresponds to the JSON property knowledgeAssistBehavior



21593
21594
21595
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 21593

def knowledge_assist_behavior
  @knowledge_assist_behavior
end

#query_categorization_failure_reasonString

Corresponds to the JSON property queryCategorizationFailureReason

Returns:

  • (String)


21598
21599
21600
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 21598

def query_categorization_failure_reason
  @query_categorization_failure_reason
end

#query_generation_debug_infoGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoQueryGenerationDebugInfo

Corresponds to the JSON property queryGenerationDebugInfo



21603
21604
21605
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 21603

def query_generation_debug_info
  @query_generation_debug_info
end

#query_generation_failure_reasonString

Corresponds to the JSON property queryGenerationFailureReason

Returns:

  • (String)


21608
21609
21610
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 21608

def query_generation_failure_reason
  @query_generation_failure_reason
end

#service_latencyGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ServiceLatency

Corresponds to the JSON property serviceLatency



21613
21614
21615
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 21613

def service_latency
  @service_latency
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21620
21621
21622
21623
21624
21625
21626
21627
21628
21629
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 21620

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