Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ExportIntentsResponse

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

Returns a new instance of GoogleCloudDialogflowCxV3beta1ExportIntentsResponse.



10571
10572
10573
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10571

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

Instance Attribute Details

#intents_contentGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1InlineDestination

Corresponds to the JSON property intentsContent



10564
10565
10566
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10564

def intents_content
  @intents_content
end

#intents_uriString

Corresponds to the JSON property intentsUri

Returns:

  • (String)


10569
10570
10571
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10569

def intents_uri
  @intents_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10576
10577
10578
10579
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10576

def update!(**args)
  @intents_content = args[:intents_content] if args.key?(:intents_content)
  @intents_uri = args[:intents_uri] if args.key?(:intents_uri)
end