Class: Google::Cloud::Dialogflow::V2::ClearSuggestionFeatureConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb

Overview

The request message for [ConversationProfiles.ClearFeature][].

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_profile::String

Returns Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

Returns:

  • (::String)

    Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.



739
740
741
742
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 739

class ClearSuggestionFeatureConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#participant_role::Google::Cloud::Dialogflow::V2::Participant::Role

Returns Required. The participant role to remove the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.

Returns:



739
740
741
742
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 739

class ClearSuggestionFeatureConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#suggestion_feature_type::Google::Cloud::Dialogflow::V2::SuggestionFeature::Type

Returns Required. The type of the suggestion feature to remove.

Returns:



739
740
741
742
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 739

class ClearSuggestionFeatureConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end