Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput

Returns a new instance of GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput.



3800
3801
3802
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3800

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

Instance Attribute Details

#current_pageGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Page

Corresponds to the JSON property currentPage



3768
3769
3770
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3768

def current_page
  @current_page
end

#diagnostic_infoHash<String,Object>

Corresponds to the JSON property diagnosticInfo

Returns:

  • (Hash<String,Object>)


3773
3774
3775
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3773

def diagnostic_info
  @diagnostic_info
end

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

Corresponds to the JSON property differences



3778
3779
3780
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3778

def differences
  @differences
end

#session_parametersHash<String,Object>

Corresponds to the JSON property sessionParameters

Returns:

  • (Hash<String,Object>)


3783
3784
3785
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3783

def session_parameters
  @session_parameters
end

#statusGoogle::Apis::DialogflowV2beta1::GoogleRpcStatus

Corresponds to the JSON property status



3788
3789
3790
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3788

def status
  @status
end

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

Corresponds to the JSON property textResponses



3793
3794
3795
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3793

def text_responses
  @text_responses
end

#triggered_intentGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Intent

Corresponds to the JSON property triggeredIntent



3798
3799
3800
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3798

def triggered_intent
  @triggered_intent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3805
3806
3807
3808
3809
3810
3811
3812
3813
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3805

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