Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals

Returns a new instance of GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals.



1401
1402
1403
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1401

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#modelString

Corresponds to the JSON property model

Returns:

  • (String)


1389
1390
1391
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1389

def model
  @model
end

#model_outputString

Corresponds to the JSON property modelOutput

Returns:

  • (String)


1394
1395
1396
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1394

def model_output
  @model_output
end

#rendered_promptString

Corresponds to the JSON property renderedPrompt

Returns:

  • (String)


1399
1400
1401
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1399

def rendered_prompt
  @rendered_prompt
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1406
1407
1408
1409
1410
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1406

def update!(**args)
  @model = args[:model] if args.key?(:model)
  @model_output = args[:model_output] if args.key?(:model_output)
  @rendered_prompt = args[:rendered_prompt] if args.key?(:rendered_prompt)
end