Class: Google::Cloud::DiscoveryEngine::V1beta::StreamAssistResponse::InvokedSkill

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns The display name of the skill.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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