Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportIntentsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportIntentsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#intents_content ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1InlineDestination
Corresponds to the JSON property
intentsContent. -
#intents_uri ⇒ String
Corresponds to the JSON property
intentsUri.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExportIntentsResponse
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ExportIntentsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExportIntentsResponse
Returns a new instance of GoogleCloudDialogflowCxV3beta1ExportIntentsResponse.
6903 6904 6905 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6903 def initialize(**args) update!(**args) end |
Instance Attribute Details
#intents_content ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1InlineDestination
Corresponds to the JSON property intentsContent
6896 6897 6898 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6896 def intents_content @intents_content end |
#intents_uri ⇒ String
Corresponds to the JSON property intentsUri
6901 6902 6903 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6901 def intents_uri @intents_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6908 6909 6910 6911 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6908 def update!(**args) @intents_content = args[:intents_content] if args.key?(:intents_content) @intents_uri = args[:intents_uri] if args.key?(:intents_uri) end |