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

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

The request message for Intents.ImportIntents.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#intents_content

def intents_content() -> ::Google::Cloud::Dialogflow::CX::V3::InlineSource
Returns

#intents_content=

def intents_content=(value) -> ::Google::Cloud::Dialogflow::CX::V3::InlineSource
Parameter
Returns

#intents_uri

def intents_uri() -> ::String
Returns
  • (::String) — The Google Cloud Storage URI to import intents from. The format of this URI must be gs://<bucket-name>/<object-name>.

    Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

#intents_uri=

def intents_uri=(value) -> ::String
Parameter
  • value (::String) — The Google Cloud Storage URI to import intents from. The format of this URI must be gs://<bucket-name>/<object-name>.

    Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

Returns
  • (::String) — The Google Cloud Storage URI to import intents from. The format of this URI must be gs://<bucket-name>/<object-name>.

    Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

#merge_option

def merge_option() -> ::Google::Cloud::Dialogflow::CX::V3::ImportIntentsRequest::MergeOption
Returns

#merge_option=

def merge_option=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportIntentsRequest::MergeOption
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The agent to import the intents into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The agent to import the intents into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
Returns
  • (::String) — Required. The agent to import the intents into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.