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
- (::Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources) — Info which resources have conflicts when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is set in ImportIntentsRequest.
#conflicting_resources=
def conflicting_resources=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources) — Info which resources have conflicts when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is set in ImportIntentsRequest.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources) — Info which resources have conflicts when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is set in ImportIntentsRequest.
#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>
.