Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ExportIntentsResponse

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

Returns a new instance of GoogleCloudDialogflowCxV3beta1ExportIntentsResponse.



4258
4259
4260
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4258

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

Instance Attribute Details

#intents_contentGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1InlineDestination

Corresponds to the JSON property intentsContent



4251
4252
4253
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4251

def intents_content
  @intents_content
end

#intents_uriString

Corresponds to the JSON property intentsUri

Returns:

  • (String)


4256
4257
4258
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4256

def intents_uri
  @intents_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4263
4264
4265
4266
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4263

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