Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ImportIntentsResponse

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

Returns a new instance of GoogleCloudDialogflowCxV3beta1ImportIntentsResponse.



4732
4733
4734
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4732

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

Instance Attribute Details

#conflicting_resourcesGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources

Corresponds to the JSON property conflictingResources



4725
4726
4727
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4725

def conflicting_resources
  @conflicting_resources
end

#intentsArray<String>

Corresponds to the JSON property intents

Returns:

  • (Array<String>)


4730
4731
4732
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4730

def intents
  @intents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4737
4738
4739
4740
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4737

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