Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior
- 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
-
#answer_generation_rewriter_on ⇒ Boolean
(also: #answer_generation_rewriter_on?)
Corresponds to the JSON property
answerGenerationRewriterOn. -
#end_user_metadata_included ⇒ Boolean
(also: #end_user_metadata_included?)
Corresponds to the JSON property
endUserMetadataIncluded. -
#third_party_connector_allowed ⇒ Boolean
(also: #third_party_connector_allowed?)
Corresponds to the JSON property
thirdPartyConnectorAllowed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior
constructor
A new instance of GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior
Returns a new instance of GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior.
18870 18871 18872 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18870 def initialize(**args) update!(**args) end |
Instance Attribute Details
#answer_generation_rewriter_on ⇒ Boolean Also known as: answer_generation_rewriter_on?
Corresponds to the JSON property answerGenerationRewriterOn
18855 18856 18857 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18855 def answer_generation_rewriter_on @answer_generation_rewriter_on end |
#end_user_metadata_included ⇒ Boolean Also known as: end_user_metadata_included?
Corresponds to the JSON property endUserMetadataIncluded
18861 18862 18863 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18861 def @end_user_metadata_included end |
#third_party_connector_allowed ⇒ Boolean Also known as: third_party_connector_allowed?
Corresponds to the JSON property thirdPartyConnectorAllowed
18867 18868 18869 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18867 def third_party_connector_allowed @third_party_connector_allowed end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18875 18876 18877 18878 18879 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18875 def update!(**args) @answer_generation_rewriter_on = args[:answer_generation_rewriter_on] if args.key?(:answer_generation_rewriter_on) @end_user_metadata_included = args[:end_user_metadata_included] if args.key?(:end_user_metadata_included) @third_party_connector_allowed = args[:third_party_connector_allowed] if args.key?(:third_party_connector_allowed) end |