Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportIntentsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportIntentsResponse
- 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
-
#intents_content ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3InlineDestination
Corresponds to the JSON property
intentsContent. -
#intents_uri ⇒ String
Corresponds to the JSON property
intentsUri.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExportIntentsResponse
constructor
A new instance of GoogleCloudDialogflowCxV3ExportIntentsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExportIntentsResponse
Returns a new instance of GoogleCloudDialogflowCxV3ExportIntentsResponse.
2781 2782 2783 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2781 def initialize(**args) update!(**args) end |
Instance Attribute Details
#intents_content ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3InlineDestination
Corresponds to the JSON property intentsContent
2774 2775 2776 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2774 def intents_content @intents_content end |
#intents_uri ⇒ String
Corresponds to the JSON property intentsUri
2779 2780 2781 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2779 def intents_uri @intents_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2786 2787 2788 2789 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2786 def update!(**args) @intents_content = args[:intents_content] if args.key?(:intents_content) @intents_uri = args[:intents_uri] if args.key?(:intents_uri) end |