Class: Google::Cloud::DiscoveryEngine::V1beta::StreamAssistResponse::InvokedSkill
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::StreamAssistResponse::InvokedSkill
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/assistant_service.rb
Overview
Represents a skill used during the assist call.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The display name of the skill.
-
#name ⇒ ::String
The resource name of the skill.
Instance Attribute Details
#display_name ⇒ ::String
Returns The display name of the skill.
225 226 227 228 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/assistant_service.rb', line 225 class InvokedSkill include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name of the skill.
225 226 227 228 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/assistant_service.rb', line 225 class InvokedSkill include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |