Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ImportIntentsRequest.
The request message for Intents.ImportIntents .
Generated from protobuf message google.cloud.dialogflow.cx.v3.ImportIntentsRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The agent to import the intents into. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
↳ intents_uri
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_content
↳ merge_option
int
Merge option for importing intents. If not specified, REJECT
is assumed.
getParent
Required. The agent to import the intents into.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
string
setParent
Required. The agent to import the intents into.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
var
string
$this
getIntentsUri
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 .
string
hasIntentsUri
setIntentsUri
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 .
var
string
$this
getIntentsContent
Uncompressed byte content of intents.
hasIntentsContent
setIntentsContent
Uncompressed byte content of intents.
$this
getMergeOption
Merge option for importing intents. If not specified, REJECT
is assumed.
int
setMergeOption
Merge option for importing intents. If not specified, REJECT
is assumed.
var
int
$this
getIntents
string