Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::Message::BrowseCarouselCard::BrowseCarouselCardItem::OpenUrlAction.
Actions on Google action to open a given url.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#url
def url() -> ::String
Returns
- (::String) — Required. URL
#url=
def url=(value) -> ::String
Parameter
- value (::String) — Required. URL
Returns
- (::String) — Required. URL
#url_type_hint
def url_type_hint() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::BrowseCarouselCard::BrowseCarouselCardItem::OpenUrlAction::UrlTypeHint
Returns
- (::Google::Cloud::Dialogflow::V2::Intent::Message::BrowseCarouselCard::BrowseCarouselCardItem::OpenUrlAction::UrlTypeHint) — Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.
#url_type_hint=
def url_type_hint=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::BrowseCarouselCard::BrowseCarouselCardItem::OpenUrlAction::UrlTypeHint
Parameter
- value (::Google::Cloud::Dialogflow::V2::Intent::Message::BrowseCarouselCard::BrowseCarouselCardItem::OpenUrlAction::UrlTypeHint) — Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.
Returns
- (::Google::Cloud::Dialogflow::V2::Intent::Message::BrowseCarouselCard::BrowseCarouselCardItem::OpenUrlAction::UrlTypeHint) — Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.