Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo

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

Returns a new instance of GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo.



18217
18218
18219
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18217

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

Instance Attribute Details

#context_reference_retrievedBoolean Also known as: context_reference_retrieved?

Corresponds to the JSON property contextReferenceRetrieved

Returns:

  • (Boolean)


18203
18204
18205
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18203

def context_reference_retrieved
  @context_reference_retrieved
end

#ingested_parameters_debug_infoArray<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo>

Corresponds to the JSON property ingestedParametersDebugInfo



18209
18210
18211
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18209

def ingested_parameters_debug_info
  @ingested_parameters_debug_info
end

#project_not_allowlistedBoolean Also known as: project_not_allowlisted?

Corresponds to the JSON property projectNotAllowlisted

Returns:

  • (Boolean)


18214
18215
18216
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18214

def project_not_allowlisted
  @project_not_allowlisted
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18222
18223
18224
18225
18226
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 18222

def update!(**args)
  @context_reference_retrieved = args[:context_reference_retrieved] if args.key?(:context_reference_retrieved)
  @ingested_parameters_debug_info = args[:ingested_parameters_debug_info] if args.key?(:ingested_parameters_debug_info)
  @project_not_allowlisted = args[:project_not_allowlisted] if args.key?(:project_not_allowlisted)
end