Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::DeletePageRequest.
The request message for Pages.DeletePage.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#force
def force() -> ::Boolean-  (::Boolean) — This field has no effect for pages with no incoming transitions. For pages with incoming transitions: -  If forceis set to false, an error will be returned with message indicating the incoming transitions.
-  If forceis set to true, Dialogflow will remove the page, as well as any transitions to the page (i.e. [Target page][EventHandler.target_page] in event handlers or [Target page][TransitionRoute.target_page] in transition routes that point to this page will be cleared).
 
-  If 
#force=
def force=(value) -> ::Boolean-  value (::Boolean) — This field has no effect for pages with no incoming transitions. For pages with incoming transitions: -  If forceis set to false, an error will be returned with message indicating the incoming transitions.
-  If forceis set to true, Dialogflow will remove the page, as well as any transitions to the page (i.e. [Target page][EventHandler.target_page] in event handlers or [Target page][TransitionRoute.target_page] in transition routes that point to this page will be cleared).
 
-  If 
-  (::Boolean) — This field has no effect for pages with no incoming transitions. For pages with incoming transitions: -  If forceis set to false, an error will be returned with message indicating the incoming transitions.
-  If forceis set to true, Dialogflow will remove the page, as well as any transitions to the page (i.e. [Target page][EventHandler.target_page] in event handlers or [Target page][TransitionRoute.target_page] in transition routes that point to this page will be cleared).
 
-  If 
#name
def name() -> ::String-  (::String) — Required. The name of the page to delete. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/Flows/<flowID>/pages/<PageID>.
#name=
def name=(value) -> ::String-  value (::String) — Required. The name of the page to delete. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/Flows/<flowID>/pages/<PageID>.
-  (::String) — Required. The name of the page to delete. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/Flows/<flowID>/pages/<PageID>.