Class: Google::Cloud::Dialogflow::V2::ClearSuggestionFeatureConfigOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ClearSuggestionFeatureConfigOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Metadata for a [ConversationProfile.ClearSuggestionFeatureConfig][] operation.
Instance Attribute Summary collapse
-
#conversation_profile ⇒ ::String
The resource name of the conversation profile.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Timestamp whe the request was created.
-
#participant_role ⇒ ::Google::Cloud::Dialogflow::V2::Participant::Role
Required.
-
#suggestion_feature_type ⇒ ::Google::Cloud::Dialogflow::V2::SuggestionFeature::Type
Required.
Instance Attribute Details
#conversation_profile ⇒ ::String
Returns The resource name of the conversation profile. Format:
projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>
.
779 780 781 782 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 779 class ClearSuggestionFeatureConfigOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Timestamp whe the request was created. The time is measured on server side.
779 780 781 782 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 779 class ClearSuggestionFeatureConfigOperationMetadata 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.
779 780 781 782 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 779 class ClearSuggestionFeatureConfigOperationMetadata 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.
779 780 781 782 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 779 class ClearSuggestionFeatureConfigOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |