Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse (v0.26.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse.

The response message for Intents.ImportIntents.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conflicting_resources

def conflicting_resources() -> ::Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources
Returns

#conflicting_resources=

def conflicting_resources=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources
Parameter
Returns

#intents

def intents() -> ::Array<::String>
Returns
  • (::Array<::String>) — The unique identifier of the imported intents. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

#intents=

def intents=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The unique identifier of the imported intents. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.
Returns
  • (::Array<::String>) — The unique identifier of the imported intents. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.