Class: Google::Cloud::Dialogflow::V2::BatchUpdateIntentsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/intent.rb

Overview

The response message for Intents.BatchUpdateIntents.

Instance Attribute Summary collapse

Instance Attribute Details

#intents::Array<::Google::Cloud::Dialogflow::V2::Intent>

Returns The collection of updated or created intents.

Returns:



1011
1012
1013
1014
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1011

class BatchUpdateIntentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end