Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::CreateWebhookRequest (v1.2.0)

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

The request message for Webhooks.CreateWebhook.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The agent to create a webhook for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The agent to create a webhook for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
Returns
  • (::String) — Required. The agent to create a webhook for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

#webhook

def webhook() -> ::Google::Cloud::Dialogflow::CX::V3::Webhook
Returns

#webhook=

def webhook=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Webhook
Parameter
Returns