Interface ClearSuggestionFeatureConfigRequestOrBuilder

    • Method Detail

      • getConversationProfile

        String getConversationProfile()
         Required. The Conversation Profile to add or update the suggestion feature
         config. Format: `projects/<Project ID>/locations/<Location
         ID>/conversationProfiles/<Conversation Profile ID>`.
         
        string conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The conversationProfile.
      • getConversationProfileBytes

        com.google.protobuf.ByteString getConversationProfileBytes()
         Required. The Conversation Profile to add or update the suggestion feature
         config. Format: `projects/<Project ID>/locations/<Location
         ID>/conversationProfiles/<Conversation Profile ID>`.
         
        string conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for conversationProfile.
      • getParticipantRoleValue

        int getParticipantRoleValue()
         Required. The participant role to remove the suggestion feature
         config. Only HUMAN_AGENT or END_USER can be used.
         
        .google.cloud.dialogflow.v2.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for participantRole.
      • getParticipantRole

        Participant.Role getParticipantRole()
         Required. The participant role to remove the suggestion feature
         config. Only HUMAN_AGENT or END_USER can be used.
         
        .google.cloud.dialogflow.v2.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The participantRole.
      • getSuggestionFeatureTypeValue

        int getSuggestionFeatureTypeValue()
         Required. The type of the suggestion feature to remove.
         
        .google.cloud.dialogflow.v2.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for suggestionFeatureType.
      • getSuggestionFeatureType

        SuggestionFeature.Type getSuggestionFeatureType()
         Required. The type of the suggestion feature to remove.
         
        .google.cloud.dialogflow.v2.SuggestionFeature.Type suggestion_feature_type = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The suggestionFeatureType.