Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
- 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
-
#ingestion_status ⇒ String
Corresponds to the JSON property
ingestionStatus. -
#parameter ⇒ String
Corresponds to the JSON property
parameter.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
constructor
A new instance of GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
Returns a new instance of GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.
15807 15808 15809 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 15807 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ingestion_status ⇒ String
Corresponds to the JSON property ingestionStatus
15800 15801 15802 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 15800 def ingestion_status @ingestion_status end |
#parameter ⇒ String
Corresponds to the JSON property parameter
15805 15806 15807 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 15805 def parameter @parameter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15812 15813 15814 15815 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 15812 def update!(**args) @ingestion_status = args[:ingestion_status] if args.key?(:ingestion_status) @parameter = args[:parameter] if args.key?(:parameter) end |