Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ImportAgentRequest.
The request message for Agents.ImportAgent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_content
def agent_content() -> ::String
- (::String) — Zip compressed raw byte content for agent.
#agent_content=
def agent_content=(value) -> ::String
- value (::String) — Zip compressed raw byte content for agent.
- (::String) — Zip compressed raw byte content for agent.
#agent_uri
def agent_uri() -> ::String
-
(::String) — The URI to a Google Cloud Storage file containing the agent to import.
Note: The URI must start with "gs://".
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.
#agent_uri=
def agent_uri=(value) -> ::String
-
value (::String) — The URI to a Google Cloud Storage file containing the agent to import.
Note: The URI must start with "gs://".
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) — The URI to a Google Cloud Storage file containing the agent to import.
Note: The URI must start with "gs://".
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.
#parent
def parent() -> ::String
-
(::String) — Required. The project that the agent to import is associated with.
Format:
projects/<Project ID>
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The project that the agent to import is associated with.
Format:
projects/<Project ID>
.
-
(::String) — Required. The project that the agent to import is associated with.
Format:
projects/<Project ID>
.