Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::SetSuggestionFeatureConfigRequest (v0.16.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::SetSuggestionFeatureConfigRequest.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversation_profile

def conversation_profile() -> ::String
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>.

#conversation_profile=

def conversation_profile=(value) -> ::String
Parameter
  • value (::String) — 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>.

#participant_role

def participant_role() -> ::Google::Cloud::Dialogflow::V2::Participant::Role
Returns

#participant_role=

def participant_role=(value) -> ::Google::Cloud::Dialogflow::V2::Participant::Role
Parameter
Returns

#suggestion_feature_config

def suggestion_feature_config() -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig
Returns

#suggestion_feature_config=

def suggestion_feature_config=(value) -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig
Parameter
Returns