Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo

Returns a new instance of GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.



15298
15299
15300
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15298

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

Instance Attribute Details

#ingestion_statusString

Corresponds to the JSON property ingestionStatus

Returns:

  • (String)


15291
15292
15293
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15291

def ingestion_status
  @ingestion_status
end

#parameterString

Corresponds to the JSON property parameter

Returns:

  • (String)


15296
15297
15298
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15296

def parameter
  @parameter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15303
15304
15305
15306
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15303

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