Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo

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

Returns a new instance of GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo.



19130
19131
19132
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19130

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

Instance Attribute Details

#ingestion_statusString

Corresponds to the JSON property ingestionStatus

Returns:

  • (String)


19123
19124
19125
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19123

def ingestion_status
  @ingestion_status
end

#parameterString

Corresponds to the JSON property parameter

Returns:

  • (String)


19128
19129
19130
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19128

def parameter
  @parameter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19135
19136
19137
19138
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19135

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