Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo

Returns a new instance of GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.



11677
11678
11679
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11677

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

Instance Attribute Details

#ingestion_statusString

Corresponds to the JSON property ingestionStatus

Returns:

  • (String)


11670
11671
11672
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11670

def ingestion_status
  @ingestion_status
end

#parameterString

Corresponds to the JSON property parameter

Returns:

  • (String)


11675
11676
11677
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11675

def parameter
  @parameter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11682
11683
11684
11685
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11682

def update!(**args)
  @ingestion_status = args[:ingestion_status] if args.key?(:ingestion_status)
  @parameter = args[:parameter] if args.key?(:parameter)
end