Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::PageInfo (v0.13.0)

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

Represents page information communicated to and from the webhook.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#current_page

def current_page() -> ::String
Returns
  • (::String) — Always present for WebhookRequest. Ignored for WebhookResponse. The unique identifier of the current page. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>.

#current_page=

def current_page=(value) -> ::String
Parameter
  • value (::String) — Always present for WebhookRequest. Ignored for WebhookResponse. The unique identifier of the current page. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>.
Returns
  • (::String) — Always present for WebhookRequest. Ignored for WebhookResponse. The unique identifier of the current page. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>.

#display_name

def display_name() -> ::String
Returns

#display_name=

def display_name=(value) -> ::String
Parameter
Returns

#form_info

def form_info() -> ::Google::Cloud::Dialogflow::CX::V3::PageInfo::FormInfo
Returns

#form_info=

def form_info=(value) -> ::Google::Cloud::Dialogflow::CX::V3::PageInfo::FormInfo
Parameter
Returns