Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput

Returns a new instance of GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput.



5327
5328
5329
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5327

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

Instance Attribute Details

#current_pageGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page

Corresponds to the JSON property currentPage



5295
5296
5297
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5295

def current_page
  @current_page
end

#diagnostic_infoHash<String,Object>

Corresponds to the JSON property diagnosticInfo

Returns:

  • (Hash<String,Object>)


5300
5301
5302
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5300

def diagnostic_info
  @diagnostic_info
end

#differencesArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestRunDifference>

Corresponds to the JSON property differences



5305
5306
5307
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5305

def differences
  @differences
end

#session_parametersHash<String,Object>

Corresponds to the JSON property sessionParameters

Returns:

  • (Hash<String,Object>)


5310
5311
5312
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5310

def session_parameters
  @session_parameters
end

#statusGoogle::Apis::DialogflowV3beta1::GoogleRpcStatus

Corresponds to the JSON property status



5315
5316
5317
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5315

def status
  @status
end

#text_responsesArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageText>

Corresponds to the JSON property textResponses



5320
5321
5322
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5320

def text_responses
  @text_responses
end

#triggered_intentGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Intent

Corresponds to the JSON property triggeredIntent



5325
5326
5327
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5325

def triggered_intent
  @triggered_intent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5332
5333
5334
5335
5336
5337
5338
5339
5340
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5332

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