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
    
  - (::String) — Always present for WebhookRequest. Ignored for WebhookResponse. The display name of the current page.
 
#display_name=
def display_name=(value) -> ::String
    Parameter
    
  - value (::String) — Always present for WebhookRequest. Ignored for WebhookResponse. The display name of the current page.
 
    Returns
    
  - (::String) — Always present for WebhookRequest. Ignored for WebhookResponse. The display name of the current page.
 
#form_info
def form_info() -> ::Google::Cloud::Dialogflow::CX::V3::PageInfo::FormInfo
    Returns
    
  - (::Google::Cloud::Dialogflow::CX::V3::PageInfo::FormInfo) — Optional for both WebhookRequest and WebhookResponse. Information about the form.
 
#form_info=
def form_info=(value) -> ::Google::Cloud::Dialogflow::CX::V3::PageInfo::FormInfo
    Parameter
    
  - value (::Google::Cloud::Dialogflow::CX::V3::PageInfo::FormInfo) — Optional for both WebhookRequest and WebhookResponse. Information about the form.
 
    Returns
    
- (::Google::Cloud::Dialogflow::CX::V3::PageInfo::FormInfo) — Optional for both WebhookRequest and WebhookResponse. Information about the form.