Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
- 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
-
#answer_generation_rewriter_on ⇒ Boolean
(also: #answer_generation_rewriter_on?)
Corresponds to the JSON property
answerGenerationRewriterOn. -
#appended_search_context_count ⇒ Fixnum
Corresponds to the JSON property
appendedSearchContextCount. -
#conversation_transcript_has_mixed_languages ⇒ Boolean
(also: #conversation_transcript_has_mixed_languages?)
Corresponds to the JSON property
conversationTranscriptHasMixedLanguages. -
#disable_sync_delivery ⇒ Boolean
(also: #disable_sync_delivery?)
Corresponds to the JSON property
disableSyncDelivery. -
#end_user_metadata_included ⇒ Boolean
(also: #end_user_metadata_included?)
Corresponds to the JSON property
endUserMetadataIncluded. -
#invalid_items_query_suggestion_skipped ⇒ Boolean
(also: #invalid_items_query_suggestion_skipped?)
Corresponds to the JSON property
invalidItemsQuerySuggestionSkipped. -
#multiple_queries_generated ⇒ Boolean
(also: #multiple_queries_generated?)
Corresponds to the JSON property
multipleQueriesGenerated. -
#previous_queries_included ⇒ Boolean
(also: #previous_queries_included?)
Corresponds to the JSON property
previousQueriesIncluded. -
#primary_query_redacted_and_replaced ⇒ Boolean
(also: #primary_query_redacted_and_replaced?)
Corresponds to the JSON property
primaryQueryRedactedAndReplaced. -
#query_contained_search_context ⇒ Boolean
(also: #query_contained_search_context?)
Corresponds to the JSON property
queryContainedSearchContext. -
#query_generation_agent_language_mismatch ⇒ Boolean
(also: #query_generation_agent_language_mismatch?)
Corresponds to the JSON property
queryGenerationAgentLanguageMismatch. -
#query_generation_end_user_language_mismatch ⇒ Boolean
(also: #query_generation_end_user_language_mismatch?)
Corresponds to the JSON property
queryGenerationEndUserLanguageMismatch. -
#return_query_only ⇒ Boolean
(also: #return_query_only?)
Corresponds to the JSON property
returnQueryOnly. -
#third_party_connector_allowed ⇒ Boolean
(also: #third_party_connector_allowed?)
Corresponds to the JSON property
thirdPartyConnectorAllowed. -
#use_custom_safety_filter_level ⇒ Boolean
(also: #use_custom_safety_filter_level?)
Corresponds to the JSON property
useCustomSafetyFilterLevel. -
#use_pubsub_delivery ⇒ Boolean
(also: #use_pubsub_delivery?)
Corresponds to the JSON property
usePubsubDelivery. -
#use_translated_message ⇒ Boolean
(also: #use_translated_message?)
Corresponds to the JSON property
useTranslatedMessage.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
constructor
A new instance of GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
Returns a new instance of GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior.
20867 20868 20869 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20867 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
20769 20770 20771 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20769 def answer_generation_rewriter_on @answer_generation_rewriter_on end |
#appended_search_context_count ⇒ Fixnum
Corresponds to the JSON property appendedSearchContextCount
20775 20776 20777 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20775 def appended_search_context_count @appended_search_context_count end |
#conversation_transcript_has_mixed_languages ⇒ Boolean Also known as: conversation_transcript_has_mixed_languages?
Corresponds to the JSON property conversationTranscriptHasMixedLanguages
20780 20781 20782 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20780 def conversation_transcript_has_mixed_languages @conversation_transcript_has_mixed_languages end |
#disable_sync_delivery ⇒ Boolean Also known as: disable_sync_delivery?
Corresponds to the JSON property disableSyncDelivery
20786 20787 20788 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20786 def disable_sync_delivery @disable_sync_delivery end |
#end_user_metadata_included ⇒ Boolean Also known as: end_user_metadata_included?
Corresponds to the JSON property endUserMetadataIncluded
20792 20793 20794 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20792 def @end_user_metadata_included end |
#invalid_items_query_suggestion_skipped ⇒ Boolean Also known as: invalid_items_query_suggestion_skipped?
Corresponds to the JSON property invalidItemsQuerySuggestionSkipped
20798 20799 20800 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20798 def invalid_items_query_suggestion_skipped @invalid_items_query_suggestion_skipped end |
#multiple_queries_generated ⇒ Boolean Also known as: multiple_queries_generated?
Corresponds to the JSON property multipleQueriesGenerated
20804 20805 20806 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20804 def multiple_queries_generated @multiple_queries_generated end |
#previous_queries_included ⇒ Boolean Also known as: previous_queries_included?
Corresponds to the JSON property previousQueriesIncluded
20810 20811 20812 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20810 def previous_queries_included @previous_queries_included end |
#primary_query_redacted_and_replaced ⇒ Boolean Also known as: primary_query_redacted_and_replaced?
Corresponds to the JSON property primaryQueryRedactedAndReplaced
20816 20817 20818 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20816 def primary_query_redacted_and_replaced @primary_query_redacted_and_replaced end |
#query_contained_search_context ⇒ Boolean Also known as: query_contained_search_context?
Corresponds to the JSON property queryContainedSearchContext
20822 20823 20824 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20822 def query_contained_search_context @query_contained_search_context end |
#query_generation_agent_language_mismatch ⇒ Boolean Also known as: query_generation_agent_language_mismatch?
Corresponds to the JSON property queryGenerationAgentLanguageMismatch
20828 20829 20830 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20828 def query_generation_agent_language_mismatch @query_generation_agent_language_mismatch end |
#query_generation_end_user_language_mismatch ⇒ Boolean Also known as: query_generation_end_user_language_mismatch?
Corresponds to the JSON property queryGenerationEndUserLanguageMismatch
20834 20835 20836 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20834 def query_generation_end_user_language_mismatch @query_generation_end_user_language_mismatch end |
#return_query_only ⇒ Boolean Also known as: return_query_only?
Corresponds to the JSON property returnQueryOnly
20840 20841 20842 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20840 def return_query_only @return_query_only end |
#third_party_connector_allowed ⇒ Boolean Also known as: third_party_connector_allowed?
Corresponds to the JSON property thirdPartyConnectorAllowed
20846 20847 20848 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20846 def third_party_connector_allowed @third_party_connector_allowed end |
#use_custom_safety_filter_level ⇒ Boolean Also known as: use_custom_safety_filter_level?
Corresponds to the JSON property useCustomSafetyFilterLevel
20852 20853 20854 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20852 def use_custom_safety_filter_level @use_custom_safety_filter_level end |
#use_pubsub_delivery ⇒ Boolean Also known as: use_pubsub_delivery?
Corresponds to the JSON property usePubsubDelivery
20858 20859 20860 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20858 def use_pubsub_delivery @use_pubsub_delivery end |
#use_translated_message ⇒ Boolean Also known as: use_translated_message?
Corresponds to the JSON property useTranslatedMessage
20864 20865 20866 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20864 def @use_translated_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20872 20873 20874 20875 20876 20877 20878 20879 20880 20881 20882 20883 20884 20885 20886 20887 20888 20889 20890 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20872 def update!(**args) @answer_generation_rewriter_on = args[:answer_generation_rewriter_on] if args.key?(:answer_generation_rewriter_on) @appended_search_context_count = args[:appended_search_context_count] if args.key?(:appended_search_context_count) @conversation_transcript_has_mixed_languages = args[:conversation_transcript_has_mixed_languages] if args.key?(:conversation_transcript_has_mixed_languages) @disable_sync_delivery = args[:disable_sync_delivery] if args.key?(:disable_sync_delivery) @end_user_metadata_included = args[:end_user_metadata_included] if args.key?(:end_user_metadata_included) @invalid_items_query_suggestion_skipped = args[:invalid_items_query_suggestion_skipped] if args.key?(:invalid_items_query_suggestion_skipped) @multiple_queries_generated = args[:multiple_queries_generated] if args.key?(:multiple_queries_generated) @previous_queries_included = args[:previous_queries_included] if args.key?(:previous_queries_included) @primary_query_redacted_and_replaced = args[:primary_query_redacted_and_replaced] if args.key?(:primary_query_redacted_and_replaced) @query_contained_search_context = args[:query_contained_search_context] if args.key?(:query_contained_search_context) @query_generation_agent_language_mismatch = args[:query_generation_agent_language_mismatch] if args.key?(:query_generation_agent_language_mismatch) @query_generation_end_user_language_mismatch = args[:query_generation_end_user_language_mismatch] if args.key?(:query_generation_end_user_language_mismatch) @return_query_only = args[:return_query_only] if args.key?(:return_query_only) @third_party_connector_allowed = args[:third_party_connector_allowed] if args.key?(:third_party_connector_allowed) @use_custom_safety_filter_level = args[:use_custom_safety_filter_level] if args.key?(:use_custom_safety_filter_level) @use_pubsub_delivery = args[:use_pubsub_delivery] if args.key?(:use_pubsub_delivery) @use_translated_message = args[:use_translated_message] if args.key?(:use_translated_message) end |