Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedAssistantAnnotationData
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedAssistantAnnotationData
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
This is the internal version of the API proto at google3/google/chat/v1/ gsuite_message_integration.proto Data used to render Assistant suggestions. See go/bullseye-rendering.
Instance Attribute Summary collapse
-
#suggestion ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedAssistantSuggestion
Data for an Assistant suggestion.
-
#unfulfillable ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedAssistantUnfulfillableRequest
Data for a response to an unfulfillable request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedAssistantAnnotationData
constructor
A new instance of AppsDynamiteSharedAssistantAnnotationData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedAssistantAnnotationData
Returns a new instance of AppsDynamiteSharedAssistantAnnotationData.
678 679 680 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 678 def initialize(**args) update!(**args) end |
Instance Attribute Details
#suggestion ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedAssistantSuggestion
Data for an Assistant suggestion.
Corresponds to the JSON property suggestion
671 672 673 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 671 def suggestion @suggestion end |
#unfulfillable ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedAssistantUnfulfillableRequest
Data for a response to an unfulfillable request.
Corresponds to the JSON property unfulfillable
676 677 678 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 676 def unfulfillable @unfulfillable end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
683 684 685 686 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 683 def update!(**args) @suggestion = args[:suggestion] if args.key?(:suggestion) @unfulfillable = args[:unfulfillable] if args.key?(:unfulfillable) end |