Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
- 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
-
#ingestion_status ⇒ String
Corresponds to the JSON property
ingestionStatus. -
#parameter ⇒ String
Corresponds to the JSON property
parameter.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
constructor
A new instance of GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
Returns a new instance of GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.
18058 18059 18060 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18058 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ingestion_status ⇒ String
Corresponds to the JSON property ingestionStatus
18051 18052 18053 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18051 def ingestion_status @ingestion_status end |
#parameter ⇒ String
Corresponds to the JSON property parameter
18056 18057 18058 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18056 def parameter @parameter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18063 18064 18065 18066 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18063 def update!(**args) @ingestion_status = args[:ingestion_status] if args.key?(:ingestion_status) @parameter = args[:parameter] if args.key?(:parameter) end |