Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
- 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
-
#context_reference_retrieved ⇒ Boolean
(also: #context_reference_retrieved?)
Corresponds to the JSON property
contextReferenceRetrieved. -
#ingested_parameters_debug_info ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo>
Corresponds to the JSON property
ingestedParametersDebugInfo. -
#project_not_allowlisted ⇒ Boolean
(also: #project_not_allowlisted?)
Corresponds to the JSON property
projectNotAllowlisted.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
constructor
A new instance of GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
Returns a new instance of GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo.
15235 15236 15237 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15235 def initialize(**args) update!(**args) end |
Instance Attribute Details
#context_reference_retrieved ⇒ Boolean Also known as: context_reference_retrieved?
Corresponds to the JSON property contextReferenceRetrieved
15221 15222 15223 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15221 def context_reference_retrieved @context_reference_retrieved end |
#ingested_parameters_debug_info ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo>
Corresponds to the JSON property ingestedParametersDebugInfo
15227 15228 15229 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15227 def ingested_parameters_debug_info @ingested_parameters_debug_info end |
#project_not_allowlisted ⇒ Boolean Also known as: project_not_allowlisted?
Corresponds to the JSON property projectNotAllowlisted
15232 15233 15234 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15232 def project_not_allowlisted @project_not_allowlisted end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15240 15241 15242 15243 15244 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15240 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 |