Class: Google::Cloud::Dialogflow::V2::FreeFormContext

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

Overview

Free form generator context that customer can configure.

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns Optional. Free form text input to LLM.

Returns:

  • (::String)

    Optional. Free form text input to LLM.



318
319
320
321
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 318

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