Class: Google::Cloud::Dialogflow::V2::ToolCallResult::Error

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/tool_call.rb

Overview

An error produced by the tool call.

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns Optional. The error message of the function.

Returns:

  • (::String)

    Optional. The error message of the function.



107
108
109
110
# File 'proto_docs/google/cloud/dialogflow/v2/tool_call.rb', line 107

class Error
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end