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.



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

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

Instance Attribute Details

#conflicting_resourcesGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources

Corresponds to the JSON property conflictingResources



4719
4720
4721
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4719

def conflicting_resources
  @conflicting_resources
end

#intentsArray<String>

Corresponds to the JSON property intents

Returns:

  • (Array<String>)


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

def intents
  @intents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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