Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo

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) ⇒ GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo

Returns a new instance of GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.



8065
8066
8067
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8065

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

Instance Attribute Details

#ingestion_statusString

Corresponds to the JSON property ingestionStatus

Returns:

  • (String)


8058
8059
8060
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8058

def ingestion_status
  @ingestion_status
end

#parameterString

Corresponds to the JSON property parameter

Returns:

  • (String)


8063
8064
8065
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8063

def parameter
  @parameter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8070
8071
8072
8073
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8070

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