Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput

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) ⇒ GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput

Returns a new instance of GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.



1249
1250
1251
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1249

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

Instance Attribute Details

#current_pageGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page

Corresponds to the JSON property currentPage



1217
1218
1219
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1217

def current_page
  @current_page
end

#diagnostic_infoHash<String,Object>

Corresponds to the JSON property diagnosticInfo

Returns:

  • (Hash<String,Object>)


1222
1223
1224
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1222

def diagnostic_info
  @diagnostic_info
end

#differencesArray<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestRunDifference>

Corresponds to the JSON property differences



1227
1228
1229
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1227

def differences
  @differences
end

#session_parametersHash<String,Object>

Corresponds to the JSON property sessionParameters

Returns:

  • (Hash<String,Object>)


1232
1233
1234
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1232

def session_parameters
  @session_parameters
end

#statusGoogle::Apis::DialogflowV3::GoogleRpcStatus

Corresponds to the JSON property status



1237
1238
1239
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1237

def status
  @status
end

#text_responsesArray<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText>

Corresponds to the JSON property textResponses



1242
1243
1244
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1242

def text_responses
  @text_responses
end

#triggered_intentGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent

Corresponds to the JSON property triggeredIntent



1247
1248
1249
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1247

def triggered_intent
  @triggered_intent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1254
1255
1256
1257
1258
1259
1260
1261
1262
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1254

def update!(**args)
  @current_page = args[:current_page] if args.key?(:current_page)
  @diagnostic_info = args[:diagnostic_info] if args.key?(:diagnostic_info)
  @differences = args[:differences] if args.key?(:differences)
  @session_parameters = args[:session_parameters] if args.key?(:session_parameters)
  @status = args[:status] if args.key?(:status)
  @text_responses = args[:text_responses] if args.key?(:text_responses)
  @triggered_intent = args[:triggered_intent] if args.key?(:triggered_intent)
end