Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
- 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::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
Corresponds to the JSON property
ingestedContextReferenceDebugInfo. -
#knowledge_assist_behavior ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior
Corresponds to the JSON property
knowledgeAssistBehavior. -
#query_categorization_failure_reason ⇒ String
Corresponds to the JSON property
queryCategorizationFailureReason. -
#query_generation_debug_info ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo
Corresponds to the JSON property
queryGenerationDebugInfo. -
#query_generation_failure_reason ⇒ String
Corresponds to the JSON property
queryGenerationFailureReason. -
#service_latency ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ServiceLatency
Corresponds to the JSON property
serviceLatency.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
constructor
A new instance of GoogleCloudDialogflowV2KnowledgeAssistDebugInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
Returns a new instance of GoogleCloudDialogflowV2KnowledgeAssistDebugInfo.
15927 15928 15929 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15927 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ces_debug_info ⇒ Hash<String,Object>
Corresponds to the JSON property cesDebugInfo
15890 15891 15892 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15890 def ces_debug_info @ces_debug_info end |
#datastore_response_reason ⇒ String
Corresponds to the JSON property datastoreResponseReason
15895 15896 15897 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15895 def datastore_response_reason @datastore_response_reason end |
#ingested_context_reference_debug_info ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
Corresponds to the JSON property ingestedContextReferenceDebugInfo
15900 15901 15902 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15900 def ingested_context_reference_debug_info @ingested_context_reference_debug_info end |
#knowledge_assist_behavior ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior
Corresponds to the JSON property knowledgeAssistBehavior
15905 15906 15907 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15905 def knowledge_assist_behavior @knowledge_assist_behavior end |
#query_categorization_failure_reason ⇒ String
Corresponds to the JSON property queryCategorizationFailureReason
15910 15911 15912 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15910 def query_categorization_failure_reason @query_categorization_failure_reason end |
#query_generation_debug_info ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo
Corresponds to the JSON property queryGenerationDebugInfo
15915 15916 15917 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15915 def query_generation_debug_info @query_generation_debug_info end |
#query_generation_failure_reason ⇒ String
Corresponds to the JSON property queryGenerationFailureReason
15920 15921 15922 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15920 def query_generation_failure_reason @query_generation_failure_reason end |
#service_latency ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ServiceLatency
Corresponds to the JSON property serviceLatency
15925 15926 15927 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15925 def service_latency @service_latency end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15932 15933 15934 15935 15936 15937 15938 15939 15940 15941 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15932 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 |