Class: Google::Cloud::Dialogflow::CX::V3::ToolCallResult::Error

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/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.



69
70
71
72
# File 'proto_docs/google/cloud/dialogflow/cx/v3/tool_call.rb', line 69

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