Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo

Returns a new instance of GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.



14384
14385
14386
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 14384

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

Instance Attribute Details

#ingestion_statusString

Corresponds to the JSON property ingestionStatus

Returns:

  • (String)


14377
14378
14379
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 14377

def ingestion_status
  @ingestion_status
end

#parameterString

Corresponds to the JSON property parameter

Returns:

  • (String)


14382
14383
14384
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 14382

def parameter
  @parameter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14389
14390
14391
14392
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 14389

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